sfpsSapAPIVerb
CTRON-SFPS-CALL-MIB ·
.1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.1
Object
scalar mandatory
r/w
Enumeration
1 - getStatus -- The default verb. When the SourceCP, DestCP, and SAP info are entered, this action will get the current AdminStatus, OperStatus, and NvramStatus. (Must perform a mo_get after setting the above info to actually get the status info) 2 - next -- Move to the next Entry in the SAP Table and Get the status. If this operation is successful, the verb will stay next, else it defaults to getStatus. 3 - first -- Jump back to the First Entry in the SAP Table. 4 - disable -- Disable the Current SAP Entry. This does not effect the Status of this Entry in Nvram. 5 - disableInNvram -- Set the Current SAP Entries status to Disabled in Nvram - This does not effect the Current Admin Status for this SAP Entry. 6 - enable -- Enable the Current SAP Entry. This does not effect the Status of this Entry in Nvram. 7 - enableInNvram -- Set the Current SAP Entries status to Enabled in Nvram - This does not effect the Current Admin Status for this SAP Entry. 8 - clearFromNvram -- Clear the Current SAP Entry from Nvram (if set). 9 - clearAllNvram -- Clear all SAP Entries from Nvram. 10 - resetStats -- Resets the Accepted/Dropped Stats for the Current/Entered SAP Entry. 11 - resetAllStats -- Resets the Accepted/Dropped Stats for all SAP Entries.
Context
- MIB
- CTRON-SFPS-CALL-MIB
- OID
.1.3.6.1.4.1.52.4.2.4.2.2.2.2.2.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-SFPS-CALL-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-SFPS-CALL-MIB::sfpsSapAPIVerb.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-SFPS-CALL-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-SFPS-CALL-MIB::sfpsSapAPIVerb'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | getStatus |
2 | next |
3 | first |
4 | disable |
5 | disableInNvram |
6 | enable |
7 | enableInNvram |
8 | clearFromNvram |
9 | clearAllNvram |
10 | resetStats |
11 | resetAllStats |