MIBs Depot

CISCO-PORT-SECURITY-MIB

Registered at
1.3.6.1.4.1.9.9.315
Last updated
2009-05-08 00:00
Organization
Cisco Systems, Inc.
Revisions
2009-05-08 00:00, 2005-05-04 00:00, 2005-03-12 00:00, 2004-08-07 00:00, 2004-03-08 00:00, 2004-02-10 00:00, 2003-07-01 00:00, 2003-02-24 00:00
Namespace
cisco
Source file
CISCO-PORT-SECURITY-MIB
Digest
sha256:59f54cf91e7a37e88064b23128b5a8201a78d1a5244419daf5ce22cc6f9a332f

Description

The MIB module for managing Cisco Port Security.

Contact

Cisco Systems Customer Services Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-VTP-MIBvtpVlanName
IF-MIBifIndex, ifName
Q-BRIDGE-MIBVlanIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BRIDGE-MIB
CISCO-PORT-SECURITY-MIB
CISCO-SMI
CISCO-TC
CISCO-VTP-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
P-BRIDGE-MIB
Q-BRIDGE-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB

Textual conventions

NameOIDSyntaxAccessStatus
ClearSecureMacAddrType
TEXTUAL-CONVENTION
This are the different type of secure mac addresses which user is allowed to delete globally or per interface. When the address deletion is in progress GET request will not show any values which were set using SET operation. done(0) - This the value which is always returned in a GET request when the clear command has completed or in progress. Setting this value to this object has no effect. dynamic(1) - All secure MAC addresses which are learned on the switch. static(2) - All secure MAC addresses which are configured by user. sticky(3) - All secure MAC addresses which are learned and retained across reboots. all(4) - All the MAC addresses on the switch.
current

Objects

