sfpsAliasTableVlanPolicy
CTRON-SFPS-DIRECTORY-MIB ·
.1.3.6.1.4.1.52.4.2.4.2.2.3.6.1.1.16
Object
column mandatory
Enumeration
The way in which this user was assigned to a vlan. Inherited(2) signifies that the user was assigned its vlan based on the default for its port. Auto-Registered(3) indicates that the user was assigned to its vlan based on packet analysis and vlan manager criteria. Static(4) signifies the user was assigned its vlan by the vlan manager application.
Context
- MIB
- CTRON-SFPS-DIRECTORY-MIB
- OID
.1.3.6.1.4.1.52.4.2.4.2.2.3.6.1.1.16- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- sfpsAliasTableEntry
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-SFPS-DIRECTORY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-SFPS-DIRECTORY-MIB::sfpsAliasTableVlanPolicy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-SFPS-DIRECTORY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-SFPS-DIRECTORY-MIB::sfpsAliasTableVlanPolicy.<sfpsAliasTableAliasHash>.<sfpsAliasTableBaseHash>.<sfpsAliasTableHashIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-SFPS-DIRECTORY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-SFPS-DIRECTORY-MIB::sfpsAliasTableVlanPolicy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | inherited |
3 | autoRegistered |
4 | static |