TN-IP-SOURCE-GUARD-MIB

File: TN-IP-SOURCE-GUARD-MIB.mib (11853 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB ENTITY-MIB TRANSITION-SMI
IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 NOTIFICATION-GROUP TEXTUAL-CONVENTION
TimeStamp RowStatus TruthValue
MacAddress InetAddressType InetAddress
InetAddressPrefixLength entPhysicalIndex tnProducts
ifIndex InterfaceIndex

Defined Types

TnIPSourceGuardEntry  
SEQUENCE    
  tnIPSourceGuardGlobalMode TruthValue
  tnIPSourceGuardDynamicToStatic TruthValue

TnIPSourceGuardIfEntry  
SEQUENCE    
  tnIPSourceGuardIfMode TruthValue
  tnIPSourceGuardIfMaxDynamicClients INTEGER

TnIPSourceGuardStaticEntry  
SEQUENCE    
  tnIPSourceGuardStaticPort InterfaceIndex
  tnIPSourceGuardStaticVlanID INTEGER
  tnIPSourceGuardStaticAddrType InetAddressType
  tnIPSourceGuardStaticAddr InetAddress
  tnIPSourceGuardStaticMask InetAddressPrefixLength
  tnIPSourceGuardStaticMacAddress MacAddress
  tnIPSourceGuardStaticRowStatus RowStatus

TnIPSourceGuardDynamicEntry  
SEQUENCE    
  tnIPSourceGuardDynamicPort InterfaceIndex
  tnIPSourceGuardDynamicVlanID INTEGER
  tnIPSourceGuardDynamicAddrType InetAddressType
  tnIPSourceGuardDynamicAddr InetAddress
  tnIPSourceGuardDynamicMask InetAddressPrefixLength
  tnIPSourceGuardDynamicMacAddress MacAddress

Defined Values

tnIPSourceGuardMIB 1.3.6.1.4.1.868.2.5.31
The mib module for IP Source Guard. IP Source Guard is a secure feature used to restrict IP traffic on DHCP snooping untrusted ports by filtering traffic based on the DHCP Snooping Table or manually configured IP Source Bindings. It helps prevent IP spoofing attacks when a host tries to spoof and use the IP address of another host.
MODULE-IDENTITY    

tnIPSourceGuardMIBObjects 1.3.6.1.4.1.868.2.5.31.1
OBJECT IDENTIFIER    

tnIPSourceGuardMIBNotifications 1.3.6.1.4.1.868.2.5.31.2
OBJECT IDENTIFIER    

tnIPSourceGuardMgmt 1.3.6.1.4.1.868.2.5.31.1.1
OBJECT IDENTIFIER    

tnIPSourceGuardTable 1.3.6.1.4.1.868.2.5.31.1.1.1
This table is for user to configure the global settings of IP Source Guard.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnIPSourceGuardEntry

tnIPSourceGuardEntry 1.3.6.1.4.1.868.2.5.31.1.1.1.1
Each entry represents a global configuration of IP Source Guard.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnIPSourceGuardEntry  

tnIPSourceGuardGlobalMode 1.3.6.1.4.1.868.2.5.31.1.1.1.1.1
Set true(1) to enable or false(2) to disable the global IP Source Guard function. Only when both Global Mode and Port Mode on a given port are enabled, IP Source Guard is enabled on this given port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnIPSourceGuardDynamicToStatic 1.3.6.1.4.1.868.2.5.31.1.1.1.1.2
Set true(1) to translate all dynamic entries to static entries. It will be always returned the default value false(2) when queried.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnIPSourceGuardIfTable 1.3.6.1.4.1.868.2.5.31.1.1.2
This table lets user to configure the IP Source Guard for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnIPSourceGuardIfEntry

tnIPSourceGuardIfEntry 1.3.6.1.4.1.868.2.5.31.1.1.2.1
Each entry represents a IP Source Guard setting on a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnIPSourceGuardIfEntry  

tnIPSourceGuardIfMode 1.3.6.1.4.1.868.2.5.31.1.1.2.1.1
Set true(1) to enable or false(2) to disable the IP Source Guard function on the given port. Only when both Global Mode and Port Mode on a given port are enabled, IP Source Guard is enabled on this given port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnIPSourceGuardIfMaxDynamicClients 1.3.6.1.4.1.868.2.5.31.1.1.2.1.2
Specify the maximum number of dynamic clients that can be learned on given port. This value can be 0, 1, 2 or unlimited. If the port mode is enabled and the value of max dynamic client is equal to 0, it means only allow the IP packets forwarding that are matched in static entries on the specific port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER zero(0), one(1), two(2), unlimited(65535)  

tnIPSourceGuardStaticTable 1.3.6.1.4.1.868.2.5.31.1.1.3
This table lets user to configure the static entries for IP Source Guard.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnIPSourceGuardStaticEntry

tnIPSourceGuardStaticEntry 1.3.6.1.4.1.868.2.5.31.1.1.3.1
Each entry represents a static entry of IP Source Guard.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnIPSourceGuardStaticEntry  

tnIPSourceGuardStaticPort 1.3.6.1.4.1.868.2.5.31.1.1.3.1.1
The port number for the settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

tnIPSourceGuardStaticVlanID 1.3.6.1.4.1.868.2.5.31.1.1.3.1.2
The vlan id for the settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

tnIPSourceGuardStaticAddrType 1.3.6.1.4.1.868.2.5.31.1.1.3.1.3
Address type of Source IP. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tnIPSourceGuardStaticAddr 1.3.6.1.4.1.868.2.5.31.1.1.3.1.4
Address of Source IP. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tnIPSourceGuardStaticMask 1.3.6.1.4.1.868.2.5.31.1.1.3.1.5
Mask of Source IP. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

tnIPSourceGuardStaticMacAddress 1.3.6.1.4.1.868.2.5.31.1.1.3.1.6
Mac Address of Source IP.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tnIPSourceGuardStaticRowStatus 1.3.6.1.4.1.868.2.5.31.1.1.3.1.7
Row status of static IP Source Guard.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tnIPSourceGuardDynamicTable 1.3.6.1.4.1.868.2.5.31.1.1.4
This table lets user to configure the dynamic entries for IP Source Guard.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnIPSourceGuardDynamicEntry

tnIPSourceGuardDynamicEntry 1.3.6.1.4.1.868.2.5.31.1.1.4.1
Each entry represents a dynamic entry of IP Source Guard.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnIPSourceGuardDynamicEntry  

tnIPSourceGuardDynamicPort 1.3.6.1.4.1.868.2.5.31.1.1.4.1.1
The port number for the settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

tnIPSourceGuardDynamicVlanID 1.3.6.1.4.1.868.2.5.31.1.1.4.1.2
The vlan id for the settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

tnIPSourceGuardDynamicAddrType 1.3.6.1.4.1.868.2.5.31.1.1.4.1.3
Address type of Source IP. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tnIPSourceGuardDynamicAddr 1.3.6.1.4.1.868.2.5.31.1.1.4.1.4
Address of Source IP. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tnIPSourceGuardDynamicMask 1.3.6.1.4.1.868.2.5.31.1.1.4.1.5
Mask of Source IP. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

tnIPSourceGuardDynamicMacAddress 1.3.6.1.4.1.868.2.5.31.1.1.4.1.6
Mac Address of Source IP.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress