mgmtPortCfgType
NTNTECH-CHASSIS-CONFIGURATION-MIB ·
.1.3.6.1.4.1.8059.1.1.1.1.1.1.7.1.1.4
Object
column r/w
Enumeration
Set the management port type as follows. By setting this
port to mgmt(1), it will operate as a non-bridge mode connection.
Setting it to uplink(2), this port will operate like an uplink
interface module, i.e. a bridge mode connection.
Note: this applies to the AuD8000-12 micro DSLAM only.
Context
- MIB
- NTNTECH-CHASSIS-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.8059.1.1.1.1.1.1.7.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mgmtPortCfgEntry
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 'NTNTECH-CHASSIS-CONFIGURATION-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTNTECH-CHASSIS-CONFIGURATION-MIB::mgmtPortCfgType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NTNTECH-CHASSIS-CONFIGURATION-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTNTECH-CHASSIS-CONFIGURATION-MIB::mgmtPortCfgType.<mgmtPortCfgMumIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NTNTECH-CHASSIS-CONFIGURATION-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NTNTECH-CHASSIS-CONFIGURATION-MIB::mgmtPortCfgType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | mgmt |
2 | uplink |