tnPacketSwitchCounterMode
TN-PACKETSWITCH-MIB ·
.1.3.6.1.4.1.7483.6.1.2.100.1.1.18
Object
column r/w
Enumeration
Counter mode for the packet switch:
all: support all counters. This applies to all packet switch
except for Falcon packet switch.
sapsdp: support SAP/SDP but not LM counters. This only applies to
Falcon packet switch. It will be the default value for
Falcon packet switch.
lm: support LM but not SAP/SDP counters. This only applies to
Falcon packet switch.
sapsdp and lm are introduced due to hardware counter resource
limitations for Falcon packet switch.
Context
- MIB
- TN-PACKETSWITCH-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.100.1.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tnPacketSwitchConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TN-PACKETSWITCH-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PACKETSWITCH-MIB::tnPacketSwitchCounterMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-PACKETSWITCH-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PACKETSWITCH-MIB::tnPacketSwitchCounterMode.<tnSysSwitchId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-PACKETSWITCH-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-PACKETSWITCH-MIB::tnPacketSwitchCounterMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all |
2 | sapsdp |
3 | lm |