All MIBs › APPLIC-MIB › lsBusStatsVirtualNetList
lsBusStatsVirtualNetList
Module: APPLIC-MIB
OID (symbolic): APPLIC-MIB::lsBusStatsVirtualNetList
OID (numeric): 1.3.6.1.4.1.81.19.3.2.14
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
A bitmap defining the status of the virtual nets in the Virtual NetTable. The first bit is for Virtual Net 0 and so on. For existing virtual nets the bit is 1, otherwise 0.
What is lsBusStatsVirtualNetList?
Read-only 32-byte bitmap indicating which virtual nets exist in LANswitch. Engineers check bit patterns to identify active virtual networks; each bit=1 means that VNet is configured.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.81.19.3.2.14 snmpwalk -v2c -c public <target> APPLIC-MIB::lsBusStatsVirtualNetList
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.81.19.3.2.14.1 snmpget -v2c -c public <target> APPLIC-MIB::lsBusStatsVirtualNetList.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> lsBusStatsVirtualNetList.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.81 | lannet | GEN-MIB |
| 1.3.6.1.4.1.81.19 | lntLanSwitch | APPLIC-MIB |
| 1.3.6.1.4.1.81.19.3 | lsMonitor | APPLIC-MIB |
| 1.3.6.1.4.1.81.19.3.2 | lsBusStats | APPLIC-MIB |
| 1.3.6.1.4.1.81.19.3.2.14 | lsBusStatsVirtualNetList | APPLIC-MIB |