GBNL3If-MIB

File: GBNL3If-MIB.mib (7796 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Q-BRIDGE-MIB
SNMPv2-CONF GREENTECH-MASTER-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Unsigned32 Integer32
IpAddress RowStatus TruthValue
DisplayString MacAddress VlanIndex
MODULE-COMPLIANCE OBJECT-GROUP gbnL3

Defined Types

SuperVLANEntry  
SEQUENCE    
  superVLANVID INTEGER
  superVLANsw INTEGER
  superVLANsuper TruthValue
  superVLANStatus RowStatus

ArpEntry  
SEQUENCE    
  arpIpAddress IpAddress
  arpMacAddress MacAddress
  arpIfIndex INTEGER
  arpVlan VlanIndex
  arpPort INTEGER
  arpType INTEGER
  arpRowStatus RowStatus

Defined Values

gbnL3If 1.3.6.1.4.1.13464.1.2.5.1
GBN Generic router id MIB definition.
MODULE-IDENTITY    

gbnL3SuperVLAN 1.3.6.1.4.1.13464.1.2.5.1.2
OBJECT IDENTIFIER    

gbnL3Arp 1.3.6.1.4.1.13464.1.2.5.1.3
OBJECT IDENTIFIER    

gbnL3DHCP 1.3.6.1.4.1.13464.1.2.5.1.4
OBJECT IDENTIFIER    

arpProxy 1.3.6.1.4.1.13464.1.2.5.1.2.1
Enable/disable the ARP proxy.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

superVLANTable 1.3.6.1.4.1.13464.1.2.5.1.2.2
A table of superVLAN.When create a new entry,must set superVLANStatus to be active to create a entry first,or set superVLANsw/superVLANsuper fisrt will return no suchinstanc error
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SuperVLANEntry

superVLANEntry 1.3.6.1.4.1.13464.1.2.5.1.2.2.1
Table entry for superVLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SuperVLANEntry  

superVLANVID 1.3.6.1.4.1.13464.1.2.5.1.2.2.1.1
vlan id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

superVLANsw 1.3.6.1.4.1.13464.1.2.5.1.2.2.1.2
sw,0 means not existting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..12  

superVLANsuper 1.3.6.1.4.1.13464.1.2.5.1.2.2.1.3
The interface is superVLAN or not
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

superVLANStatus 1.3.6.1.4.1.13464.1.2.5.1.2.2.1.4
the status of this entry
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

arpTable 1.3.6.1.4.1.13464.1.2.5.1.3.1
This form to the system ARP cache table has been defined in rfc1213 two ARP table of the system: at the group and ip group atTable ipNetToMediaTable, but this is not the two tables of information and switch port VLAN information, it is definition of this extension table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArpEntry

arpEntry 1.3.6.1.4.1.13464.1.2.5.1.3.1.1
The system ARP cache table.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArpEntry  

arpIpAddress 1.3.6.1.4.1.13464.1.2.5.1.3.1.1.1
IP address as index.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

arpMacAddress 1.3.6.1.4.1.13464.1.2.5.1.3.1.1.2
IP addresses to MAC addresses.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

arpIfIndex 1.3.6.1.4.1.13464.1.2.5.1.3.1.1.3
IP addresses where the interface index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

arpVlan 1.3.6.1.4.1.13464.1.2.5.1.3.1.1.4
IP address where the VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIndex  

arpPort 1.3.6.1.4.1.13464.1.2.5.1.3.1.1.5
Learning to switch port number IP address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..26  

arpType 1.3.6.1.4.1.13464.1.2.5.1.3.1.1.6
This ARP table entry type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), dynamic(3), static(4)  

arpRowStatus 1.3.6.1.4.1.13464.1.2.5.1.3.1.1.7
The ARP Table entry status, used to add / delete static ARP entries to dynamic ARP table entry if the entry is returned an error.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

arpAging 1.3.6.1.4.1.13464.1.2.5.1.3.2
The age time of dynamic arp entry.Unit is minute.Default is 20.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..2880  

option82 1.3.6.1.4.1.13464.1.2.5.1.4.1
Enable/disable option82.Default is disalbe
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

option82Strategy 1.3.6.1.4.1.13464.1.2.5.1.4.2
When turned on in option82 DHCP relay receives the option with option82 packet content strategy adopted. Drop to drop packets, keep option82 to preserve options for the contents of the packet, and replace to replace the contents of the packets in the option82. defaults to replace.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), keep(2), replace(3)