S5-SWITCH-BAYSECURE-MIB

File: S5-SWITCH-BAYSECURE-MIB.mib (33108 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC S5-ROOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 TEXTUAL-CONVENTION MacAddress
TimeInterval TruthValue s5Com

Defined Types

PortSet  
The string is a variable length string which may vary from 0 to 256 octets long. The user must use the OCTET STRING length field in order to convey/determine how many octets are being used. Each bit corresponds to a port, as represented by its ifIndex value . When a bit has the value one(1), the corresponding port is a member of the set. When a bit has the value zero(0), the corresponding port is not a member of the set. The encoding is such that the most significant bit of octet #1 corresponds to ifIndex 0, while the least significant bit of the last octet corresponds to ifIndex ((octet_string_length * 8) - 1). For example, the least significant bit of octet #64 corresponds to ifIndex 511.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..256)  

S5SbsAuthCfgEntry  
SEQUENCE    
  s5SbsAuthCfgBrdIndx Integer32
  s5SbsAuthCfgPortIndx Integer32
  s5SbsAuthCfgMACIndx MacAddress
  s5SbsAuthCfgAccessCtrlType INTEGER
  s5SbsAuthCfgStatus INTEGER
  s5SbsAuthCfgSecureList Integer32
  s5SbsAuthCfgSource INTEGER
  s5SbsAuthCfgLifetime TimeInterval
  s5SbsAuthCfgTrunk Integer32

S5SbsAuthStatusEntry  
SEQUENCE    
  s5SbsAuthStatusBrdIndx Integer32
  s5SbsAuthStatusPortIndx Integer32
  s5SbsAuthStatusMACIndx MacAddress
  s5SbsCurrentAccessCtrlType INTEGER
  s5SbsCurrentActionMode INTEGER
  s5SbsCurrentPortSecurStatus INTEGER

S5SbsViolationStatusEntry  
SEQUENCE    
  s5SbsViolationStatusBrdIndx Integer32
  s5SbsViolationStatusPortIndx Integer32
  s5SbsViolationStatusMACAddress MacAddress

S5SbsSecurityListEntry  
SEQUENCE    
  s5SbsSecurityListIndx Integer32
  s5SbsSecurityListMembers PortSet
  s5SbsSecurityListStatus INTEGER

S5SbsMacViolationEntry  
SEQUENCE    
  s5SbsMacViolationAddress MacAddress
  s5SbsMacViolationBrd Integer32
  s5SbsMacViolationPort Integer32

S5SbsAutoLearningConfigEntry  
SEQUENCE    
  s5SbsAutoLearningConfigBrd Integer32
  s5SbsAutoLearningConfigPort Integer32
  s5SbsAutoLearningConfigEnabled TruthValue
  s5SbsAutoLearningConfigMaxMacs Integer32

Defined Values

s5SbsAuth 1.3.6.1.4.1.45.1.6.5.3
BaySecure MIB - MAC-based Security MIB Copyright 1999-2012 Avaya All rights reserved. This Avaya SNMP Management Information Base Specification (Specification) embodies Avaya's confidential and proprietary intellectual property. Avaya retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Avaya makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

s5SbsAuthSecurityLock 1.3.6.1.4.1.45.1.6.5.3.1
If s5SbsAuthSecurityLock is locked(2), the agent will refuse all requests to modify the 'security configuration'. Objects in s5SbsAuth, the Switch BaySecure MIB Group that are part of the 'security configuration', includes s5SbsAuthCtlPartTime, objects in s5SbsAuthCfgTable, Set requests for all read/write objects in s5SbsAuth group excluding this object will result in a BadValue return value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), locked(2), notlocked(3)  

s5SbsAuthCtlPartTime 1.3.6.1.4.1.45.1.6.5.3.2
If the value of s5SbsAuthCfgActionMode is partitionPort or partitionPortAndSendTrap, time partition will be done if this value is greater than 0. The value indicates the duration of the time for port partitioning in seconds. The default value is zero. When this value is zero, port remians partitioned until manually re-enabled.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsSecurityStatus 1.3.6.1.4.1.45.1.6.5.3.3
Indicates whether the switch security feature is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

