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

Configuring IBGP on the PE Routers

On the PE routers, configure an IBGP session with the following properties:

On Router PE1, configure IBGP:

[edit]
protocols {
bgp {
group PE1-to-PE2 {
type internal;
local-address 10.255.1.1;
family inet-vpn {
unicast;
}
neighbor 10.255.200.2;
}
}
}

On Router PE2, configure IBGP:

[edit]
protocols {
bgp {
group PE2-to-PE1 {
type internal;
local-address 10.255.200.2;
family inet-vpn {
unicast;
}
neighbor 10.255.1.1;
}
}
}

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