RAPIDCITY-VLAN-MIB: View SNMP OID List / Download MIB
VENDOR: RAPID CITY COMMUNICATION
Home | MIB: RAPIDCITY-VLAN-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
rapidcity | 1.3.6.1.4.1.2272 | |||
rapidcityfoo | 1.3.6.1.4.1.2272.1 | |||
rcVlan | 1.3.6.1.4.1.2272.1.3 | |||
rcVlanNumVlans | 1.3.6.1.4.1.2272.1.3.1 | integer | read-only |
Number of VLANs currently defined |
rcVlanTable | 1.3.6.1.4.1.2272.1.3.2 | no-access |
A list of Virtual LAN entries. VLAN 1 is the default. |
|
1.3.6.1.4.1.2272.1.3.2.1 | no-access |
Entry containing information for a particular Virtual LAN. |
||
rcVlanId | 1.3.6.1.4.1.2272.1.3.2.1.1 | integer | read-only |
A value that uniquely identifies the Virtual LAN associated with this entry. This value correspond to the lower 12 bits in the IEEE VLAN field. |
rcVlanName | 1.3.6.1.4.1.2272.1.3.2.1.2 | displaystring | read-write |
VLAN Name |
rcVlanColor | 1.3.6.1.4.1.2272.1.3.2.1.3 | integer | read-write |
Color assigned to this VLAN. The color is a proprietary number scheme used by the DM to associate an integer value with a particular color. The color is treated transparently in the device. |
rcVlanHighPriority | 1.3.6.1.4.1.2272.1.3.2.1.4 | truthvalue | read-write |
Control whether this VLAN should be given high priority. |
rcVlanRoutingEnable | 1.3.6.1.4.1.2272.1.3.2.1.5 | truthvalue | read-write |
Control whether routing should be enabled on this VLAN. |
rcVlanIfIndex | 1.3.6.1.4.1.2272.1.3.2.1.6 | interfaceindex | read-only |
If rcVlanRoutingEnable is set to TRUE, then this value will indicate the 'logical' ifIndex that is assigned to this VLAN. Otherwise, this value is meaningless and should be set to zero. |
rcVlanAction | 1.3.6.1.4.1.2272.1.3.2.1.7 | integer | read-write |
Vlan related actions. Enumeration: 'none': 1, 'all': 6, 'flushIp': 4, 'flushDynMemb': 5, 'flushMacFdb': 2, 'flushArp': 3. |
rcVlanResult | 1.3.6.1.4.1.2272.1.3.2.1.8 | integer | read-only |
Result from the last Vlan action. Enumeration: 'fail': 4, 'none': 1, 'inProgress': 2, 'success': 3. |
rcVlanStgId | 1.3.6.1.4.1.2272.1.3.2.1.9 | integer | read-write |
Used to indicate the spanning tree group this VLAN is associated it. If this vlan is not be associated with any spanning tree group, this value should be set to zero(0). |
rcVlanType | 1.3.6.1.4.1.2272.1.3.2.1.10 | integer | read-write |
Used to indicate the type of VLAN. Enumeration: 'byIpSubnet': 2, 'byPort': 1, 'byProtocolId': 3, 'byDstMcast': 5, 'bySrcMac': 4. |
rcVlanPortMembers | 1.3.6.1.4.1.2272.1.3.2.1.11 | octet string | read-write |
A bitfield used to identify which ports in the system are members (static or dynamic) to this VLAN. The bitfield is 32 octets long representing ports 0 to 255 (inclusive). |
rcVlanPotentialMembers | 1.3.6.1.4.1.2272.1.3.2.1.12 | octet string | read-write |
A bitfield used to identify which ports in the system are potential members to join this VLAN. The bitfield is 32 octets long representing ports 0 to 255 (inclusive). |
rcVlanStaticMembers | 1.3.6.1.4.1.2272.1.3.2.1.13 | octet string | read-write |
A bitfield used to identify how ports are members of this VLAN. A one(1) value in a bit means the port is a static member of this VLAN. A zero(0) value in a bit means the port is a dynamic member of this VLAN. The bitfield is 32 octets long representing ports 0 to 255 (inclusive). |
rcVlanNotAllowToJoin | 1.3.6.1.4.1.2272.1.3.2.1.14 | octet string | read-write |
A bitfield used to identify which ports are not allowed to join this VLAN. A one(1) value in a bit means the port is not allowed to join a VLAN. A zero(0) value in a bit means the port is allowed to join a VLAN. The bitfield is 32 octets long representing ports 0 to 255 (inclusive). |
rcVlanProtocolId | 1.3.6.1.4.1.2272.1.3.2.1.15 | integer | read-write |
The protocol id of this VLAN. This value is meaningful only if 'rcVlanType' is equal to 'byProtocolId'. Enumeration: 'none': 0, 'snaEthernet2': 10, 'ip': 1, 'xns': 12, 'ipxSnap': 4, 'sna802dot2': 9, 'appleTalk': 6, 'decLat': 7, 'decOther': 8, 'ipxEthernet2': 5, 'netBios': 11, 'ipx802dot2': 3, 'ipx802dot3': 2. |
rcVlanSubnetAddr | 1.3.6.1.4.1.2272.1.3.2.1.16 | ipaddress | read-write |
The IP subnet address of this VLAN. This value is meaningful only if 'rcVlanType' is equal to 'byIpSubnet'. |
rcVlanSubnetMask | 1.3.6.1.4.1.2272.1.3.2.1.17 | ipaddress | read-write |
The IP subnet mask of this VLAN. This value is meaningful only if 'rcVlanType' is equal to 'byIpSubnet'. |
rcVlanAgingTime | 1.3.6.1.4.1.2272.1.3.2.1.18 | integer | read-write |
The timeout period in seconds for aging out dynamic members of policy-based VLANs. |
rcVlanMacAddress | 1.3.6.1.4.1.2272.1.3.2.1.19 | macaddress | read-only |
The MAC address assigned to this VLAN. This field is only relevant when the VLAN is configured for routing. |
rcVlanRowStatus | 1.3.6.1.4.1.2272.1.3.2.1.20 | rowstatus | read-write |
Used to create/delete entries |