All MIBs › ALTEON-TS-PHYSICAL-MIB › vlanNewCfgPorts
vlanNewCfgPorts
Module: ALTEON-TS-PHYSICAL-MIB
OID (symbolic): ALTEON-TS-PHYSICAL-MIB::vlanNewCfgPorts
OID (numeric): 1.3.6.1.4.1.1872.2.1.4.3.1.3
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
The port list in the VLAN. The ports are presented in bitmap format.
in receiving order:
OCTET 1 OCTET 2 .....
xxxxxxxx xxxxxxxx .....
|| || |_ port 8
|| ||
|| ||___ port 7
|| |____ port 6
|| . . .
||_________ port 1
|__________ reserved
where x : 1 - The represented port belongs to the VLAN
0 - The represented port does not belong to the VLANWhat is vlanNewCfgPorts?
Reports the ports assigned to a new (pending) VLAN configuration, encoded as a bitmap where each bit represents a port.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1872.2.1.4.3.1.3 snmpwalk -v2c -c public <target> ALTEON-TS-PHYSICAL-MIB::vlanNewCfgPorts
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1872.2.1.4.3.1.3.1 snmpget -v2c -c public <target> ALTEON-TS-PHYSICAL-MIB::vlanNewCfgPorts.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> vlanNewCfgPorts.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.1872 | alteon | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2 | private_mibs | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1 | switch | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1.4 | vlans | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1.4.3 | vlanNewCfgTable | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1.4.3.1 | vlanNewCfgTableEntry | ALTEON-PRIVATE-MIBS |
| 1.3.6.1.4.1.1872.2.1.4.3.1.3 | vlanNewCfgPorts | ALTEON-TS-PHYSICAL-MIB |