RADLAN-AGGREGATEVLAN-MIB

File: RADLAN-AGGREGATEVLAN-MIB.mib (5111 bytes)

Imported modules

RADLAN-MIB SNMPv2-SMI SNMPv2-TC
IF-MIB

Imported symbols

rnd OBJECT-TYPE MODULE-IDENTITY
DisplayString RowStatus InterfaceIndex

Defined Types

RlAggregateVlanEntry  
SEQUENCE    
  rlAggregateVlanIndex InterfaceIndex
  rlAggregateVlanName DisplayString
  rlAggregateVlanPhysAddressType INTEGER
  rlAggregateVlanStatus RowStatus

RlAggregateSubVlanEntry  
SEQUENCE    
  rlAggregateSubVlanIfIndex InterfaceIndex
  rlAggregateSubVlanStatus RowStatus

Defined Values

rlAggregateVlan 1.3.6.1.4.1.89.73
This private MIB module defines Aggregate Vlan private MIBs.
MODULE-IDENTITY    

rlAggregateVlanMibVersion 1.3.6.1.4.1.89.73.1
MIB's version, the current version is 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlAggregateVlanTable 1.3.6.1.4.1.89.73.2
The table creates an aggregateVlans, the IfIndex is from 10000
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlAggregateVlanEntry

rlAggregateVlanEntry 1.3.6.1.4.1.89.73.2.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlAggregateVlanEntry  

rlAggregateVlanIndex 1.3.6.1.4.1.89.73.2.1.1
This index indicate the aggrigateVlan id, the aggregate vlan index is starting from 10000
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rlAggregateVlanName 1.3.6.1.4.1.89.73.2.1.2
The name of the aggregateVlan
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlAggregateVlanPhysAddressType 1.3.6.1.4.1.89.73.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER default(1), reserve(2)  

rlAggregateVlanStatus 1.3.6.1.4.1.89.73.2.1.4
The status of the aggregateVlan table entry. It's used to delete an entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlAggregateSubVlanTable 1.3.6.1.4.1.89.73.3
The table indicates all the allocated sub-vlans to the aggregateVlans, an entry in the rlAggregateVlanTable must be exist before allocating the subVlans
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlAggregateSubVlanEntry

rlAggregateSubVlanEntry 1.3.6.1.4.1.89.73.3.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlAggregateSubVlanEntry  

rlAggregateSubVlanIfIndex 1.3.6.1.4.1.89.73.3.1.1
Indicate the subVlan that allocated to the aggregate vlan
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rlAggregateSubVlanStatus 1.3.6.1.4.1.89.73.3.1.2
The status of the aggregateSubVlan table entry. It's used to delete an entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlAggregateVlanArpProxy 1.3.6.1.4.1.89.73.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)