cwaChanRoutingMastership
CISCO-WAN-ATM-CONN-MIB ·
.1.3.6.1.4.1.351.150.1.1.1.1.1.16
Object
This object, if set to true(1) identifies that this endpoint as the `master' endpoint of the connection. When set to false(2) this identifies the `slave' endpoint of the connection. The slave endpoint is the called party, while the master endpoint is the calling party in the SPVC call setup. The networking entity initiates routing of a SPVC connection only after a master endpoint is added. Mastership of a SPVC cannot be changed, once provisioned, implying that this object can be set only during row creation.
Context
- MIB
- CISCO-WAN-ATM-CONN-MIB
- OID
.1.3.6.1.4.1.351.150.1.1.1.1.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cwAtmChanCnfgEntry
- Groups
- 4
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 'CISCO-WAN-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-ATM-CONN-MIB::cwaChanRoutingMastership'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WAN-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-ATM-CONN-MIB::cwaChanRoutingMastership.<ifIndex>.<cwaChanVpi>.<cwaChanVci>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-ATM-CONN-MIB::cwaChanRoutingMastership'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |