fsIpDbSrcGuardStatus
SUPERMICRO-IPDB-MIB ·
.1.3.6.1.4.1.10876.101.2.2.5.1.1.2
Object
column r/w
Enumeration
This object indicates the IP source guard status of an
interface.
If this object is set to 'disable', IP source guard feature
is disabled and all incoming IP traffic on this interface
will be allowed.
If this object is set to 'ip', IP source guard feature is
enabled on fsIpDbSrcGuardIndex with Source IP address filtering
mode. The switch allows the IP traffic when the source IP
matches with an entry in Ip binding database.
If this object is set to 'ipMac', IP source guard is enabled on
the fsIpDbSrcGuardIndex with Source IP and MAC address filtering
mode. The switch allows the IP traffic when the source IP and MAC
address matches with an entry in Ip binding database.
When there is no IP binding entries and IP source guard is
enabled, switch drops all types of packets other than DHCP
packet.
Context
- MIB
- SUPERMICRO-IPDB-MIB
- OID
.1.3.6.1.4.1.10876.101.2.2.5.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsIpDbSrcGuardConfigEntry
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 'SUPERMICRO-IPDB-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-IPDB-MIB::fsIpDbSrcGuardStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-IPDB-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-IPDB-MIB::fsIpDbSrcGuardStatus.<fsIpDbSrcGuardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-IPDB-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-IPDB-MIB::fsIpDbSrcGuardStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | ip |
3 | ipMac |