Конфигурации устройств
IPIP
system {
host-name Router-1;
root-authentication {
encrypted-password "$1$g0.ilY2l$BWxgrwnnTkf5/ZR3HZpVQ1"; ## SECRET-DATA
}
}
interfaces {
ge-0/0/0 {
unit 0 {
family inet {
address 192.168.5.1/24;
}
}
}
ge-0/0/1 {
unit 0 {
family inet {
address 172.16.1.0/31;
}
}
}
}
routing-options {
router-id 1.1.1.1;
}
protocols {
ospf {
area 0.0.0.0 {
interface ge-0/0/0.0 {
passive;
}
interface ge-0/0/1.0 {
interface-type p2p;
}
}
}
}IGP Over GRE
IPv6 Over IPv4
L2 Over GRE
MPLS Over GRE
Last updated
Was this helpful?