s5SbsSecurityMode 1.3.6.1.4.1.45.1.6.5.3.4
The mode of switch security. singleMACperPort(1) indicates that the switch is in single-MAC-per-port mode which means it allows to configure only one MAC address per port. macList(2) indicates that the switch is in MAC-List mode, user can configure more than one MAC address per port, the maximum numbers of MAC address per port vary from switch to switch. autoLearn(3) indicates that the switch will learn the first MAC address on each port as an allowed address of that port. Change made between singleMACperPort(1), macList(2) and autoLearn(3) will erase all the data in s5SbsAuthCfgTable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER singleMACperPort(1), macList(2), autoLearn(3)  

s5SbsSecurityAction 1.3.6.1.4.1.45.1.6.5.3.5
Action performed by software when a violation occurs (if s5SbsSecurityStatus is enabled). The security action specified here applies to all ports of the switch. NOTE: da means destination address. A blocked address will always cause the port to be partitioned when unauthorized access is attempted. See s5SbsAuthCfgAccessCtrlType for more information on allowed and blocked addresses.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), trap(2), partitionPort(3), partitionPortAndsendTrap(4), daFiltering(5), daFilteringAndsendTrap(6), partitionPortAnddaFiltering(7), partitionPortdaFilteringAndsendTrap(8)  

s5SbsCurrNodesAllowed 1.3.6.1.4.1.45.1.6.5.3.6
The current number of entries of the nodes allowed in the s5SbsAuthCfgTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

s5SbsMaxNodesAllowed 1.3.6.1.4.1.45.1.6.5.3.7
The maximum number of entries of the nodes allowed in the s5SbsAuthCfgTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

s5SbsCurrNodesBlocked 1.3.6.1.4.1.45.1.6.5.3.8
The current number of entries of the nodes blocked in the s5SbsAuthCfgTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

s5SbsMaxNodesBlocked 1.3.6.1.4.1.45.1.6.5.3.9
The maximum number of entries of the nodes blocked in the s5SbsAuthCfgTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

s5SbsAuthCfgTable 1.3.6.1.4.1.45.1.6.5.3.10
A table containing a list of boards and ports and MAC addresses that constitute the security configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5SbsAuthCfgEntry

s5SbsAuthCfgEntry 1.3.6.1.4.1.45.1.6.5.3.10.1
An entry in this table indicates the security configuration for a specified MAC address and a specified port and a specified board. A SNMP SET PDU for a row of the s5SbsAuthCfgTable requires the entired sequence of the MIB Objects in each s5SbsAuthCfgEntry stored in one PDU. Otherwise, GENERR return-value will be returned.
Status: current Access: not-accessible
OBJECT-TYPE    
  S5SbsAuthCfgEntry  

s5SbsAuthCfgBrdIndx 1.3.6.1.4.1.45.1.6.5.3.10.1.1
The index of the slot containing the board on which the port is located. This value is meaningful --NEW only if s5SbsAuthCfgSecureList value is zero. --NEW For other SecureList values it should have the value of zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsAuthCfgPortIndx 1.3.6.1.4.1.45.1.6.5.3.10.1.2
The index of the port on the board. This value is meaningful only if s5SbsAuthCfgSecureList value is zero. --NEW For other SecureList values it should have the value of zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsAuthCfgMACIndx 1.3.6.1.4.1.45.1.6.5.3.10.1.3
The index of source MAC address of allowed station or not-allowed station.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

s5SbsAuthCfgAccessCtrlType 1.3.6.1.4.1.45.1.6.5.3.10.1.4
This Node Access Control Type represents whether the node entry is node allowed or node blocked type. A MAC address may be allowed on multiple ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER allowed(1), blocked(2)  

s5SbsAuthCfgStatus 1.3.6.1.4.1.45.1.6.5.3.10.1.5
The status of the AuthCfg entry. The primary use of this object is for modifying the AuthCfg table. Values that can be written create(2), delete(3), modify(4). Values that can be read: valid(1). Setting this entry to delete(3) causes the entry to be deleted from the table. Setting a new entry with create(2) causes the entry to be created in the table. Setting an entry with modify(4) causes the entry to be modified. The response to a get request or get-next request will always indicate a status of valid (1), since invalid entries are removed from the table. This object cannot be modified for entries whose value of s5SbsAuthCfgSource is autoLearn(2) if the value of s5SbsAutoLearningSticky is false(2). Any such attempt will generate an inconsistentValue error.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), create(2), delete(3), modify(4), createSticky(5)  