NameOIDSyntaxAccessStatus
ciscoPortSecurityMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.0
cpsInterfaceNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.0.0
ciscoPortSecurityMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.1
cpsGlobalObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.1.1
cpsGlobalMaxSecureAddress
OBJECT-TYPE
The maximum number of secure MAC addresses allowed in the device.
1.3.6.1.4.1.9.9.315.1.1.1Integer32 (1..2147483647)read-onlycurrent
cpsGlobalTotalSecureAddress
OBJECT-TYPE
The total number of MAC addresses secured in the device.
1.3.6.1.4.1.9.9.315.1.1.2Integer32 (0..2147483647)read-onlycurrent
cpsGlobalPortSecurityEnable
OBJECT-TYPE
The global control to enable or disable port security feature on the device.
1.3.6.1.4.1.9.9.315.1.1.3TruthValueread-writecurrent
cpsGlobalSNMPNotifRate
OBJECT-TYPE
The global control to set the SNMP Notification rate for port security feature. This object specifies the rate at which SNMP Notifications are generated when cpsIfViolationAction selected is of the type 'dropNotify'. A value of 0 indicates that an SNMP Notification is generated for every security violation.
1.3.6.1.4.1.9.9.315.1.1.4Integer32 (0..1000)read-writecurrent
cpsGlobalSNMPNotifControl
OBJECT-TYPE
Set to 'true' to enable global SNMP Notification for port security feature. Setting the object to 'false' will disable SNMP notifications even if the cpsIfViolationAction is set to 'dropNotify' on an interface. The default value is 'false'.
1.3.6.1.4.1.9.9.315.1.1.5TruthValueread-writecurrent
cpsGlobalClearSecureMacAddresses
OBJECT-TYPE
This objects allows the user to delete secure MAC addresses based on the specified type.
1.3.6.1.4.1.9.9.315.1.1.6ClearSecureMacAddrTyperead-writecurrent
cpsInterfaceObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.1.2
cpsIfConfigTable
OBJECT-TYPE
A list of port security configuration entries. The number of entries is determined by the number of interfaces in the system that can support the port security feature. Interfaces that are not port security capable will not be displayed in this Table. This table includes interfaces on which port security parameters can be set even if port security feature itself cannot be enabled due to conflict with other features.
1.3.6.1.4.1.9.9.315.1.2.1not-accessiblecurrent
cpsIfConfigEntry
OBJECT-TYPE
Entry containing port security information for a particular interface.
1.3.6.1.4.1.9.9.315.1.2.1.1not-accessiblecurrent
cpsIfPortSecurityEnable
OBJECT-TYPE
Indicates whether the port security feature is enabled on an interface. Upon setting this object to 'true', the source MAC address that does not match any cpsSecureMacAddress for the given interface in cpsSecureMacAddressTable and the value of cpsIfCurrentSecureMacAddrCount is equal to cpsIfMaxSecureMacAddr, is considered as port security violation and an action as specified in cpsIfViolationAction is taken on the interface. The value of this object has no effect when the value of cpsGlobalPortSecurityEnable is set to 'false'.
1.3.6.1.4.1.9.9.315.1.2.1.1.1TruthValueread-writecurrent
cpsIfPortSecurityStatus
OBJECT-TYPE
This object represents the operational status of the port security feature on an interface. secureup(1) - This indicates port security is operational. securedown(2) - This indicates port security is not operational. This happens when port security is configured to be enabled but could not be enabled due to certain reasons such as conflict with other features. shutdown(3) - This indicates that the port is shutdown due to port security violation when the object cpsIfViolationAction is of type 'shutdown'.
1.3.6.1.4.1.9.9.315.1.2.1.1.2INTEGER {secureup(1), securedown(2), shutdown(3)}read-onlycurrent
cpsIfMaxSecureMacAddr
OBJECT-TYPE
The maximum number (N) of MAC addresses to be secured on the interface. The first N MAC addresses learned or configured are made secured. Changing this object value from N to M is not allowed if M is smaller than N, and M is less than the value of cpsIfCurrentSecureMacAddrCount on the interface. One way to change the number in this case is by deleting sufficient number of secure mac addresses configured or learned on the device. Also, some devices may choose to limit the sum of this object value for all interfaces to less than or equal to cpsGlobalMaxSecureAddress.
1.3.6.1.4.1.9.9.315.1.2.1.1.3Integer32 (1..2147483647)read-writecurrent
cpsIfCurrentSecureMacAddrCount
OBJECT-TYPE
The current number of MAC addresses secured on this interface.
1.3.6.1.4.1.9.9.315.1.2.1.1.4Integer32 (0..2147483647)read-onlycurrent
cpsIfSecureMacAddrAgingTime
OBJECT-TYPE
The interval in which the interface is secured. After the expiration of the time, the corresponding cpsSecureMacAddressEntry from the cpsSecureMacAddressTable will be removed. If the value of this object is 0, the aging mechanism is disabled.
1.3.6.1.4.1.9.9.315.1.2.1.1.5Integer32 (0..1440)read-writecurrent
cpsIfSecureMacAddrAgingType
OBJECT-TYPE
The aging type determines the way the secure MAC addresses are aged out. absolute(1) - all the secure MAC addresses will be aged out after cpsIfSecureMacAddrAgingTime minutes since the time the secure MAC address is learned or configured. inactivity(2) - all the secure MAC addresses will age out and will be removed from the cpsSecureMacAddressTable only if there is no data traffic from the secure source MAC address for the specified time period.
1.3.6.1.4.1.9.9.315.1.2.1.1.6INTEGER {absolute(1), inactivity(2)}read-writecurrent
cpsIfStaticMacAddrAgingEnable
OBJECT-TYPE
Indicates whether the secure MAC address aging mechanism is enabled on static MAC address entries in cpsSecureMacAddressTable. Setting this object value to 'false' will cause the static MAC addresses to remain in the cpsSecureMacAddressTable regardless of the aging time and type configured on the interface. Setting this object value to 'true' will cause the static MAC addresses to be aged out from cpsSecureMacAddressTable according to the aging time and type specified on the interface.
1.3.6.1.4.1.9.9.315.1.2.1.1.7TruthValueread-writecurrent
cpsIfViolationAction
OBJECT-TYPE
Determines the action that the device will take if the traffic matches the port security violation. shutdown(1) - the interface will be forced to shut down. dropNotify(2) - the matched traffic will be dropped and cpsSecureMacAddrViolation notification will be generated. drop(3) - the matched traffic will be dropped.
1.3.6.1.4.1.9.9.315.1.2.1.1.8INTEGER {shutdown(1), dropNotify(2), drop(3)}read-writecurrent
cpsIfViolationCount
OBJECT-TYPE
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. This MIB object is only instantiated if the device can provide this violation statistics on the interface.
1.3.6.1.4.1.9.9.315.1.2.1.1.9Counter32read-onlycurrent
cpsIfSecureLastMacAddress
OBJECT-TYPE
This object indicates the last MAC address that is seen on this interface. This object is also used as a variable in the cpsSecureMacAddrViolation notification to contain the value of the MAC address which caused the violation.
1.3.6.1.4.1.9.9.315.1.2.1.1.10MacAddressread-onlycurrent
cpsIfClearSecureAddresses
OBJECT-TYPE
Set to 'true' to delete all secure addresses on this interface. Setting this object to 'false' has no effect. This object always returns 'false' when read.
1.3.6.1.4.1.9.9.315.1.2.1.1.11TruthValueread-writedeprecated
cpsIfUnicastFloodingEnable
OBJECT-TYPE
Setting this object to true(1) will configure the interface not to block unicast flooded traffic when the secure address count reaches the threshold. Setting this object to false(2) will configure the interface to block unicast flooded traffic when the secure address count reaches the threshold.
1.3.6.1.4.1.9.9.315.1.2.1.1.12TruthValueread-writecurrent
cpsIfShutdownTimeout
OBJECT-TYPE
The interval in which the cpsIfPortSecurityStatus may remain in shutdown(3). After the expiration of the time, all the security configuration of this port is re-installed and the port is enabled. If the value of this object is 0, the port is shut down permanently.
1.3.6.1.4.1.9.9.315.1.2.1.1.13Unsigned32read-writecurrent
cpsIfClearSecureMacAddresses
OBJECT-TYPE
This objects allows the user to delete secure MAC addresses based on the type specified.
1.3.6.1.4.1.9.9.315.1.2.1.1.14ClearSecureMacAddrTyperead-writecurrent
cpsIfStickyEnable
OBJECT-TYPE
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. Manual deletion of all addresses can be accomplished by cpsIfClearSecureMacAddresses object. Manual of single address can be accomplished by cpsIfVlanSecureMacAddrRowStatus object.
1.3.6.1.4.1.9.9.315.1.2.1.1.15TruthValueread-writecurrent
cpsIfInvalidSrcRateLimitEnable
OBJECT-TYPE
Set to 'true' to enable and 'false' to disable rate limiting for invalid source MAC addresses received on this interface. Enabling this feature will help to rate limit packets which comes with invalid src MAC address on this interface.
1.3.6.1.4.1.9.9.315.1.2.1.1.16TruthValueread-writecurrent
cpsIfInvalidSrcRateLimitValue
OBJECT-TYPE
If cpsIfInvalidSrcRateLimitEnable is set to 'true' then this value is used to limit the rate at which packets with invalid source MAC addresses are processed on this interface. Upon exceeding the rate, the port is shutdown. If cpsIfInvalidSrcRateLimitEnable is set to 'false' then this value will be -1.
1.3.6.1.4.1.9.9.315.1.2.1.1.17Integer32 (-1..1000)read-writecurrent
cpsIfSecureLastMacAddrVlanId
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.315.1.2.1.1.18VlanIndexread-onlycurrent
cpsSecureMacAddressTable
OBJECT-TYPE
A list of port security entries containing the secure MAC address information.
1.3.6.1.4.1.9.9.315.1.2.2not-accessibledeprecated
cpsSecureMacAddressEntry
OBJECT-TYPE
Entry containing secure MAC address information for a particular interface. A secure MAC address can be configured by the user and can be added by the agent when the device learns a new secured MAC address. Note that the secure MAC addresses can be configured on an interface even if port security feature is disabled.
1.3.6.1.4.1.9.9.315.1.2.2.1not-accessibledeprecated
cpsSecureMacAddress
OBJECT-TYPE
This object indicates a secure MAC address configured or learned on an interface.
1.3.6.1.4.1.9.9.315.1.2.2.1.1MacAddressnot-accessibledeprecated
cpsSecureMacAddrType
OBJECT-TYPE
This object indicates if the secure MAC address is a configured (static) or learned (dynamic) address on this interface.
1.3.6.1.4.1.9.9.315.1.2.2.1.2INTEGER {static(1), dynamic(2)}read-onlydeprecated
cpsSecureMacAddrRemainingAge
OBJECT-TYPE
This object indicates the remaining age of the secure MAC address if aging is enabled on that port. A value of 0 indicates that aging is disabled for this MAC address entry.
1.3.6.1.4.1.9.9.315.1.2.2.1.3Integer32 (0..1440)read-onlydeprecated
cpsSecureMacAddrRowStatus
OBJECT-TYPE
This object is a conceptual row entry that allows to add or delete entries to or from the cpsSecureMacAddressTable. 1. When creating an entry in this table 'createAndGo' method is used and the value of this object is set to 'active'. Deactivation of an 'active' entry is not allowed. 2. When deleting an entry in this table 'destroy' method is used.
1.3.6.1.4.1.9.9.315.1.2.2.1.4RowStatusread-createdeprecated
cpsIfVlanSecureMacAddrTable
OBJECT-TYPE
A list of port security entries containing the secure MAC address information. This table is simular to cpsSecureMacAddressTable except that cpsIfVlanSecureVlanIndex is part of the INDEX clause. This table is used to configure a secure MAC address on either an access interface or trunking interface which support port security feature.
1.3.6.1.4.1.9.9.315.1.2.3not-accessiblecurrent
cpsIfVlanSecureMacAddrEntry
OBJECT-TYPE
Entry containing secure MAC address information for a particular interface. A secure MAC address can be configured by the user and can be added by the agent when the device learns a new secure MAC address. Note that the secure MAC addresses can be configured on an interface even if the port security feature is disabled.
1.3.6.1.4.1.9.9.315.1.2.3.1not-accessiblecurrent
cpsIfVlanSecureMacAddress
OBJECT-TYPE
This object indicates a secure MAC address configured or learned on an interface.
1.3.6.1.4.1.9.9.315.1.2.3.1.1MacAddressnot-accessiblecurrent
cpsIfVlanSecureVlanIndex
OBJECT-TYPE
This object indicates the vlan configured on an interface.
1.3.6.1.4.1.9.9.315.1.2.3.1.2VlanIndexnot-accessiblecurrent
cpsIfVlanSecureMacAddrType
OBJECT-TYPE
This object indicates if the secure MAC address is a configured 'static' or learned 'dynamic' or learned and retained across reboots 'sticky'.
1.3.6.1.4.1.9.9.315.1.2.3.1.3INTEGER {static(1), dynamic(2), sticky(3)}read-onlycurrent
cpsIfVlanSecureMacAddrRemainAge
OBJECT-TYPE
This object indicates the remaining age of the secure MAC address if aging is enabled on that port. A value of 0 indicates that aging is disabled for this MAC address entry.
1.3.6.1.4.1.9.9.315.1.2.3.1.4Unsigned32read-onlycurrent
cpsIfVlanSecureMacAddrRowStatus
OBJECT-TYPE
This object is a conceptual row entry that allows adding or deleting entries to or from the cpsIfVlanSecureMacAddressTable. 1. When creating an entry in this table the 'createAndGo' method is used and the value of this object is set to 'active'. Deactivation of an 'active' entry is not allowed. 2. When deleting an entry in this table 'destroy' method is used.
1.3.6.1.4.1.9.9.315.1.2.3.1.5RowStatusread-createcurrent
cpsIfVlanTable
OBJECT-TYPE
Each entry in this table represents port-security information for each vlan that is allowed on trunk interface. The number of entries is determined by the number of allowed VLANs on trunk interface in the system . An Entry in the table gets created when a vlan becomes allowed and gets deleted when a vlan becomes disallowed on a trunk port. User cannot create new entries in this table, but can only read and modify existing entries. This table is obsolete and replaced with cpsIfMultiVlanTable.
1.3.6.1.4.1.9.9.315.1.2.4not-accessibleobsolete
cpsIfVlanEntry
OBJECT-TYPE
Entry containing port security information for a particular VLAN within a trunk port.
1.3.6.1.4.1.9.9.315.1.2.4.1not-accessibleobsolete
cpsIfVlanIndex
OBJECT-TYPE
The ID of a VLAN within this trunk port.
1.3.6.1.4.1.9.9.315.1.2.4.1.1VlanIndexnot-accessibleobsolete
cpsIfVlanMaxSecureMacAddr
OBJECT-TYPE
The maximum number of MAC addresses to be secured in the VLAN indicated by cpsIfVlanIndex on this interface. If cpsIfVlanMaxSecureMacAddr is not set, its value is 1. If cpsIfVlanMaxSecureMacAddr is not set, then the cpsIfMaxSecureMacAddr applies to this VLAN. If cpsIfVlanMaxSecureMacAddr is set and is less than cpsIfMaxSecureMacAddr, then the cpsIfVlanMaxSecureMacAddr applies to this VLAN. If cpsIfVlanMaxSecureMacAddr is set and is greater than cpsIfMaxSecureMacAddr, then the cpsIfMaxSecureMacAddr applies to this VLAN.
1.3.6.1.4.1.9.9.315.1.2.4.1.2Unsigned32 (1..2147483647)read-writeobsolete
cpsIfVlanCurSecureMacAddrCount
OBJECT-TYPE
The current number of MAC addresses secured in the VLAN indicated by cpsIfVlanIndex on this interface.
1.3.6.1.4.1.9.9.315.1.2.4.1.3Unsigned32 (0..2147483647)read-onlyobsolete
cpsIfMultiVlanTable
OBJECT-TYPE
Each entry in this table represents port-security information such as the maximum value of secured mac address allowed, the current number of secure mac address applied on a VLAN that is allowed on multi-vlan interface as well as a mechanism to clear the secure mac address on such VLANs.
1.3.6.1.4.1.9.9.315.1.2.5not-accessiblecurrent
cpsIfMultiVlanEntry
OBJECT-TYPE
Entry containing port security information for a particular VLAN within a multi-vlan port. When secured mac addresses are learned or configured on such interface denoted by ifIndex and an allowed VLAN in this interface denoted by cpsIfMultiVlanIndex, an entry will be automatically created in this table. If there is no corresponding entry in this table for a specific interface and VLAN, the maximum number of secured MAC addresses allowed in such interface and VLAN will be limited in the manner which the device limits the aggregate maximum number of secured MAC address allowed in this specific interface.
1.3.6.1.4.1.9.9.315.1.2.5.1not-accessiblecurrent
cpsIfMultiVlanIndex
OBJECT-TYPE
The VLAN ID of an allowed VLAN for this multi-vlan port.
1.3.6.1.4.1.9.9.315.1.2.5.1.1VlanIndexnot-accessiblecurrent
cpsIfMultiVlanMaxSecureMacAddr
OBJECT-TYPE
The maximum number (N) of MAC addresses to be secured in the VLAN indicated by cpsIfMultiVlanIndex object on this interface. Setting the value of this object to zero indicates that there is no specific restriction on the maximum number of MAC adddress to be secured for this particular VLAN in this interface. In this case, the maximum number of secured MAC addresses allowed in this VLAN will be limited in the manner which the device limits the aggregate maximum number of secured MAC address allowed in this interface. Changing this object value from N to M (M is greater than 0) is not allowed if M is smaller than N, and M is less than the value of cpsIfMultiVlanSecureMacAddrCount on this VLAN. One way to change the number in this case is by deleting sufficient number of secure mac addresses configured or learned on the VLAN. If cpsIfMultiVlanMaxSecureMacAddr is less than cpsIfMaxSecureMacAddr, then the aggregate maximum number of secure mac address allowed in this interface is limited by the value of cpsIfMaxSecureMacAddr, and the maximum number of secure mac address allowed in this VLAN for this interface is the value of cpsIfMultiVlanMaxSecureMacAddr object. If cpsIfMultiVlanMaxSecureMacAddr is greater than cpsIfMaxSecureMacAddr, then this object value does not have any effect. The aggregate maximum number of secure mac address allowed in all VLANs for this interface is limited by the value of cpsIfMaxSecureMacAddr object.
1.3.6.1.4.1.9.9.315.1.2.5.1.2Unsigned32read-createcurrent
cpsIfMultiVlanSecureMacAddrCount
OBJECT-TYPE
The current number of MAC addresses secured in the VLAN indicated by cpsIfMultiVlanIndex object on this interface.
1.3.6.1.4.1.9.9.315.1.2.5.1.3Unsigned32read-onlycurrent
cpsIfMultiVlanClearSecureMacAddr
OBJECT-TYPE
This objects allows the user to delete secure MAC addresses based on the type specified per interface per VLAN.
1.3.6.1.4.1.9.9.315.1.2.5.1.4ClearSecureMacAddrTyperead-createcurrent
cpsIfMultiVlanRowStatus
OBJECT-TYPE
The object is used to manage the creation and deletion of row in this table. It only supports 'active', 'destroy', and 'createAndGo' value. Entry in the table gets created by setting cpsIfMultiVlanRowStatus object to 'createAndGo'. Entry in this table gets deleted by setting cpsIfMultiVlanRowStatus object to 'destroy' or when a VLAN indicated by cpsIfMultiVlanIndex object becomes disallowed on a multi-vlan port. If the value of cpsIfMultiVlanSecureMacAddrCount object in the same row is greater than zero, this entry cannot be deleted. Value of cpsIfMultiVlanMaxSecureMacAddr object can be modified when the value of this RowStatus object is 'active'.
1.3.6.1.4.1.9.9.315.1.2.5.1.5RowStatusread-createcurrent
ciscoPortSecurityMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.2
ciscoPortSecurityMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.2.1
ciscoPortSecurityMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.315.2.2

