BAY-STACK-SOURCE-GUARD-MIB

File: BAY-STACK-SOURCE-GUARD-MIB.mib (8992 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
INET-ADDRESS-MIB SYNOPTICS-ROOT-MIB

Imported symbols

NOTIFICATION-TYPE OBJECT-TYPE MODULE-IDENTITY
Counter32 MacAddress InterfaceIndex
InetAddressType InetAddress bayStackMibs

Defined Types

BsSourceGuardConfigEntry  
SEQUENCE    
  bsSourceGuardConfigIfIndex InterfaceIndex
  bsSourceGuardConfigMode INTEGER

BsSourceGuardAddrEntry  
SEQUENCE    
  bsSourceGuardAddrIndex InterfaceIndex
  bsSourceGuardAddrType InetAddressType
  bsSourceGuardAddrAddress InetAddress
  bsSourceGuardAddrMACAddr MacAddress
  bsSourceGuardAddrSource INTEGER

BsSourceGuardStatsEntry  
SEQUENCE    
  bsSourceGuardStatsIfIndex InterfaceIndex
  bsSourceGuardStatsDroppedPackets Counter32

Defined Values

bayStackSourceGuardMib 1.3.6.1.4.1.45.5.20
This MIB module is used for IP Source Guard settings in Nortel's software and products.
MODULE-IDENTITY    

bsSourceGuardNotifications 1.3.6.1.4.1.45.5.20.0
OBJECT IDENTIFIER    

bsSourceGuardObjects 1.3.6.1.4.1.45.5.20.1
OBJECT IDENTIFIER    

bsSourceGuardConfigTable 1.3.6.1.4.1.45.5.20.1.1
This table is used to configure IP Source Guard per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsSourceGuardConfigEntry

bsSourceGuardConfigEntry 1.3.6.1.4.1.45.5.20.1.1.1
An entry containing objects for configuring IP Source Guard settings for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsSourceGuardConfigEntry  

bsSourceGuardConfigIfIndex 1.3.6.1.4.1.45.5.20.1.1.1.1
The interface on which Source Guard configuration setting apply.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

bsSourceGuardConfigMode 1.3.6.1.4.1.45.5.20.1.1.1.2
This object is used to control the Source Guard mode on an interface. The values are as follows: disabled(1) - Source Guard is disabled on this interface. ip(2) - Source Guard only allows traffic from a list of IP addresses on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), ip(2)  

bsSourceGuardAddrTable 1.3.6.1.4.1.45.5.20.1.2
This table contains a list of internet and/or MAC addresses allowed by Source Guard on an interface. An entry in this table must indicate either a valid internet address and/or a valid MAC address. This means that an entry may not exist where the value of bsSourceGuardAddrType is unknown(0) and the value of bsSourceGuardAddrMACAddr is 00:00:00:00:00:00. If an entry indicates only an internet address, Source Guard will allow that address regardless of MAC address. Note that currently, MAC addresses are not supported. This means that currently, the value of bsSourceGuardAddrMACAddr must always by 00:00:00:00:00:00, and the value of bsSourceGuardAddrType must not be unknown(0).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsSourceGuardAddrEntry

bsSourceGuardAddrEntry 1.3.6.1.4.1.45.5.20.1.2.1
An entry containing an address allowed by Source Guard on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsSourceGuardAddrEntry  

bsSourceGuardAddrIndex 1.3.6.1.4.1.45.5.20.1.2.1.1
The ifIndex value of the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

bsSourceGuardAddrType 1.3.6.1.4.1.45.5.20.1.2.1.2
The type of internet address contained in the corresponding instance of bsSourceGuardAddrAddress. If the value of this object is other(0), then the corresponding instance of bsSourceGuardAddrAddress must be a zero length value.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

bsSourceGuardAddrAddress 1.3.6.1.4.1.45.5.20.1.2.1.3
The internet address allowed by Source Guard on this interface. If this object contains a zero length value, then the Source Guard feature will not use the value.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

bsSourceGuardAddrMACAddr 1.3.6.1.4.1.45.5.20.1.2.1.4
The ethernet MAC address allowed by Source Guard on this interface. If this object contains the value 00:00:00:00:00:00, then the Source Guard feature will not use the value.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

bsSourceGuardAddrSource 1.3.6.1.4.1.45.5.20.1.2.1.5
The source of the address(es). Currently, the only source is from dhcp snooping. In the future, static addresses will be allowed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dhcpSnooping(1)  

bsSourceGuardStatsTable 1.3.6.1.4.1.45.5.20.1.3
Per-interface IP Source Guard statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsSourceGuardStatsEntry

bsSourceGuardStatsEntry 1.3.6.1.4.1.45.5.20.1.3.1
An entry containing Source Guard statistics for an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsSourceGuardStatsEntry  

bsSourceGuardStatsIfIndex 1.3.6.1.4.1.45.5.20.1.3.1.1
The ifIndex value of the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

bsSourceGuardStatsDroppedPackets 1.3.6.1.4.1.45.5.20.1.3.1.2
The number of received packets on this interface that were dropped due to IP source guard filtering.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bsSourceGuardReachedMaxIpEntries 1.3.6.1.4.1.45.5.20.0.1
This notification is generated when the maximum number of IP entries on a port has been reached. The port is identified by the instance of bssourceGuardConfigMode included in the notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

bsSourceGuardCannotEnablePort 1.3.6.1.4.1.45.5.20.0.2
This notification is generated when there are insufficient resources available to enable IP source guard checking on a port. Note that this notification will *not* be generated as the result of a management operation, but rather only as a result of internal state changes within the system (for example, system initialization). The port for which the notification is generated is identified by the instance of bsSourceGuardConfigMode included in the notification.
Status: current Access: read-only
NOTIFICATION-TYPE