69 lines
1.3 KiB
INI
69 lines
1.3 KiB
INI
system {
|
|
host-name p002;
|
|
services {
|
|
ssh {
|
|
root-login allow;
|
|
}
|
|
netconf {
|
|
ssh;
|
|
}
|
|
}
|
|
}
|
|
interfaces {
|
|
ge-0/0/0 {
|
|
description "zu p001";
|
|
mtu 9192;
|
|
unit 0 {
|
|
family inet {
|
|
address 172.16.1.2/30;
|
|
}
|
|
family iso;
|
|
family mpls;
|
|
}
|
|
}
|
|
ge-0/0/1 {
|
|
description "zu p004";
|
|
mtu 9192;
|
|
unit 0 {
|
|
family inet {
|
|
address 172.16.1.13/30;
|
|
}
|
|
family iso;
|
|
family mpls;
|
|
}
|
|
}
|
|
lo0 {
|
|
unit 0 {
|
|
family inet {
|
|
address 172.16.250.2/32;
|
|
}
|
|
family iso {
|
|
address 49.0001.0000.0000.0002.00;
|
|
}
|
|
family mpls;
|
|
}
|
|
}
|
|
}
|
|
protocols {
|
|
##
|
|
## Warning: requires 'isis' license
|
|
##
|
|
isis {
|
|
interface ge-0/0/0.0;
|
|
interface ge-0/0/1.0;
|
|
interface lo0.0;
|
|
source-packet-routing {
|
|
inactive: srgb start-label 1000 index-range 9000;
|
|
}
|
|
reference-bandwidth 1g;
|
|
}
|
|
##
|
|
## Warning: requires 'mpls' license
|
|
##
|
|
mpls {
|
|
icmp-tunneling;
|
|
interface ge-0/0/0.0;
|
|
interface ge-0/0/1.0;
|
|
interface lo0.0;
|
|
}
|
|
} |