#configure terminal | Enter configure mode |
(config)#no feature telnet vrf management | Disable Telnet feature |
(config)#feature telnet vrf management | Enable Telnet feature |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#exit | Exit configure mode |
#configure terminal | Enter configure mode |
(config)#no feature telnet vrf management | Disable Telnet feature |
(config)#telnet server port 6112 vrf management | Set Telnet port to 6112 |
(config)#feature telnet vrf management | Enable Telnet feature |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#exit | Exit configure mode |
#telnet 2001::1 vrf management | Log into remote machine using IPv6 address |