OcNOS-SP : System Management Guide : System Management Configuration Guide : Telnet Configuration : Telnet Configuration with IPv4 Address
Telnet Configuration with IPv4 Address
Topology
Figure 3-2: Telnet topology
Enable and Disable the Telnet Server
 
#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 61112
(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 10.10.10.1 vrf management
Log into remote machine using IPv4 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