ip6SrcGuardBindingMode
ECS4120-MIB ·
.1.3.6.1.4.1.259.10.1.45.1.74.2.1.8
Object
column Enumeration
The object indicates the mode of this binding. If the value equals 1, it means the mode of the binding entry is address mode. If the value equals 2, it means the mode of the binding entry is prefix mode.
Context
- MIB
- ECS4120-MIB
- OID
.1.3.6.1.4.1.259.10.1.45.1.74.2.1.8- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ip6SrcGuardAddrEntry
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 'ECS4120-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4120-MIB::ip6SrcGuardBindingMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4120-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4120-MIB::ip6SrcGuardBindingMode.<ip6SrcGuardBindingType>.<ip6SrcGuardBindingMacAddress>.<ip6SrcGuardBindingIpv6Address>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4120-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4120-MIB::ip6SrcGuardBindingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | address |
2 | prefix |