slePortSrcGuardEnable
SLE-DHCP-SNOOPING-MIB ·
.1.3.6.1.4.1.6296.101.12.2.1.1.1.2
Object
column Enumeration
This object indicates whether IP Source Guard is enabled
at this port.
If this object is set to 'true', IP Source Guard is
enabled. Traffic coming to this interface will be forwarded
if it is from the list of IP addresses obtained through
DHCP Snooping. Otherwise, it is denied.
If this object is set to 'false', IP Source Guard is
disabled.
Context
- MIB
- SLE-DHCP-SNOOPING-MIB
- OID
.1.3.6.1.4.1.6296.101.12.2.1.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- slePortSrcGuardConfigEntry
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 'SLE-DHCP-SNOOPING-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SLE-DHCP-SNOOPING-MIB::slePortSrcGuardEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SLE-DHCP-SNOOPING-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SLE-DHCP-SNOOPING-MIB::slePortSrcGuardEnable.<slePortSrcGuardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SLE-DHCP-SNOOPING-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SLE-DHCP-SNOOPING-MIB::slePortSrcGuardEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | enable |