All MIBs › CMM3-MIB › port5VlanConf
port5VlanConf
Module: CMM3-MIB
OID (symbolic): CMM3-MIB::port5VlanConf
OID (numeric): 1.3.6.1.4.1.161.19.3.4.3.59
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Port 5 VLAN Port Configuration. Bitmap determines which Port(s) Port 5 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
What is port5VlanConf?
This read-write INTEGER (0..255) is a bitmap for port 5 that determines which of the other ports it is allowed to egress data to, per the MIB's own worked examples (e.g. 2 means port 2, 6 means ports 2 and 3). Network admins use it to build simple, switch-level VLAN-like isolation between the eight ports without a full 802.1Q VLAN table. Setting port5VlanConf to 0 on port 5 would isolate it completely, forwarding no traffic to any other port on the chassis.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.161.19.3.4.3.59 snmpwalk -v2c -c public <target> CMM3-MIB::port5VlanConf
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.161.19.3.4.3.59.1 snmpget -v2c -c public <target> CMM3-MIB::port5VlanConf.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.161.19.3.4.3.59.1 i <value>
Start monitoring cable headend hardware modules with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CMM3-MIB::port5VlanConf OID value, configure state conditions and alerts, and monitor any cable headend hardware modules from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.161 | mot | WHISP-GLOBAL-REG-MIB |
| 1.3.6.1.4.1.161.19 | whispRoot | WHISP-GLOBAL-REG-MIB |
| 1.3.6.1.4.1.161.19.3 | whispProducts | WHISP-GLOBAL-REG-MIB |
| 1.3.6.1.4.1.161.19.3.4 | whispCMM | WHISP-GLOBAL-REG-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.161.19.3.4.3 | cmmConfig | CMM3-MIB |
| 1.3.6.1.4.1.161.19.3.4.3.59 | port5VlanConf | CMM3-MIB |