MIB YANG Tree Visualization - IOS-XE 17.18.1
📚 API Documentation & Navigation
📋 Module Metadata
Namespace: http://cisco.com/ns/yang/TCP-MIB
Prefix: tcp
Related Modules:
ATM-MIB
BGP4-MIB
BRIDGE-MIB
CISCO-AAA-SERVER-MIB
CISCO-AAA-SESSION-MIB
💡 Example Usage
# GET module data curl -X GET \ -H "Accept: application/yang-data+json" \ -u admin:password \ --insecure \ https://device-ip/restconf/data/TCP-MIB
📚 External Documentation
module: TCP-MIB
+--ro TCP-MIB
+--ro tcp
| +--ro tcpRtoAlgorithm? enumeration
| +--ro tcpRtoMin? int32
| +--ro tcpRtoMax? int32
| +--ro tcpMaxConn? int32
| +--ro tcpActiveOpens? yang:counter32
| +--ro tcpPassiveOpens? yang:counter32
| +--ro tcpAttemptFails? yang:counter32
| +--ro tcpEstabResets? yang:counter32
| +--ro tcpCurrEstab? yang:gauge32
| +--ro tcpInSegs? yang:counter32
| +--ro tcpOutSegs? yang:counter32
| +--ro tcpRetransSegs? yang:counter32
| +--ro tcpInErrs? yang:counter32
| +--ro tcpOutRsts? yang:counter32
| +--ro tcpHCInSegs? yang:counter64
| +--ro tcpHCOutSegs? yang:counter64
x--ro tcpConnTable
| x--ro tcpConnEntry* [tcpConnLocalAddress tcpConnLocalPort tcpConnRemAddress tcpConnRemPort]
| x--ro tcpConnState? enumeration
| x--ro tcpConnLocalAddress inet:ipv4-address
| x--ro tcpConnLocalPort int32
| x--ro tcpConnRemAddress inet:ipv4-address
| x--ro tcpConnRemPort int32
+--ro tcpConnectionTable
| +--ro tcpConnectionEntry* [tcpConnectionLocalAddressType tcpConnectionLocalAddress tcpConnectionLocalPort tcpConnectionRemAddressType tcpConnectionRemAddress tcpConnectionRemPort]
| +--ro tcpConnectionLocalAddressType inet-address:InetAddressType
| +--ro tcpConnectionLocalAddress inet-address:InetAddress
| +--ro tcpConnectionLocalPort inet:port-number
| +--ro tcpConnectionRemAddressType inet-address:InetAddressType
| +--ro tcpConnectionRemAddress inet-address:InetAddress
| +--ro tcpConnectionRemPort inet:port-number
| +--ro tcpConnectionState? enumeration
| +--ro tcpConnectionProcess? uint32
+--ro tcpListenerTable
+--ro tcpListenerEntry* [tcpListenerLocalAddressType tcpListenerLocalAddress tcpListenerLocalPort]
+--ro tcpListenerLocalAddressType inet-address:InetAddressType
+--ro tcpListenerLocalAddress inet-address:InetAddress
+--ro tcpListenerLocalPort inet:port-number
+--ro tcpListenerProcess? uint32
About this tree: This visualization shows the hierarchical structure of the TCP-MIB MIB YANG module.
Generated using pyang -f tree command.
• +--rw = read-write node
• +--ro = read-only node
• +-- = configuration data
• x-- = deprecated node