mitelIpVGrpPortTableCfgMethod
MITEL-IPVIRTUAL-MIB ·
.1.3.6.1.4.1.1027.4.8.1.1.4.1.1.15
Object
column r/w
Enumeration
Determines how this virtual interface is configured. `static' and `addressless' indicate that all information is provided by the SNMP manager, while `dhcp' and `ipcp' indicate that some or all of the information is obtained dynamically. `static' and `dhcp' interfaces connect to multipoint networks, in which case the mitelIpVGrpPortTableNetMask indicates the IP subnet on that network. `addressless' and `ipcp' interfaces connect to point-to-point networks, and in these cases the mitelIpVGrpPortTableNetMask is set to 255.255.255.255 and the corresponding IP address is that of the system at the other end of the link.
Context
- MIB
- MITEL-IPVIRTUAL-MIB
- OID
.1.3.6.1.4.1.1027.4.8.1.1.4.1.1.15- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mitelIpVGrpPortEntry
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 'MITEL-IPVIRTUAL-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-IPVIRTUAL-MIB::mitelIpVGrpPortTableCfgMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MITEL-IPVIRTUAL-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-IPVIRTUAL-MIB::mitelIpVGrpPortTableCfgMethod.<mitelIpVGrpPortTableNetAddr>.<mitelIpVGrpPortTableIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MITEL-IPVIRTUAL-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MITEL-IPVIRTUAL-MIB::mitelIpVGrpPortTableCfgMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | addressless |
3 | dhcp |
4 | ipcp |