nwIpWgDefSecurity
CTRON-IP-ROUTER-MIB ·
.1.3.6.1.4.1.52.4.2.2.2.3.1.2.11.1.1.4
Object
column mandatory
r/w
Enumeration
A security level which applies to this workgroup as a whole.
Security applies in conjunction with the range table below,
which locks hosts to interfaces and/or physical address.
Packets are filtered out if security is violated.
For a high (4) security workgroup, a host must reside on the
interface and with the physical address configured in a range
table entry. For medium (3) security a host must reside on a
configured interface, but unless a physical address is also
specified in that range entry, the physical address is not
constrained. For low (2) security a host is free to reside
on any interface with any physical address if not configured
in the range table, but if configured must match a configured
entry. If security is none (1) the range table does not apply.
Context
- MIB
- CTRON-IP-ROUTER-MIB
- OID
.1.3.6.1.4.1.52.4.2.2.2.3.1.2.11.1.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nwIpWgDefEntry
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 'CTRON-IP-ROUTER-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-IP-ROUTER-MIB::nwIpWgDefSecurity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-IP-ROUTER-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-IP-ROUTER-MIB::nwIpWgDefSecurity.<nwIpWgDefIdentifier>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-IP-ROUTER-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-IP-ROUTER-MIB::nwIpWgDefSecurity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | low |
3 | medium |
4 | high |