a3ComPortStatus
A3Com-PortPath-r6-MIB ·
.1.3.6.1.4.1.43.2.17.2.1.20
Object
This object is used to add or delete virtual ports. When adding a new
virtual port, only the createAndGo method of adding rows is supported.
Specifically, all essential elements of the row must be specified in the
same SET request PDU.
For a non-dialup (PPP) port, these elements are the circuit identifier
(a3ComPortCircuitID), the Parent Port (a3ComPortPath), and the virtual
port number (which is specified by the instance identifiers associated with
each of these objects). Note, this virtual port number gets mapped uniquely to
a port label. It is these port labels that are used to identify ports via the
User Interface.
For a diaup (PPP) port, these elements are the IncomingCallerID(a3ComPortInCallerId),
the dynamic dialpool (a3ComPortPath with value of -1), and the virtual port number.
Context
- MIB
- A3Com-PortPath-r6-MIB
- OID
.1.3.6.1.4.1.43.2.17.2.1.20- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComPortEntry
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 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-PortPath-r6-MIB::a3ComPortStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-PortPath-r6-MIB::a3ComPortStatus.<a3ComPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-PortPath-r6-MIB::a3ComPortStatus'