IPI-TELNET
Configure enable
Use this attribute to enable telnet debugging configurations
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</telnet-server>
Command Syntax
debug telnet server
Configure vrf name
Use this attribute to enable the Telnet server.
Attribute Name: enable
Attribute Type: boolean
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
</config>
<enable>true</enable> <!-- operation="delete"-->
</vrf>
</vrfs>
</telnet-server>
Command Syntax
feature telnet (vrf management|)
Configure port
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: port
Attribute Type: uint32
Attribute Range: 1024-65535
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<port>1024</port> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</telnet-server>
Command Syntax
telnet server port <1024-65535> (vrf management|)
Configure session limit
VRF Name associated with this instance
Attribute Name: vrf-name
Attribute Type: string
Attribute Name: session-limit
Attribute Type: uint8
Attribute Range: 1-40
Netconf edit-config payload
<telnet-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet">
<vrfs>
<vrf>
<vrf-name>management</vrf-name>
<config>
<vrf-name>management</vrf-name>
<session-limit>1</session-limit> <!-- operation="delete"-->
</config>
</vrf>
</vrfs>
</telnet-server>
Command Syntax
telnet server session-limit <1-40> (vrf management|)
debug telnet server
Netconf RPC payload
<telnet-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet"/>
Command Syntax
debug telnet server
no debug telnet server
Netconf RPC payload
<telnet-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-telnet"/>
Command Syntax
no debug telnet server
Last modified date: 08/22/2023