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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


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
           rlAggregateVlanEntry 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
           rlAggregateSubVlanEntry 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.