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

Configuring the Routing Instance on the PE Router

Use the dense-groups statement at the [edit routing-instances instance-name protocols pim] hierarchy level to define the desired group range for the routing instance on the PE router. Use the mode statement at the [edit routing-instances instance-name pim interface] hierarchy level to specify sparse-dense mode for interface t1-1/0/0:0.0.

routing-instances {
VPN-A {
instance-type vrf;
interface t1-1/0/0:0.0;
interface lo0.1;
route-distinguisher 10.255.71.46:100;
vrf-import VPNA-import;
vrf-export VPNA-export;
protocols {
ospf {
export bgp-to-ospf;
area 0.0.0.0 {
interface t1-1/0/0:0.0;
interface lo0.1;
}
}
pim {
dense-groups {
229.0.0.0/8;
}
vpn-group-address 239.1.1.1;
rp {
static {
address 10.255.245.91;
}
}
interface t1-1/0/0:0.0 {
mode sparse-dense;
version 2;
}
interface lo0.1 {
mode sparse-dense;
version 2;
}
}
}
}
}
interfaces {
lo0 {
description "unit 1 has the important PIM address";
unit 0 {
family inet {
address 192.168.27.13/32;
primary;
address 127.0.0.1/32;
}
}
unit 1 {
family inet {
address 10.10.47.101/32;
}
}
}
}

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