DLINKSW-IPV6-SRC-GUARD-MIB

File: DLINKSW-IPV6-SRC-GUARD-MIB.mib (17969 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB IF-MIB Q-BRIDGE-MIB
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY Unsigned32 OBJECT-TYPE
MODULE-COMPLIANCE OBJECT-GROUP TruthValue
RowStatus MacAddress DisplayString
InetAddressIPv6 ifIndex InterfaceIndex
VlanId dlinkIndustrialCommon

Defined Types

DIpv6sgPolicyEntry  
SEQUENCE    
  dIpv6sgPolicyName DisplayString
  dIpv6sgPolicyDenyAutoConfig TruthValue
  dIpv6sgPolicyPermitLinkLocal TruthValue
  dIpv6sgPolicyRowStatus RowStatus

DIpv6sgIfConfigEntry  
SEQUENCE    
  dIpv6sgIfEnabled TruthValue

DIpv6sgIfAttachEntry  
SEQUENCE    
  dIpv6sgIfAttachPolicy DisplayString
  dIpv6sgIfAttachRowStatus RowStatus

DIpv6sgStaticBindingsEntry  
SEQUENCE    
  dIpv6sgStaticBindingsVlan VlanId
  dIpv6sgStaticBindingsMacAddress MacAddress
  dIpv6sgStaticBindingsIpAddress InetAddressIPv6
  dIpv6sgStaticBindingsInterface InterfaceIndex
  dIpv6sgStaticBindingsRowStatus RowStatus

DIpv6sgBindingsEntry  
SEQUENCE    
  dIpv6sgBindingsOwner INTEGER
  dIpv6sgBindingsIpAddress InetAddressIPv6
  dIpv6sgBindingsMacAddress MacAddress
  dIpv6sgBindingsInterface InterfaceIndex
  dIpv6sgBindingsVlan VlanId
  dIpv6sgBindingsTimeleft Unsigned32

Defined Values

dlinkSwIpv6SourceGuardMIB 1.3.6.1.4.1.171.14.145
This MIB module defines objects for IPv6 Source Guard.
MODULE-IDENTITY    

dIpv6sgNotifications 1.3.6.1.4.1.171.14.145.0
OBJECT IDENTIFIER    

dIpv6sgObjects 1.3.6.1.4.1.171.14.145.1
OBJECT IDENTIFIER    

dIpv6sgConformance 1.3.6.1.4.1.171.14.145.2
OBJECT IDENTIFIER    

dIpv6sgPolicy 1.3.6.1.4.1.171.14.145.1.1
OBJECT IDENTIFIER    

dIpv6sgInterface 1.3.6.1.4.1.171.14.145.1.2
OBJECT IDENTIFIER    

dIpv6sgBindings 1.3.6.1.4.1.171.14.145.1.3
OBJECT IDENTIFIER    

dIpv6sgPolicyNumber 1.3.6.1.4.1.171.14.145.1.1.1
Indicates the number of entries present in IPv6 source-guard policy table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dIpv6sgPolicyTable 1.3.6.1.4.1.171.14.145.1.1.2
The table contains information about IPv6 source-guard policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DIpv6sgPolicyEntry

dIpv6sgPolicyEntry 1.3.6.1.4.1.171.14.145.1.1.2.1
An entry defined in dIpv6sgPolicyTable. An entry is created/removed when an IPv6 source-guard policy is created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DIpv6sgPolicyEntry  

dIpv6sgPolicyName 1.3.6.1.4.1.171.14.145.1.1.2.1.1
The name of the IPv6 source-guard policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dIpv6sgPolicyDenyAutoConfig 1.3.6.1.4.1.171.14.145.1.1.2.1.2
Indicates whether deny data traffic from auto-configured global address. It is useful when all global addresses on a link are assigned by DHCP and the administrator wants to block hosts with self-configured addresses sending traffic.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dIpv6sgPolicyPermitLinkLocal 1.3.6.1.4.1.171.14.145.1.1.2.1.3
Indicates whether allow hardware permit data traffic sent by link-local address.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dIpv6sgPolicyRowStatus 1.3.6.1.4.1.171.14.145.1.1.2.1.99
This object allows the dynamic creation and deletion of a policy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dIpv6sgIfConfigTable 1.3.6.1.4.1.171.14.145.1.2.1
A table provides the mechanism to configure the IPv6 source-guard state at every interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DIpv6sgIfConfigEntry

dIpv6sgIfConfigEntry 1.3.6.1.4.1.171.14.145.1.2.1.1
A row instance contains the configuration to enable or disable IPv6 source-guard on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DIpv6sgIfConfigEntry  

dIpv6sgIfEnabled 1.3.6.1.4.1.171.14.145.1.2.1.1.1
This object enables IPv6 source-guard on the interface, if set this object to 'true'. Setting this object to 'false' disables the IPv6 source-guard on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dIpv6sgIfAttachTable 1.3.6.1.4.1.171.14.145.1.2.2
A table provides the mechanism to attach an IPv6 source-guard policy at each interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DIpv6sgIfAttachEntry

dIpv6sgIfAttachEntry 1.3.6.1.4.1.171.14.145.1.2.2.1
A row instance contains the configuration of attaching IPv6 source-guard policy on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DIpv6sgIfAttachEntry  

dIpv6sgIfAttachPolicy 1.3.6.1.4.1.171.14.145.1.2.2.1.1
This object indicates the name of the attached IPv6 source-guard policy.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dIpv6sgIfAttachRowStatus 1.3.6.1.4.1.171.14.145.1.2.2.1.99
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dIpv6sgStaticBindingsTable 1.3.6.1.4.1.171.14.145.1.3.1
A table provides the manual bindings information. e.g. VLAN MAC Address IP Address Interface ---- ----------------- ---------- --------- 2000 00.01.02.03.04.05 2000::1 8 3000 00.05.06.07.08.09 3000::2 3 4094 00.10.20.30.40.55 2134::7 5 4094 00.10.20.30.40.55 2134::8 6 4094 00.10.20.30.40.55 2134::9 8
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DIpv6sgStaticBindingsEntry

dIpv6sgStaticBindingsEntry 1.3.6.1.4.1.171.14.145.1.3.1.1
An entry defines a manual binding.
Status: current Access: not-accessible
OBJECT-TYPE    
  DIpv6sgStaticBindingsEntry  

dIpv6sgStaticBindingsVlan 1.3.6.1.4.1.171.14.145.1.3.1.1.1
This object indicates the VLAN to which a host belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dIpv6sgStaticBindingsMacAddress 1.3.6.1.4.1.171.14.145.1.3.1.1.2
This object indicates the MAC address of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dIpv6sgStaticBindingsIpAddress 1.3.6.1.4.1.171.14.145.1.3.1.1.3
This object indicates the allocated IPv6 address of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv6  

dIpv6sgStaticBindingsInterface 1.3.6.1.4.1.171.14.145.1.3.1.1.4
This object indicates the ifIndex value of the interface where the host connects to.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dIpv6sgStaticBindingsRowStatus 1.3.6.1.4.1.171.14.145.1.3.1.1.99
This object is used to manage the creation and deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dIpv6sgBindingsTable 1.3.6.1.4.1.171.14.145.1.3.2
A table provides the bindings information regarding IPv6 Snooping. e.g. Onwer IPv6 Address MAC Address Interface VLAN TimeLeft ----- ------------------------- ---------------- --------- ---- -------- NDP FE80::A8BB:CCFF:FE01:F500 AABB.CC01.F500 1 100 8850 Static FE80::21D:71FF:FE99:4900 001D.7199.4900 2 100 0 NDP 2001:600::1 AABB.CC01.F500 1 100 3181 DHCP 2001:300::1 AABB.CC01.F500 1 100 9559 DHCP 2001:100::2 AABB.CC01.F600 1 200 9196 DHCP 2001:400::1 001D.7199.4900 2 100 1568 Static 2001:500::1 000A.000B.000C 13 300 0
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DIpv6sgBindingsEntry

dIpv6sgBindingsEntry 1.3.6.1.4.1.171.14.145.1.3.2.1
An entry contains information of a binding instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  DIpv6sgBindingsEntry  

dIpv6sgBindingsOwner 1.3.6.1.4.1.171.14.145.1.3.2.1.1
This object indicates the IPv6 snooping owner.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER static(1), ndp(2), dhcp(3)  

dIpv6sgBindingsIpAddress 1.3.6.1.4.1.171.14.145.1.3.2.1.2
This object indicates the IPv6 address of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv6  

dIpv6sgBindingsMacAddress 1.3.6.1.4.1.171.14.145.1.3.2.1.3
This object indicates the MAC address of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dIpv6sgBindingsInterface 1.3.6.1.4.1.171.14.145.1.3.2.1.4
This object indicates the ifIndex value of the interface where a host connects to.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dIpv6sgBindingsVlan 1.3.6.1.4.1.171.14.145.1.3.2.1.5
This object indicates the VLAN to which the host belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dIpv6sgBindingsTimeleft 1.3.6.1.4.1.171.14.145.1.3.2.1.6
This object indicates the time left for the dynamic hosts. It is meaningless when dIpv6sgBindingsOwner is 'static', it is always be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dIpv6sgMIBCompliances 1.3.6.1.4.1.171.14.145.2.1
OBJECT IDENTIFIER    

dIpv6sgMIBGroups 1.3.6.1.4.1.171.14.145.2.2
OBJECT IDENTIFIER    

dIpv6sgMIBCompliance 1.3.6.1.4.1.171.14.145.2.1.1
The compliance statement for DLINKSW-IPV6-SRC-GUARD-MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

dIpv6sgIfConfigGroup 1.3.6.1.4.1.171.14.145.2.2.1
A collection of objects which are used to configure as well as show information regarding the IPv6 Source Guard feature per interface.
Status: current Access: read-only
OBJECT-GROUP    

dIpv6sgBindingsGroup 1.3.6.1.4.1.171.14.145.2.2.2
A collection of objects which are used to show information regarding the IPv6 Snooping binding data.
Status: current Access: read-only
OBJECT-GROUP    

dIpv6sgPolicyGroup 1.3.6.1.4.1.171.14.145.2.2.3
A collection of object which are used to configure as well as show information regarding the IPv6 source-guard policy.
Status: current Access: read-only
OBJECT-GROUP    

dIpv6sgIfAttachGroup 1.3.6.1.4.1.171.14.145.2.2.4
A collection of object which are used to configure as well as show information regarding the attaching policy per interface.
Status: current Access: read-only
OBJECT-GROUP    

dIpv6sgStaticBindingsGroup 1.3.6.1.4.1.171.14.145.2.2.5
A collection of objects which are used to configure as well as show information regarding the static binding data for IPv6 Source Guard.
Status: current Access: read-only
OBJECT-GROUP