Use the mode statement at the [edit routing-instances instance pim interface] hierarchy level to specify dense mode for interface t1-1/0/0:0.0. An RP is not used with dense mode, so no RP statements are required for the routing instance on the PE router.
- 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 {
- vpn-group-address 239.1.1.1;
-
- interface t1-1/0/0:0.0 {
- mode dense;
- version 2;
- }
-
- interface lo0.1 {
- mode 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;
- }
- }
- }
- }