hostname R11
no buggy
!
vrf definition VRF_EXT
 exit
!
access-list ipv6_flowlabel_cms
 sequence 10 permit all any all any all flow 65540&261884
 exit
!
router bgp4 100
 vrf VRF_EXT
 local-as 100
 router-id 10.11.10.11
 no safe-ebgp
 address-family unicast
 neighbor 10.20.11.1 remote-as 20
 neighbor 10.20.11.1 local-as 100
 neighbor 10.20.11.1 address-family unicast
 neighbor 10.20.11.1 distance 20
 neighbor 10.20.11.1 update-source ethernet1.20
 neighbor 10.30.11.1 remote-as 30
 neighbor 10.30.11.1 local-as 100
 neighbor 10.30.11.1 address-family unicast
 neighbor 10.30.11.1 distance 20
 neighbor 10.30.11.1 update-source ethernet1.30
 readvertise 10.11.10.11/32
 exit
!
router bgp6 100
 vrf VRF_EXT
 local-as 100
 router-id 10.11.10.11
 no safe-ebgp
 address-family unicast
 neighbor fd01:20:11::1 remote-as 20
 neighbor fd01:20:11::1 local-as 100
 neighbor fd01:20:11::1 address-family unicast
 neighbor fd01:20:11::1 distance 20
 neighbor fd01:20:11::1 update-source ethernet1.20
 neighbor fd01:30:11::1 remote-as 30
 neighbor fd01:30:11::1 local-as 100
 neighbor fd01:30:11::1 address-family unicast
 neighbor fd01:30:11::1 distance 20
 neighbor fd01:30:11::1 update-source ethernet1.30
 readvertise fd01:10::11/128
 exit
!
interface loopback100
 description lo R11
 vrf forwarding VRF_EXT
 ipv4 address 10.11.10.11 255.255.255.255
 ipv6 address fd01:10::11 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
 ipv6 enable
 no shutdown
 exit
!
interface ethernet1
 no shutdown
 no log-link-change
 exit
!
interface ethernet1.20
 description [VLAN ID = 20] R11 --> R1
 vrf forwarding VRF_EXT
 ipv4 address 10.20.11.11 255.255.255.0
 ipv6 address fd01:20:11::11 ffff:ffff:ffff:ffff::
 ipv6 enable
 no shutdown
 exit
!
interface ethernet1.30
 description [VLAN ID = 30] R11 --> R1
 vrf forwarding VRF_EXT
 ipv4 address 10.30.11.11 255.255.255.0
 ipv6 address fd01:30:11::11 ffff:ffff:ffff:ffff::
 ipv6 enable
 no shutdown
 exit
!
server telnet tel
 security protocol telnet
 exec timeout 10000000
 exec colorize prompt
 exec logging
 exec monitor
 no exec authorization
 no login authentication
 login logging
 vrf VRF_EXT
 exit
!
end
