GBNL2Dhcp6Snooping-MIB

File: GBNL2Dhcp6Snooping-MIB.mib (13220 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ADMIN-MASTER-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 TimeTicks IpAddress
DisplayString TruthValue RowStatus
MacAddress MODULE-COMPLIANCE OBJECT-GROUP
gbnL2

Defined Types

Dhcp6snoopingPortEntry  
SEQUENCE    
  portIndex INTEGER
  portTrustMode INTEGER
  portMaxNum INTEGER
  portIpSourceGuardMode INTEGER

Dhcp6snoopingVlanEntry  
SEQUENCE    
  vlanIndex INTEGER
  vlanMaxNum INTEGER

Dhcp6snoopingClientEntry  
SEQUENCE    
  client6MacAddr MacAddress
  client6VlanId INTEGER
  client6PortId INTEGER
  client6LeaseNum INTEGER
  client6IpAddrStr OCTET STRING
  client6IpAddrStr2 OCTET STRING
  client6LeaseTime OCTET STRING

DhcpsIpv6SourceGuardBindEntry  
SEQUENCE    
  ip6BindIndex INTEGER
  ip6BindIpAddr OCTET STRING
  ip6BindMacAddr MacAddress
  ip6BindPortId INTEGER
  ip6BindVlanId INTEGER
  ip6SourceGuardBindRowstatus RowStatus

Defined Values

gbnL2Dhcp6Snooping 1.3.6.1.4.1.13464.1.2.4.9
ADMIN Enterprise MIB definition.
MODULE-IDENTITY    

dhcp6snoopingOnOff 1.3.6.1.4.1.13464.1.2.4.9.1
start/stop dhcp6snooping.Default is off
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dhcp6snoopingPortTable 1.3.6.1.4.1.13464.1.2.4.9.2
A table that contains port informations of dhcp6snooping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dhcp6snoopingPortEntry

dhcp6snoopingPortEntry 1.3.6.1.4.1.13464.1.2.4.9.2.1
Port informations of dhcp6snooping. This is indexed by the port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dhcp6snoopingPortEntry  

portIndex 1.3.6.1.4.1.13464.1.2.4.9.2.1.1
The Index of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portTrustMode 1.3.6.1.4.1.13464.1.2.4.9.2.1.2
Port mode of dhcp6snooping.Default is untrust.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER trust(1), untrust(2)  

portMaxNum 1.3.6.1.4.1.13464.1.2.4.9.2.1.3
Max clients in this port.Range is from 0 to 2048.Default is 2048.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

portIpSourceGuardMode 1.3.6.1.4.1.13464.1.2.4.9.2.1.4
Port IP source guard mode .Default is off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

dhcp6snoopingVlanTable 1.3.6.1.4.1.13464.1.2.4.9.3
A table that contains vlan informations of dhcp6snooping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dhcp6snoopingVlanEntry

dhcp6snoopingVlanEntry 1.3.6.1.4.1.13464.1.2.4.9.3.1
VLAN informations of dhcp6snooping. This is indexed by the vlan number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dhcp6snoopingVlanEntry  

vlanIndex 1.3.6.1.4.1.13464.1.2.4.9.3.1.1
The Index of the vlan.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

vlanMaxNum 1.3.6.1.4.1.13464.1.2.4.9.3.1.2
Max clients in this vlan.Range is from 0 to 2048.Default is 2048.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

dhcp6snoopingPortDownAction 1.3.6.1.4.1.13464.1.2.4.9.4
When port moves to down state, if fast-remove is enabled, switch will remove entries immediately, if auto-aging is enabled, switch will wait until lease time expires and remove entries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fastRemove(1), autoAging(2)  

dhcp6snoopingClientTable 1.3.6.1.4.1.13464.1.2.4.9.6
A table to show dhcpv6 snooping clients.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dhcp6snoopingClientEntry

dhcp6snoopingClientEntry 1.3.6.1.4.1.13464.1.2.4.9.6.1
entry of dhcpv6 snooping clients table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dhcp6snoopingClientEntry  

client6MacAddr 1.3.6.1.4.1.13464.1.2.4.9.6.1.1
dhcpv6 snooping client mac address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

client6VlanId 1.3.6.1.4.1.13464.1.2.4.9.6.1.2
dhcpv6 snooping client vlan id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

client6PortId 1.3.6.1.4.1.13464.1.2.4.9.6.1.3
dhcpv6 snooping client port id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

client6LeaseNum 1.3.6.1.4.1.13464.1.2.4.9.6.1.4
dhcpv6 snooping client lease number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

client6IpAddrStr 1.3.6.1.4.1.13464.1.2.4.9.6.1.5
dhcpv6 snooping client ip address string.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

client6IpAddrStr2 1.3.6.1.4.1.13464.1.2.4.9.6.1.6
dhcpv6 snooping client ip address string 2.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

client6LeaseTime 1.3.6.1.4.1.13464.1.2.4.9.6.1.7
dhcpv6 snooping client lease time string.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

dhcpsIpv6SourceGuardBindTable 1.3.6.1.4.1.13464.1.2.4.9.7
A table that contains ipv6 source guard bind informations of dhcp6snooping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpsIpv6SourceGuardBindEntry

dhcpsIpv6SourceGuardBindEntry 1.3.6.1.4.1.13464.1.2.4.9.7.1
entry of dhcpv6 snooping ipv6 source guard bind table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpsIpv6SourceGuardBindEntry  

ip6BindIndex 1.3.6.1.4.1.13464.1.2.4.9.7.1.1
ipv6 source guard bind port id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..380  

ip6BindIpAddr 1.3.6.1.4.1.13464.1.2.4.9.7.1.2
ipv6 source guard bind ipv6 address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..39)  