s5SbsAuthCfgSecureList 1.3.6.1.4.1.45.1.6.5.3.10.1.6
The index of the security list. This value is meaningful only if s5SbsAuthCfgBrdIndx and s5SbsAuthCfgPortIndx values are zero. For other board and port index values it should have the value of zero. This value is used as an index into s5SbsSecurityListTable. The corresponding MAC Address of this entry is allowed or blocked on all the ports of that port list. Note that this value must be 0 for entries where the value of s5SbsAuthCfgSource is either autoLearn(2) or sticky(3).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsAuthCfgSource 1.3.6.1.4.1.45.1.6.5.3.10.1.7
This object indicates the source of an entry. A value of static(1) indicates that the entry was manually created by a user. A value of autoLearn(2) indicates that the entry was auto-learned. Note that if the value of s5SbsAutoLearningSticky is false(2), then an auto-learned entry cannot be directly deleted, though disabling auto-learning for a port will delete all auto-learned MAC addresses for the port. However, if the value of s5SbsAutoLearningSticky is true(1), then auto-learned addresses can be deleted normally.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), autoLearn(2), sticky(3)  

s5SbsAuthCfgLifetime 1.3.6.1.4.1.45.1.6.5.3.10.1.8
This object indicates the lifetime of an auto-learned entry. This is the time until the entry is automatically deleted by the system. This object does not apply to entries whose value of s5SbsAuthCfgSource is static(1), and for such entries, the value of this object will always be 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

s5SbsAuthCfgTrunk 1.3.6.1.4.1.45.1.6.5.3.10.1.9
The trunk on which a MAC address is allowed or disallowed. This value must be 0 if the value of any of these objects is non-zero: s5SbsAuthCfgBrdIndx s5SbsAuthCfgPortIndx s5SbsAuthCfgSecureList The value of this object is only used if the above objects all have zero values. The value of this object must also be 0 if the value of s5SbsAuthCfgSource is either autoLearn(2) or sticky(3).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1024  

s5SbsAuthStatusTable 1.3.6.1.4.1.45.1.6.5.3.11
A table containing a snapshot of the authorized boards and ports status data collection. Port security information consists of an action to be performed when an unAuthorized station is detected and the current security status of a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5SbsAuthStatusEntry

s5SbsAuthStatusEntry 1.3.6.1.4.1.45.1.6.5.3.11.1
An entry in this table may represent a single MAC address, all MAC addresses on a single port, a single port, all the ports on a single board, a particuler port on all the boards, or all the ports on all the boards.
Status: current Access: not-accessible
OBJECT-TYPE    
  S5SbsAuthStatusEntry  

s5SbsAuthStatusBrdIndx 1.3.6.1.4.1.45.1.6.5.3.11.1.1
The index of the board. This corresponds to the index of the slot containing the board if the index is greater than zero. A zero index is a wild card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

s5SbsAuthStatusPortIndx 1.3.6.1.4.1.45.1.6.5.3.11.1.2
The index of the port on the board. This corresponds to the index of the last manageable port on the board if the index is greater than zero. A zero index is a wild card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

s5SbsAuthStatusMACIndx 1.3.6.1.4.1.45.1.6.5.3.11.1.3
The index of MAC address on the port. This corresponds to the index of the MAC address on the port if the index is greater than zero. A zero index is a wild card.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

s5SbsCurrentAccessCtrlType 1.3.6.1.4.1.45.1.6.5.3.11.1.4
This Node Access Control Type represents whether the node entry is node allowed or node blocked type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER allow(1), block(2)  

