All MIBs › CHARACTER-MIB › charNumber
charNumber
Module: CHARACTER-MIB
OID (symbolic): CHARACTER-MIB::charNumber
OID (numeric): 1.3.6.1.2.1.19.1
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
The number of entries in charPortTable, regardless of their current state.
What is charNumber?
A read-only counter reporting the total number of entries (rows) present in the character port table, regardless of each port's current operational state.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.19.1 snmpwalk -v2c -c public <target> CHARACTER-MIB::charNumber
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.19.1.1 snmpget -v2c -c public <target> CHARACTER-MIB::charNumber.1