GBNL2PortSecurity-MIB

File: GBNL2PortSecurity-MIB.mib (15845 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress Unsigned32 NOTIFICATION-TYPE
DisplayString MacAddress RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
gbnL2

Defined Types

PortSecurityPortEntry  
SEQUENCE    
  portSecurityPortNum Unsigned32
  portSecurityEnable TruthValue
  portSecurityMaxNum Integer32
  portSecurityCurrentNum Integer32
  portSecurityViolationMode INTEGER
  portSecurityAgingStatic TruthValue
  portSecurityAgingTime Integer32
  portSecuritySticky TruthValue
  portSecurityShutdown TruthValue
  portSecurityRecovery TruthValue
  portSecurityRecoveryTime Integer32

PortSecurityMacRuleEntry  
SEQUENCE    
  portSecurityMacRulePortNum Unsigned32
  portSecurityMacRuleMac MacAddress
  portSecurityMacRuleAction INTEGER
  portSecurityMacRuleVid Integer32
  portSecurityMacRuleIpv4 IpAddress
  portSecurityMacRuleType INTEGER
  portsecurityMacRuleRowStatus RowStatus

PortSecurityIpRuleEntry  
SEQUENCE    
  portSecurityIpRulePortNum Unsigned32
  portSecurityIpRuleIpv4Start IpAddress
  portSecurityIpRuleIpv4End IpAddress
  portSecurityIpRuleAction INTEGER
  portsecurityIpRuleRowStatus RowStatus

PortSecurityActiveMacEntry  
SEQUENCE    
  portSecurityActiveMacDevice Integer32
  portSecurityActiveMacMacAddr MacAddress
  portSecurityActiveMacPortNum Unsigned32
  portSecurityActiveMacAction INTEGER
  portSecurityActiveMacVid Integer32
  portSecurityActiveMacIpv4 IpAddress
  portSecurityActiveMacType INTEGER

Defined Values

gbnL2Switch 1.3.6.1.4.1.13464.1.2.4.1
OBJECT IDENTIFIER    

gbnL2PortSecurityMib 1.3.6.1.4.1.13464.1.2.4.1.8
gbn PortSecurity Enterprise MIB definition.
MODULE-IDENTITY    

portSecurityNotifications 1.3.6.1.4.1.13464.1.2.4.1.8.0
OBJECT IDENTIFIER    

portSecurityPortTable 1.3.6.1.4.1.13464.1.2.4.1.8.1
table of information of ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityPortEntry

portSecurityPortEntry 1.3.6.1.4.1.13464.1.2.4.1.8.1.1
table of information of ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityPortEntry  

portSecurityPortNum 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.1
The Port number associated with this Port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

portSecurityEnable 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.2
Enable/disable port security of this Port.default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portSecurityMaxNum 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.3
Max secure mac address.default is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4000  

portSecurityCurrentNum 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.4
Current mac address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..4000  

portSecurityViolationMode 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.5
action when receive illegal packets.default is protect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER protect(0), restrict(1), shutdown(2)  

portSecurityAgingStatic 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.6
enable static mac aging.default is false.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portSecurityAgingTime 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.7
value of aging time.default is 1 minute
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1440  

portSecuritySticky 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.8
enable sticky function.default is false.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portSecurityShutdown 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.9
whether port is shutdown by port-security.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

portSecurityRecovery 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.10
whether port auto recovery after shutdown.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

portSecurityRecoveryTime 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.11
value of auto recovery time.default is 5 minute
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3660  

portSecurityMacRuleTable 1.3.6.1.4.1.13464.1.2.4.1.8.2
table of mac rules of ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityMacRuleEntry

portSecurityMacRuleEntry 1.3.6.1.4.1.13464.1.2.4.1.8.2.1
table of mac rules of ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityMacRuleEntry  

portSecurityMacRulePortNum 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.1
The Port number associated with this Port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

portSecurityMacRuleMac 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.2
mac address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

portSecurityMacRuleAction 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.3
forward action of mac address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(0), deny(1), sticky(2)  

portSecurityMacRuleVid 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.4
vlan id of mac address.0 means no configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4094  

portSecurityMacRuleIpv4 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.5
vlan if of mac address.0.0.0.0 means no configured.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

portSecurityMacRuleType 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.6
type of mac address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mac(0), macvid(1), macip(2)  

portsecurityMacRuleRowStatus 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.7
use to create or delete a rule.step:1)portsecurityMacRuleRowStatus with value 5(create and wait);2)other mib needed; for mac rule just portSecurityMacRuleType and portSecurityMacRuleAction, for mac+vid rule just portSecurityMacRuleType, portSecurityMacRuleAction, and portSecurityMacRuleVid, for mac+ip rule just portSecurityMacRuleType, portSecurityMacRuleAction, and portSecurityMacRuleIpv4; 3)portsecurityMacRuleRowStatus with value 4(create and go) to create, or portsecurityMacRuleRowStatus with value 6(destroy) to delete
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

portSecurityIpRuleTable 1.3.6.1.4.1.13464.1.2.4.1.8.3
table of ip rules of ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityIpRuleEntry

portSecurityIpRuleEntry 1.3.6.1.4.1.13464.1.2.4.1.8.3.1
table of ip rules of ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityIpRuleEntry  

portSecurityIpRulePortNum 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.1
The Port number associated with this Port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

portSecurityIpRuleIpv4Start 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.2
start ip address of this rule.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

portSecurityIpRuleIpv4End 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.3
end ip address of this rule.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

portSecurityIpRuleAction 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.4
forward action of ip address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(0), deny(1)  

portsecurityIpRuleRowStatus 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.5
use to create or delete a rule.step:1)portsecurityIpRuleRowStatus with value 5(create and wait);2)portSecurityIpRuleAction; 3)portsecurityIpRuleRowStatus with value 4(create and go) to create, or portsecurityIpRuleRowStatus with value 6(destroy) to delete
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

portSecurityActiveMacTable 1.3.6.1.4.1.13464.1.2.4.1.8.4
table of active mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityActiveMacEntry

portSecurityActiveMacEntry 1.3.6.1.4.1.13464.1.2.4.1.8.4.1
table of active mac.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityActiveMacEntry  

portSecurityActiveMacDevice 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.0
member unit of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

portSecurityActiveMacMacAddr 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.1
mac address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

portSecurityActiveMacPortNum 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.2
The Port number associated with this Port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

portSecurityActiveMacAction 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.3
forward action of ip address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER permit(0), deny(1)  

portSecurityActiveMacVid 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.4
vlan id of mac address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

portSecurityActiveMacIpv4 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.5
vlan if of mac address.0.0.0.0 means no information.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

portSecurityActiveMacType 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.6
type of mac address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mac(0), macvid(1), macip(2), ip(3), learned(4)  

portSecurityMacDenyNotification 1.3.6.1.4.1.13464.1.2.4.1.8.0.1
This notification indicates that a mac address matching a deny rule.
Status: current Access: read-only
NOTIFICATION-TYPE    

portSecurityMaxDenyNotification 1.3.6.1.4.1.13464.1.2.4.1.8.0.2
This notification indicates that current learned mac address number is bigger than max number.
Status: current Access: read-only
NOTIFICATION-TYPE    

portSecurityShutdownNotification 1.3.6.1.4.1.13464.1.2.4.1.8.0.3
This notification indicates that port is shutdown by port-security.
Status: current Access: read-only
NOTIFICATION-TYPE