s5SbsCurrentActionMode 1.3.6.1.4.1.45.1.6.5.3.11.1.5
An integer value representing the type of information contained in this s5SbsAuthStatusEntry. noAction(1) represents that port does not have any security assigned or the security is turned off. partitionPort(2) represents port is partitioned. partitionPortAndsendTrap(3) represents port is partitioned and a trap will be sent to trap receive station(s). daFiltering(4) represents port will filter out the frames with the desitnation address field is the MAC address of unauthorized station. daFilteringAndsendTrap(5) represents port will filter out the frames with the desitnation address field is the MAC address of unauthorized station and a trap will be sent to trap receive station(s). sendtrap(6) represents a trap will be sent to trap receive station(s). partitionPortAnddaFiltering(7) represents port is partitioned and port will filter out the frames with the destination address field is the MAC address of unauthorized station. partitionPortdaFilteringAndsendTrap(8) represents port is partitioned, port will filter out the frames with the destination address field is the MAC address of unauthorized station and a trap will be sent to trap receive station(s).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noAction(1), partitionPort(2), partitionPortAndsendTrap(3), daFiltering(4), daFilteringAndsendTrap(5), sendTrap(6), partitionPortAnddaFiltering(7), partitionPortdaFilteringAndsendTrap(8)  

s5SbsCurrentPortSecurStatus 1.3.6.1.4.1.45.1.6.5.3.11.1.6
This represents the current port security status. If s5SbsSecurityStatus is disable, notApplicable(1) will be returned. The port in a normal situation returns the status with portSecure(2). portPartition(3) will be returned only if the port is partitioned.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(1), portSecure(2), portPartition(3)  

s5SbsViolationStatusTable 1.3.6.1.4.1.45.1.6.5.3.12
A table containing a list of boards, ports where network access violations have occurred. Information also contains the offending MAC addrersses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5SbsViolationStatusEntry

s5SbsViolationStatusEntry 1.3.6.1.4.1.45.1.6.5.3.12.1
An entry in this table
Status: current Access: not-accessible
OBJECT-TYPE    
  S5SbsViolationStatusEntry  

s5SbsViolationStatusBrdIndx 1.3.6.1.4.1.45.1.6.5.3.12.1.1
The index of the board. This corresponds to the slot containing the board. This index will be 1 where it is not applicable, e.g., ByaStack 303/304.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

s5SbsViolationStatusPortIndx 1.3.6.1.4.1.45.1.6.5.3.12.1.2
The index of the port on the board. This corresponds to the port on which a security violation was seen.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

s5SbsViolationStatusMACAddress 1.3.6.1.4.1.45.1.6.5.3.12.1.3
The MAC address of the device attempting unauthorized network access. (MAC addrees-based security)
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

s5SbsMgmViolationType 1.3.6.1.4.1.45.1.6.5.3.13
Type of management access attempted when the violation occurred.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER snmp(1), web(2), telnet(3)  

s5SbsMgmViolationIpAddress 1.3.6.1.4.1.45.1.6.5.3.14
IP Address of the station attempting unauthorized management access.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

s5SbsPortSecurityStatus 1.3.6.1.4.1.45.1.6.5.3.15
The set of ports for which security is enabled. The bitwise AND of s5SbsPortSecurityStatus and s5SbsPortLearnStatus must be the empty set.
Status: current Access: read-write
OBJECT-TYPE    
  PortSet  

s5SbsPortLearnStatus 1.3.6.1.4.1.45.1.6.5.3.16
The set of ports for which auto learning is enabled. Note that a port's bit in this object may not be turned on if the port's value of s5SbsAutoLearningConfigEnabled is true(1).
Status: current Access: read-write
OBJECT-TYPE    
  PortSet  

s5SbsCurrSecurityLists 1.3.6.1.4.1.45.1.6.5.3.17
The current number of entries of the Security lists in the s5SbsSecurityListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsMaxSecurityLists 1.3.6.1.4.1.45.1.6.5.3.18
The maximum number of entries of the Security lists in the s5SbsSecurityListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsSecurityListTable 1.3.6.1.4.1.45.1.6.5.3.19
A table containing a list of Security port lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5SbsSecurityListEntry

s5SbsSecurityListEntry 1.3.6.1.4.1.45.1.6.5.3.19.1
An entry in this table
Status: current Access: not-accessible
OBJECT-TYPE    
  S5SbsSecurityListEntry  

s5SbsSecurityListIndx 1.3.6.1.4.1.45.1.6.5.3.19.1.1
The index of the security list. This corresponds to the Security port list which can be used as index into s5SbsAuthCfgTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

s5SbsSecurityListMembers 1.3.6.1.4.1.45.1.6.5.3.19.1.2
The set of ports that are currently members in this Port list.
Status: current Access: read-write
OBJECT-TYPE    
  PortSet  

