ctElanConfPolicy
CTRON-ELAN-MIB ·
.1.3.6.1.4.1.52.4.3.5.2.1.1.1.3
Object
column mandatory
r/w
Enumeration
Policy determination of this ELAN, where secure(1) ensures that cut through operation will not be in operation. When an ELAN is in secure mode, it will not allow inter-elan communication by restricting directory services learning or lookups. The secure(1) mode also restricts the bus from proxy broadcast resolution, also know as the protocol preprocessor. When in nonsecure(2) mode, the ELAN will allow cut through operation, Directory Services advertisement, and proxy broadcast resolution.
Context
- MIB
- CTRON-ELAN-MIB
- OID
.1.3.6.1.4.1.52.4.3.5.2.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctElanConfEntry
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-ELAN-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ELAN-MIB::ctElanConfPolicy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-ELAN-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ELAN-MIB::ctElanConfPolicy.<ctElanConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-ELAN-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-ELAN-MIB::ctElanConfPolicy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | secure |
2 | nonsecure |