OcNOS-SP : System Management Guide : System Management Configuration Guide : Telnet Configuration : Telent Configuration with IPv6 Address
Telent Configuration with IPv6 Address
Telnet is performed with IPv6 IP and verified by logging on remote PC.
Topology
Figure 3-3 shows the sample configuration of Telent.
 
Figure 3-3: Telnet Configuration topology
Basic Configuration
 
#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 the Telnet Server Port
 
#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 Client Session
 
#telnet 2001::1 vrf management
Log into remote machine using IPv6 address
Validation
##show telnet server
 
VRF MANAGEMENT
telnet server enabled port: 23
 
VRF DEFAULT:
telnet server enabled port: 6112
 
#show running-config telnet server
 
feature telnet vrf management
no feature telnet
Last modified date: 10/19/2023