╭─[1:26:59]floui@debian[1] ~
╰─➤ telnet localhost 1123 1 ↵
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
welcome
line ready
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# |