SWITCH-PORTSECURITY-MIB

File: SWITCH-PORTSECURITY-MIB.mib (16452 bytes)

Imported modules

RAISECOM-BASE-MIB SWITCH-TC SNMPv2-TC

Imported symbols

iscomSwitch EnableVar RowStatus
MacAddress

Defined Types

RcPortSecEntry  
SEQUENCE    
  rcPortSecIndx INTEGER
  rcPortSecEnable EnableVar
  rcPortSecMaxAllowedMac INTEGER
  rcPortSecMacViolationAction INTEGER
  rcPortSecShutUp INTEGER
  rcPortSecMacStickyEnable EnableVar
  rcPortSecTrapEnable EnableVar
  rcPortSecMacDel INTEGER
  rcPortSecCurMacNum INTEGER
  rcPortSecMaxMacs INTEGER
  rcPortSecMacViolations INTEGER
  rcPortSecViolationStatus INTEGER
  rcPortSecLastAccessMacAddress MacAddress
  rcPortSecLastAccessMacVlan INTEGER
  rcPortSecLastAgingMacAddress MacAddress
  rcPortSecLastAgingMacVlan INTEGER
  rcPortSecLastDelMacAddress MacAddress
  rcPortSecLastDelMacVlan INTEGER
  rcPortSecLastDelMacFlag INTEGER
  rcPortSecAgingType INTEGER

RcPortSecMacEntry  
SEQUENCE    
  rcPortSecVlan INTEGER
  rcPortSecMac MacAddress
  rcPortSecPort INTEGER
  rcPortSecFlag INTEGER
  rcPortSecAgingTm INTEGER
  rcPortSecRowStatus RowStatus

Defined Values

rcPortsecurity 1.3.6.1.4.1.8886.6.1.49
description of port security mac manage object.
MODULE-IDENTITY    

rcPortSecCfg 1.3.6.1.4.1.8886.6.1.49.1
OBJECT IDENTIFIER    

rcPortSecTrapGroup 1.3.6.1.4.1.8886.6.1.49.4
OBJECT IDENTIFIER    

rcPortSecMacAgingTime 1.3.6.1.4.1.8886.6.1.49.1.1
The interval in which the interface is secured. After the expiration of the time, the corresponding SecureMacAddress will be removed. If the value of this object is 0, the aging mechanism is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1440  

rcPortSecTable 1.3.6.1.4.1.8886.6.1.49.2
A table of security mac for port and associated properties.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcPortSecEntry

rcPortSecEntry 1.3.6.1.4.1.8886.6.1.49.2.1
Table entry for security of port and status information.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcPortSecEntry  

rcPortSecIndx 1.3.6.1.4.1.8886.6.1.49.2.1.1
The index port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rcPortSecEnable 1.3.6.1.4.1.8886.6.1.49.2.1.2
The port security status.
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

rcPortSecMaxAllowedMac 1.3.6.1.4.1.8886.6.1.49.2.1.3
The maximum number of MAC addresses to be secured on the interface. when configuration value is larger than rcPortSecCurMacNum, the result return wrong,so please check the rcPortSecCurMacNum firstly.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

rcPortSecMacViolationAction 1.3.6.1.4.1.8886.6.1.49.2.1.4
Determines the action that the device will take if the traffic matches the port security violation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..3  

rcPortSecShutUp 1.3.6.1.4.1.8886.6.1.49.2.1.5
This object indicates the shut up of security port..
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

rcPortSecMacStickyEnable 1.3.6.1.4.1.8886.6.1.49.2.1.6
Set to 'true' to enable and 'false' to disable Sticky port security feature on this interface. Enabling this feature allows the device to secure learned MAC addresses on this interface permanently. In order to remove the sticky addresses on this interface, user has to manually delete the sticky MAC address(es) or disable the sticky feature itself.
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

rcPortSecTrapEnable 1.3.6.1.4.1.8886.6.1.49.2.1.7
This object indicates the VLAN where the last MAC address that is seen on this interface. This object is also used as a variable in the cpsIfVlanSecureMacAddrViolation notification to contain the value of the VLAN received the mac address which caused the violation.
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

rcPortSecMacDel 1.3.6.1.4.1.8886.6.1.49.2.1.8
It indicates that it can delete security mac address. 1 indicates configuration security mac, 2 indicates dynamic security mac, 3 indicates sticky security mac. 4 indicates all security mac,
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4  

rcPortSecCurMacNum 1.3.6.1.4.1.8886.6.1.49.2.1.9
The current number of MAC addresses secured on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

rcPortSecMaxMacs 1.3.6.1.4.1.8886.6.1.49.2.1.10
The history mac max of MAC addresses secured on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

rcPortSecMacViolations 1.3.6.1.4.1.8886.6.1.49.2.1.11
This object indicates the number of violations occurred on a secure interface. The counter will be initialized to zero when the port security feature is enabled on an interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

