casnNasPort

CISCO-AAA-SESSION-MIB · .1.3.6.1.4.1.9.9.150.1.1.3.1.7

Object

The value of this object identifies a particular
conceptual row associated with the session identified by
casnSessionId.  The conceptual row that this object points
to represents a port that is used to transport a session.
              
If the port transporting the session cannot be determined,
the value of this object will be zeroDotZero.
              
For example, suppose a session is established using an ATM
PVC.  If the ifIndex of the ATM interface is 7, and the 
VPI/VCI values of the PVC are 1, 100 respectively, then
the value of this object might be as follows:
              
       casnNasPort.15 = atmVclAdminStatus.7.1.100
                   ^                      ^ ^  ^
                   |                      | |  |
   casnSessionId --+                      | |  |
         ifIndex -------------------------+ |  |
       atmVclVpi ---------------------------+  |
       atmVclVci ------------------------------+
              
where atmVclAdminStatus is the first accessible object
of the atmVclTable of the ATM-MIB.

Context

MIB
CISCO-AAA-SESSION-MIB
OID
.1.3.6.1.4.1.9.9.150.1.1.3.1.7
Type
column
Access
readonly
Status
current
Parent
casnActiveEntry
Groups
1

Walk 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-AAA-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AAA-SESSION-MIB::casnNasPort'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-AAA-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-AAA-SESSION-MIB::casnNasPort.<casnSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-AAA-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-AAA-SESSION-MIB::casnNasPort'

Syntax

Source
SNMPv2-TCRowPointer
Base type
ObjectIdentifier
Type Description
Represents a pointer to a conceptual row.  The value is the
name of the instance of the first accessible columnar object
in the conceptual row.
          
For example, ifIndex.3 would point to the 3rd row in the
ifTable (note that if ifIndex were not-accessible, then
ifDescr.3 would be used instead).

Values & Constraints

No enumerated values or constraints recorded.

Conformance