s5SbsSecurityListStatus 1.3.6.1.4.1.45.1.6.5.3.19.1.3
The status of the SecurityList entry. The primary use of this object is for modifying the SecurityList table. Values that can be written create(2), delete(3), modify(4). Values that can be read: valid(1). Setting this entry to delete(3) causes the entry to be deleted from the table. Setting a new entry with create(2) causes the entry to be created in the table. Setting an entry with modify(4) causes the entry to be modified. The response to a get request or get-next request will always indicate a status of valid (1), since invalid entries are removed from the table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), create(2), delete(3), modify(4)  

s5SbsMacViolation 1.3.6.1.4.1.45.1.6.5.3.20
OBJECT IDENTIFIER    

s5SbsMacViolationClear 1.3.6.1.4.1.45.1.6.5.3.20.1
This object is used to clear all entries in the s5SbsMacViolationTable. Setting it to clear(2) will clear all entries in that table. Setting it to other(1) has no effect. This object always returns a value of other(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), clear(2)  

s5SbsMacViolationTable 1.3.6.1.4.1.45.1.6.5.3.20.2
A table containing a list of Security port lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5SbsMacViolationEntry

s5SbsMacViolationEntry 1.3.6.1.4.1.45.1.6.5.3.20.2.1
An entry in this table
Status: current Access: not-accessible
OBJECT-TYPE    
  S5SbsMacViolationEntry  

s5SbsMacViolationAddress 1.3.6.1.4.1.45.1.6.5.3.20.2.1.1
The MAC address that caused an access violation.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

s5SbsMacViolationBrd 1.3.6.1.4.1.45.1.6.5.3.20.2.1.2
The last board/slot/unit number on which the MAC address caused an access violation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsMacViolationPort 1.3.6.1.4.1.45.1.6.5.3.20.2.1.3
The last port number on which the MAC address caused an access violation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsAutoLearningAgingTime 1.3.6.1.4.1.45.1.6.5.3.21
The lifetime for MAC addresses which are auto-learned. This is measured in minutes. A value of 0 means addresses are not aged out.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsAutoLearningConfigTable 1.3.6.1.4.1.45.1.6.5.3.22
A table containing per-port configuration for auto-learning. Entries exist in the table for each ethernet port in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5SbsAutoLearningConfigEntry

s5SbsAutoLearningConfigEntry 1.3.6.1.4.1.45.1.6.5.3.22.1
An entry in this table
Status: current Access: not-accessible
OBJECT-TYPE    
  S5SbsAutoLearningConfigEntry  

s5SbsAutoLearningConfigBrd 1.3.6.1.4.1.45.1.6.5.3.22.1.1
The board/slot/unit number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsAutoLearningConfigPort 1.3.6.1.4.1.45.1.6.5.3.22.1.2
The port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

s5SbsAutoLearningConfigEnabled 1.3.6.1.4.1.45.1.6.5.3.22.1.3
This object indicates whether auto-learning is enabled on the port. Note that this object may not be set to true(1) for a port whose bit is turned on in s5SbsPortLearnStatus. Likewise, a port's bit in s5SbsPortLearnStatus may not be turned on if the port's value of s5SbsAutoLearningConfigEnabled is true(1). Note that if this object is changed from true(1) to false(2), all auto-learned MAC addresses for the port will be removed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

s5SbsAutoLearningConfigMaxMacs 1.3.6.1.4.1.45.1.6.5.3.22.1.4
This object indicates the maximum number of MAC addresses that may be learned on the port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..25  

s5SbsAutoLearningPorts 1.3.6.1.4.1.45.1.6.5.3.23
This object specifies the set of ports for which auto- learning is enabled. It is an alternative to s5SbsAutoLearningConfigEnabled.
Status: current Access: read-write
OBJECT-TYPE    
  PortSet  

s5SbsAutoLearningSticky 1.3.6.1.4.1.45.1.6.5.3.24
This object controls whether the 'sticky-mac' feature is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

s5SbsSecurityLockoutPortList 1.3.6.1.4.1.45.1.6.5.3.25
This object controls the set of ports that are locked such that they cannot have mac-security enabled.
Status: current Access: read-write
OBJECT-TYPE    
  PortSet