[Contents] [Prev] [Next] [Index] [Report an Error]

Configuration for Router D

The configuration for Router D is almost identical to that of Router C:

[edit]
protocols {
rsvp {
interface fe-1/1/0.0;
}
mpls {
label-switched-path to-E {
to 10.255.14.177;
description "to-routerE for vpna";
}
interface fe-1/1/0.0;
interface so-0/1/0.0;
}
bgp {
keep all;
group to-ibgp-pe {
type internal;
family inet-vpn {
unicast;
}
neighbor 10.255.14.177;
}
group to-ebgp-pe {
type external;
family inet-vpn {
unicast;
}
peer-as 10023;
neighbor 192.168.197.21;
}
}
ospf {
traffic-engineering;
reference-bandwidth 4g;
area 0.0.0.0 {
interface fe-1/1/0.0;
interface lo0.0 {
passive;
}
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]