hostname r1
buggy
!
logging file debug ../binTmp/zzz4r1-log.run
!
access-list test4
sequence 10 deny 1 any all any all
sequence 20 permit all any all any all
exit
!
access-list test6
sequence 10 deny all 4321:: ffff:: all 4321:: ffff:: all
sequence 20 permit all any all any all
exit
!
vrf definition tester
exit
!
vrf definition v1
rd 1:1
label-mode per-prefix
exit
!
interface loopback0
no description
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 serial1
no description
encapsulation ppp
ppp ip4cp close
ppp ip6cp close
vrf forwarding v1
ipv4 address 1.1.1.1 255.255.255.0
no ipv4 unreachables
ipv4 access-group-in test4
ipv6 address 1234::1 ffff::
no ipv6 unreachables
ipv6 access-group-in test6
mpls enable
mpls ldp4
mpls ldp6
no shutdown
no log-link-change
exit
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ipv4 route v1 2.2.2.2 255.255.255.255 1.1.1.2
!
ipv6 route v1 4321::2 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 1234::2
!
!
!
!
!
!
!
!
!
!
!
server telnet tester
security protocol telnet
no exec authorization
no login authentication
vrf tester
exit
!
!
end