Notifications

NameOIDStatus
cpsSecureMacAddrViolation
NOTIFICATION-TYPE
The address violation notification is generated when port security address violation is detected on a secure non-trunk, access interface (that carries a single vlan) and the cpsIfViolationAction is set to 'dropNotify'.
1.3.6.1.4.1.9.9.315.0.0.1current
cpsTrunkSecureMacAddrViolation
NOTIFICATION-TYPE
The address violation notification is generated when port security address violation is detected on a secure trunk or a multi-vlan interface and the cpsIfViolationAction is set to 'dropNotify'.
1.3.6.1.4.1.9.9.315.0.0.2deprecated
cpsIfVlanSecureMacAddrViolation
NOTIFICATION-TYPE
The address violation notification is generated when port security address violation is detected on a multi-vlan interface and the cpsIfViolationAction is set to 'dropNotify'.
1.3.6.1.4.1.9.9.315.0.0.3current

Conformance

NameOIDStatus
ciscoPortSecurityMIBCompliance
MODULE-COMPLIANCE
The compliance statement for the Port Security MIB.
1.3.6.1.4.1.9.9.315.2.1.1deprecated
ciscoPortSecurityMIBCompliance1
MODULE-COMPLIANCE
The compliance statement for the Port Security MIB.
1.3.6.1.4.1.9.9.315.2.1.2deprecated
ciscoPortSecurityMIBCompliance2
MODULE-COMPLIANCE
The compliance statement for the Port Security MIB.
1.3.6.1.4.1.9.9.315.2.1.3obsolete
ciscoPortSecurityMIBCompliance3
MODULE-COMPLIANCE
The compliance statement for the Port Security MIB.
1.3.6.1.4.1.9.9.315.2.1.4obsolete
ciscoPortSecurityMIBCompliance4
MODULE-COMPLIANCE
The compliance statement for the Port Security MIB.
1.3.6.1.4.1.9.9.315.2.1.5current
cpsGlobalGroup
OBJECT-GROUP
A collection of objects for use with the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.1current
cpsInterfaceGroup
OBJECT-GROUP
********* THIS GROUP IS DEPRECATED ********** A collection of objects for use with the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.2deprecated
cpsExtInterfaceGroup
OBJECT-GROUP
A collection of objects providing the additional information for the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.3current
cpsNotificationGroup
NOTIFICATION-GROUP
A collection of notifications for use with the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.4current
cpsUnicastFloodingInterfaceGroup
OBJECT-GROUP
A collection of objects providing the unicast flooding information for the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.5current
cpsShutdownTimeoutInterfaceGroup
OBJECT-GROUP
A collection of objects providing the shutdown timeout information for the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.6current
cpsIfVlanSecureMacAddrGroup
OBJECT-GROUP
A collection of objects for use with the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.8current
cpsInterfaceGroup1
OBJECT-GROUP
********* THIS GROUP IS DEPRECATED ********** A collection of objects for use with the Port Security configuration.
1.3.6.1.4.1.9.9.315.2.2.9deprecated
cpsExtConfigInterfaceGroup
OBJECT-GROUP
********* THIS GROUP IS DEPRECATED ********** A collection of objects providing the additional information for the Port Security feature.
1.3.6.1.4.1.9.9.315.2.2.10deprecated
cpsIfVlanGroup
OBJECT-GROUP
A collection of objects providing additional trunk VLAN information for the Port Security feature on a given interface.
1.3.6.1.4.1.9.9.315.2.2.11obsolete
cpsGlobalClearAddressGroup
OBJECT-GROUP
A collection of objects for clearing addresses on the device.
1.3.6.1.4.1.9.9.315.2.2.12current
cpsInterfaceGroup2
OBJECT-GROUP
A collection of objects for use with the Port Security configuration.
1.3.6.1.4.1.9.9.315.2.2.13current
cpsTrunkSecureNotificationGroup
NOTIFICATION-GROUP
A collection of trunk or multi-vlan port related notifications for use with the port-security feature.
1.3.6.1.4.1.9.9.315.2.2.14deprecated
cpsIfMultiVlanGroup
OBJECT-GROUP
A collection of objects providing additional per interface per VLAN port security feature information on a multi-vlan interface.
1.3.6.1.4.1.9.9.315.2.2.15current
cpsIfVlanSecureNotificationGroup
NOTIFICATION-GROUP
A collection of trunk or multi-vlan port related notifications for use with the port-security feature.
1.3.6.1.4.1.9.9.315.2.2.16current
cpsExtInterfaceGroup1
OBJECT-GROUP
A collection of objects providing the information of the VLAN-id for the last MAC address seen on the interface.
1.3.6.1.4.1.9.9.315.2.2.17current