!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! CA ! conf t ! router ospf 42 vrf M router-id 10.1.42.11 capability vrf-light passive-interface vlan 42 exit ! router ospf 100 vrf AW router-id 10.1.100.11 capability vrf-light passive-interface vlan 100 passive-interface vlan 101 exit ! int lo 42 ip ospf 42 area 1 ! int vlan 42 ip ospf 42 area 1 ! int vlan 66 ip ospf 42 area 1 ! int vlan 100 ip ospf 100 area 1 ! int vlan 101 ip ospf 100 area 1 ! int vlan 166 ip ospf 100 area 1 ! router eigrp EI address-family ipv6 unicast vrf M autonomous-system 42 af-interface vlan 42 passive-interface exit exit address-family ipv6 unicast vrf AW autonomous-system 100 af-interface vlan 100 passive-interface exit af-interface vlan 101 passive-interface exit af-interface vlan 166 summary-address fd10:0100::/28 exit exit ! ! FHRP ! int vlan 42 standby version 2 standby 442 ip 10.1.42.254 standby 442 priority 110 standby 442 preempt standby 642 ipv6 autoconfig standby 642 priority 110 standby 642 preempt ! int vlan 100 standby version 2 standby 400 ip 192.168.100.254 standby 400 preempt standby 600 ipv6 autoconfig standby 600 preempt ! int vlan 101 standby version 2 standby 401 ip 192.168.101.254 standby 401 preempt standby 601 ipv6 autoconfig standby 601 preempt ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! CB ! conf t ! router ospf 42 vrf M router-id 10.1.42.12 capability vrf-light passive-interface vlan 42 ! router ospf 100 vrf AW router-id 10.1.100.12 capability vrf-light passive-interface vlan 100 passive-interface vlan 101 ! int lo 42 ip ospf 42 area 1 ! int vlan 42 ip ospf 42 area 1 ! int vlan 66 ip ospf 42 area 1 ! int vlan 100 ip ospf 100 area 1 ! int vlan 101 ip ospf 100 area 1 ! int vlan 166 ip ospf 100 area 1 ! router eigrp EI address-family ipv6 unicast vrf M autonomous-system 42 af-interface vlan 42 passive-interface exit exit address-family ipv6 unicast vrf AW autonomous-system 100 af-interface vlan 100 passive-interface exit af-interface vlan 101 passive-interface exit af-interface vlan 166 summary-address fd10:0100::/28 exit exit ! ! FHRP ! int vlan 42 standby version 2 standby 442 ip 10.1.42.254 standby 442 preempt standby 642 ipv6 autoconfig standby 642 preempt ! int vlan 100 standby version 2 standby 400 ip 192.168.100.254 standby 400 priority 110 standby 400 preempt standby 600 ipv6 autoconfig standby 600 priority 110 standby 600 preempt ! int vlan 101 standby version 2 standby 401 ip 192.168.101.254 standby 401 priority 110 standby 401 preempt standby 601 ipv6 autoconfig standby 601 priority 110 standby 601 preempt ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! RA ! conf t ! router ospf 42 vrf M router-id 10.1.42.1 capability vrf-light passive-interface fa0/0.42 ! router ospf 100 vrf AW capability vrf-light router-id 10.1.100.1 ! int lo 42 ip ospf 42 area 1 ! int fa0/0.42 ip ospf 42 area 1 ! int fa0/0.66 ip ospf 42 area 1 ! int fa0/0.166 ip ospf 100 area 1 ! router eigrp EI address-family ipv6 unicast vrf M autonomous-system 42 af-interface fa0/0.42 passive-interface exit exit address-family ipv6 unicast vrf AW autonomous-system 100 exit ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! RB ! conf t ! router ospf 42 vrf M router-id 10.1.42.2 passive-interface fa0/0.42 ! router ospf 100 vrf AW router-id 10.1.100.2 ! int lo 42 ip ospf 42 area 1 ! int fa0/0.42 ip ospf 42 area 1 ! int fa0/0.66 ip ospf 42 area 1 ! int fa0/0.166 ip ospf 100 area 1 ! router eigrp EI address-family ipv6 unicast vrf M autonomous-system 42 af-interface fa0/0.42 passive-interface exit exit address-family ipv6 unicast vrf AW autonomous-system 100 exit ! ! end wr