bridgeIfAddressType
ZHONE-COM-BRIDGE-REC-MIB ·
.1.3.6.1.4.1.5504.4.7.4.1.1
Object
column Enumeration
If bridgeIfAddressType is set to unicast_mac(1),
then bridgeIfMacOrIpAddress represents a MAC Address,
and ifIndex, bridgeIfVlanId and bridgeIfMacOrIpAddress
are used for the bridge path.
If bridgeIfAddressType is set to multicast_mac(2),
then bridgeMacOrIpAddress represents a MAC Address,
and ifIndex, bridgeIfVlanId and bridgeIfMacOrIpAddress
are used for the bridge path.
If bridgeIfAddressType is set to ip_address(3),
then ifIndex and bridgeIfVlanId are used for the
bridge path.
If bridgeIfAddressType is set to dhcp_mac(4), or
dhcp_ip(5), then the address is as desribed for types
1 and 3, respectively, and the address was learned
by snooping DHCP packets.
ipV6Address(6) is the same as ipAddress(3) except for IPv6
address format.
dhcpV6Mac(7) is the same as dhacpMac(4) except for IPv6
address format.
dhcpV7Ip(8) is the same as dhcpIp(5) except for IPv6
address format.
Context
- MIB
- ZHONE-COM-BRIDGE-REC-MIB
- OID
.1.3.6.1.4.1.5504.4.7.4.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- bridgeIfLookupEntry
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 'ZHONE-COM-BRIDGE-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-BRIDGE-REC-MIB::bridgeIfAddressType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-BRIDGE-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-BRIDGE-REC-MIB::bridgeIfAddressType.<bridgeIfAddressType>.<bridgeIfMacOrIpAddress>.<bridgeIfVlanId>.<ifIndex>.<bridgeIfStagId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-BRIDGE-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-BRIDGE-REC-MIB::bridgeIfAddressType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unicastMac |
2 | multicastMac |
3 | ipAddress |
4 | dhcpMac |
5 | dhcpIp |
6 | ipV6Address |
7 | dhcpV6Mac |
8 | dhcpV6Ip |