ip6BindMacAddr 1.3.6.1.4.1.13464.1.2.4.9.7.1.3
ipv6 source guard bind mac address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

ip6BindPortId 1.3.6.1.4.1.13464.1.2.4.9.7.1.4
ipv6 source guard bind port id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

ip6BindVlanId 1.3.6.1.4.1.13464.1.2.4.9.7.1.5
ipv6 source guard bind vlan id.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

ip6SourceGuardBindRowstatus 1.3.6.1.4.1.13464.1.2.4.9.7.1.6
RowStatus.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

ipv6SourceGuardDisabledVlanString 1.3.6.1.4.1.13464.1.2.4.9.8
IP Source Guard is disabled in following vlans.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

dhcp6snoopingInfomation 1.3.6.1.4.1.13464.1.2.4.9.20
OBJECT IDENTIFIER    

dhcp6snoopingInfoOption18Enable 1.3.6.1.4.1.13464.1.2.4.9.20.1
dhcp6snooping infomation options 18 enabled, default disable(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(0)  

dhcp6snoopingInfoOption37Enable 1.3.6.1.4.1.13464.1.2.4.9.20.2
dhcp6snooping infomation options 37 enabled, default disable(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(0)  

dhcp6snoopingInfoRemoteId 1.3.6.1.4.1.13464.1.2.4.9.20.3
dhcp6snooping infomation remote id, default hostname(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), hostname(3), selfdefined(4)  

dhcp6snoopingInfoRemoteStr 1.3.6.1.4.1.13464.1.2.4.9.20.4
dhcp6snooping infomation option content, it is associated with remote id. when remote id is 1, and this string can translate into ipv4 address, or remote id is 2, and this string can translate into ipv6 address, or remote id is 3, or remote id is 4, and this string is not zerolength, these two value commit to the system.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

dhcp6snoopingInfoInterfaceId 1.3.6.1.4.1.13464.1.2.4.9.20.5
dhcp6snooping infomation remote id, default hostname(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), hostname(3), selfdefined(4)  

dhcp6snoopingInfoInterfaceStr 1.3.6.1.4.1.13464.1.2.4.9.20.6
dhcp6snooping infomation option content, it is associated with remote id. when remote id is 1, and this string can translate into ipv4 address, or remote id is 2, and this string can translate into ipv6 address, or remote id is 3, or remote id is 4, and this string is not zerolength, these two value commit to the system.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)