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

Configuring PIM on the CE1 Router

Configure PIM on the customer edge (CE1) router. Specify the RP address for the VPN RP—router CE2 (10.255.245.91).

protocols {
pim {
rp {
static {
address 10.255.245.91;
}
}
interface all {
mode sparse;
version 2;
}
interface fxp0.0 {
disable;
}
}
}

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