RADLAN-AGGREGATEVLAN-MIB: View SNMP OID List / Download MIB
VENDOR: RND
Home | MIB: RADLAN-AGGREGATEVLAN-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 |
rlAggregateVlan | 1.3.6.1.4.1.89.73 |
This private MIB module defines Aggregate Vlan private MIBs. |
||
rlAggregateVlanMibVersion | 1.3.6.1.4.1.89.73.1 | integer | read-only |
MIB's version, the current version is 1. |
rlAggregateVlanTable | 1.3.6.1.4.1.89.73.2 | no-access |
The table creates an aggregateVlans, the IfIndex is from 10000 |
|
1.3.6.1.4.1.89.73.2.1 | no-access |
The row definition for this table. |
||
rlAggregateVlanIndex | 1.3.6.1.4.1.89.73.2.1.1 | interfaceindex | no-access |
This index indicate the aggrigateVlan id, the aggregate vlan index is starting from 10000 |
rlAggregateVlanName | 1.3.6.1.4.1.89.73.2.1.2 | displaystring | read-only |
The name of the aggregateVlan |
rlAggregateVlanPhysAddressType | 1.3.6.1.4.1.89.73.2.1.3 | integer | read-only |
This variable indicates whether the physical address assigned to this VLAN should be the default one or be chosen from the set of reserved physical addresses of the device. Enumeration: 'default': 1, 'reserve': 2. |
rlAggregateVlanStatus | 1.3.6.1.4.1.89.73.2.1.4 | rowstatus | read-only |
The status of the aggregateVlan table entry. It's used to delete an entry |
rlAggregateSubVlanTable | 1.3.6.1.4.1.89.73.3 | no-access |
The table indicates all the allocated sub-vlans to the aggregateVlans, an entry in the rlAggregateVlanTable must be exist before allocating the subVlans |
|
1.3.6.1.4.1.89.73.3.1 | no-access |
The row definition for this table. |
||
rlAggregateSubVlanIfIndex | 1.3.6.1.4.1.89.73.3.1.1 | interfaceindex | read-only |
Indicate the subVlan that allocated to the aggregate vlan |
rlAggregateSubVlanStatus | 1.3.6.1.4.1.89.73.3.1.2 | rowstatus | read-only |
The status of the aggregateSubVlan table entry. It's used to delete an entry |
rlAggregateVlanArpProxy | 1.3.6.1.4.1.89.73.4 | integer | read-write |
When ARP Proxy is enabled, the router can respond to ARP requests for nodes located on different sub-vlans, which belong to the same Super VLAN.The router responds with its own MAC address. When ARP Proxy is disabled, the router responds only to ARP requests for its own IP addresses. Enumeration: 'enable': 1, 'disable': 2. |