portSecAction
PowerConnect3248-MIB ·
.1.3.6.1.4.1.674.10895.3.1.17.2.1.1.3
Object
column r/w
Enumeration
The corresponding actions that will take place when a port is under intruded, when this variable is set to none(1), no action will perform, when this variable is set to trap(2), a swPortSecurityTrap trap will send, when this variable is set to shutdown(3), the port will shutdown, when this variable is set to trapAndShutdown(4), a swPortSecurityTrap will send and the port will shutdown.
Context
- MIB
- PowerConnect3248-MIB
- OID
.1.3.6.1.4.1.674.10895.3.1.17.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- portSecPortEntry
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 'PowerConnect3248-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerConnect3248-MIB::portSecAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerConnect3248-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerConnect3248-MIB::portSecAction.<portSecPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerConnect3248-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerConnect3248-MIB::portSecAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | trap |
3 | shutdown |
4 | trapAndShutdown |