rcPortSecViolationStatus 1.3.6.1.4.1.8886.6.1.49.2.1.12
This object represents the operational status of the port security feature on an interface. secureup(1) - This indicates port security is operational. shutdown(2) - This indicates that the port is shutdown due to port security violation when the object rcPortSecMacViolationAction is of type 'shutdown'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

rcPortSecLastAccessMacAddress 1.3.6.1.4.1.8886.6.1.49.2.1.13
This object indicates the last MAC address that is seen on this interface. This object is also used as a variable to contain the value of the MAC address which caused the violation.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rcPortSecLastAccessMacVlan 1.3.6.1.4.1.8886.6.1.49.2.1.14
This object indicates the VLAN where the last MAC address that is seen on this interface. This object is also used as a variable in the cpsIfVlanSecureMacAddrViolation notification to contain the value of the VLAN received the mac address which caused the violation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

rcPortSecLastAgingMacAddress 1.3.6.1.4.1.8886.6.1.49.2.1.15
This object indicates the last aging MAC address that is seen on this interface. This object is also used as a variable in the rcPortSecAgingTrap notification to contain the value of the MAC address which caused the aging trap.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rcPortSecLastAgingMacVlan 1.3.6.1.4.1.8886.6.1.49.2.1.16
This object indicates the VLAN where the last aging MAC address that is seen on this interface. This object is also used as a variable in the rcPortSecAgingTrap notification to contain the value of the VLAN related to the mac address which caused the aging.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

rcPortSecLastDelMacAddress 1.3.6.1.4.1.8886.6.1.49.2.1.17
This object indicates the last deleted MAC address that is seen on this interface. This object is also used as a variable in the rcPortSecDelTrap notification to contain the value of the MAC address which caused the deletion trap.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rcPortSecLastDelMacVlan 1.3.6.1.4.1.8886.6.1.49.2.1.18
This object indicates the VLAN where the last deleted MAC address that is seen on this interface. This object is also used as a variable in the rcPortSecDelTrap notification to contain the value of the VLAN related to the mac address which caused the deletion.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

rcPortSecLastDelMacFlag 1.3.6.1.4.1.8886.6.1.49.2.1.19
This object indicates if the last deleted secure MAC address is a configured 'static' or learned 'dynamic' or learned and retained across reboots 'sticky'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2), sticky(3)  

rcPortSecAgingType 1.3.6.1.4.1.8886.6.1.49.2.1.20
This object indicates the aging type of the port. Inactivity:The length of time after the device last received a packet from the address on the port. Absolute:The length of time after the device learned the address. This is the default aging method; however, the default aging time is 0 minutes, which disables aging.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER absolute(1), inactivity(2)  

rcPortSecMacTable 1.3.6.1.4.1.8886.6.1.49.3
A table of security mac for mac and vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcPortSecMacEntry

rcPortSecMacEntry 1.3.6.1.4.1.8886.6.1.49.3.1
Table entry for security mac information.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcPortSecMacEntry  

rcPortSecVlan 1.3.6.1.4.1.8886.6.1.49.3.1.1
This object indicates the vlan configured on an interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

rcPortSecMac 1.3.6.1.4.1.8886.6.1.49.3.1.2
This object indicates the mac configured on an interface.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rcPortSecPort 1.3.6.1.4.1.8886.6.1.49.3.1.3
This object indicates on which port a secure MAC address configured or learned.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

rcPortSecFlag 1.3.6.1.4.1.8886.6.1.49.3.1.4
This object indicates if the secure MAC address is a configured 'static' or learned 'dynamic' or learned and retained across reboots 'sticky'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER static(1), dynamic(2), sticky(3)  

rcPortSecAgingTm 1.3.6.1.4.1.8886.6.1.49.3.1.5
This object indicates that this MAC should be delate after 'rcPortSecAgingTm' vaule.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..1440  

rcPortSecRowStatus 1.3.6.1.4.1.8886.6.1.49.3.1.6
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcPortSecLearningTrap 1.3.6.1.4.1.8886.6.1.49.4.1
Port security learning trap.
Status: current Access: read-create
NOTIFICATION-TYPE    

rcPortSecViolationTrap 1.3.6.1.4.1.8886.6.1.49.4.2
Security mac violation trap.
Status: current Access: read-create
NOTIFICATION-TYPE    

rcPortSecAgingTrap 1.3.6.1.4.1.8886.6.1.49.4.3
Mac aging happens.
Status: current Access: read-create
NOTIFICATION-TYPE    

rcPortSecDelTrap 1.3.6.1.4.1.8886.6.1.49.4.4
Mac deletion happens.
Status: current Access: read-create
NOTIFICATION-TYPE