hostname r1 buggy ! logging milliseconds logging file debug ../binTmp/6r1-log.run ! route-policy rm1 sequence 10 if distance 0 sequence 20 pass sequence 30 enif exit ! route-policy rm2 sequence 10 set aspath 3 3 3 sequence 20 pass exit ! vrf definition tester exit ! vrf definition v1 rd 1:1 exit ! interface loopback0 vrf forwarding v1 ipv4 address 2.2.2.1 255.255.255.255 ipv6 address 4321::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff no shutdown no log-link-change exit ! interface ethernet1 vrf forwarding v1 ipv4 address 1.1.1.1 255.255.255.252 ipv6 address 1234:1::1 ffff:ffff:: no shutdown no log-link-change exit ! interface ethernet2 vrf forwarding v1 ipv4 address 1.1.1.5 255.255.255.252 ipv6 address 1234:2::1 ffff:ffff:: no shutdown no log-link-change exit ! router bgp4 1 vrf v1 local-as 1 router-id 4.4.4.1 address-family unicast nexthop route-policy rm1 ! neighbor 1.1.1.2 remote-as 1 neighbor 1.1.1.2 local-as 1 neighbor 1.1.1.2 address-family unicast neighbor 1.1.1.2 distance 200 neighbor 1.1.1.2 route-policy-in rm2 neighbor 1.1.1.2 route-policy-out rm2 ! neighbor 1.1.1.6 remote-as 1 neighbor 1.1.1.6 local-as 1 neighbor 1.1.1.6 address-family unicast neighbor 1.1.1.6 distance 200 ! ! redistribute connected exit ! router bgp6 1 vrf v1 local-as 1 router-id 6.6.6.1 address-family unicast nexthop route-policy rm1 ! neighbor 1234:1::2 remote-as 1 neighbor 1234:1::2 local-as 1 neighbor 1234:1::2 address-family unicast neighbor 1234:1::2 distance 200 neighbor 1234:1::2 route-policy-in rm2 neighbor 1234:1::2 route-policy-out rm2 ! neighbor 1234:2::2 remote-as 1 neighbor 1234:2::2 local-as 1 neighbor 1234:2::2 address-family unicast neighbor 1234:2::2 distance 200 ! ! redistribute connected exit ! console0 no exec authorization no login authentication exit ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! server telnet tester security protocol telnet exec colorize header exec monitor no exec authorization no login authentication vrf tester exit ! ! end