changes.mady.by.user Fréderic LOUI
Saved on Jun 29, 2020
...
╭─[1:09:28]floui@debian ~ ╰─➤ telnet localhost 1123 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. welcome line ready r1#
╭─[1:15:37]floui@debian ~ ╰─➤ telnet localhost 2223 1 ↵ Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. welcome line ready r2#
r1#sh run hostname r1 buggy ! ! vrf definition v1 exit ! interface ethernet1 description r1@e1 -> r2@e1 vrf forwarding v1 ipv4 address 1.1.1.1 255.255.255.252 ipv6 address 1234::1 ffff:ffff:ffff:ffff:: no shutdown no log-link-change exit ! ! ! ! ! ! ! ! ! ! ! ! ! ! server telnet tel security protocol telnet no exec authorization no login authentication vrf v1 exit ! ! end r1#
r2#sh run hostname r2 buggy ! ! vrf definition v1 exit ! interface ethernet1 description r2@e1 -> r1@e1 vrf forwarding v1 ipv4 address 1.1.1.2 255.255.255.252 ipv6 address 1234::2 ffff:ffff:ffff:ffff:: no shutdown no log-link-change exit ! ! ! ! ! ! ! ! ! ! ! ! ! ! server telnet tel security protocol telnet no exec authorization no login authentication vrf v1 exit ! ! end r2#
r1#ping 1.1.1.2 /vrf v1 pinging 1.1.1.2, src=null, cnt=5, len=64, tim=1000, ttl=255, tos=0, sweep=false !!!!! result=100%, recv/sent/lost=5/5/0, rtt min/avg/max/total=1/2/3/13 r1#
r2#ping 1.1.1.1 /vrf v1 pinging 1.1.1.1, src=null, cnt=5, len=64, tim=1000, ttl=255, tos=0, sweep=false !!!!! result=100%, recv/sent/lost=5/5/0, rtt min/avg/max/total=0/1/2/12 r2#
r1#telnet 1.1.1.2 23 /vrf v1 - connecting to 1.1.1.2 23 welcome line ready r2#