CISCO-PORT-SECURITY-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-PORT-SECURITY-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoPortSecurityMIB 1.3.6.1.4.1.9.9.315
The MIB module for managing Cisco Port Security.
         ciscoPortSecurityMIBNotifs 1.3.6.1.4.1.9.9.315.0
             cpsInterfaceNotifs 1.3.6.1.4.1.9.9.315.0.0
                 cpsSecureMacAddrViolation 1.3.6.1.4.1.9.9.315.0.0.1
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'.
                 cpsTrunkSecureMacAddrViolation 1.3.6.1.4.1.9.9.315.0.0.2
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'.
                 cpsIfVlanSecureMacAddrViolation 1.3.6.1.4.1.9.9.315.0.0.3
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'.
         ciscoPortSecurityMIBObjects 1.3.6.1.4.1.9.9.315.1
             cpsGlobalObjects 1.3.6.1.4.1.9.9.315.1.1
                 cpsGlobalMaxSecureAddress 1.3.6.1.4.1.9.9.315.1.1.1 integer32 read-only
The maximum number of secure MAC addresses allowed in the device.
                 cpsGlobalTotalSecureAddress 1.3.6.1.4.1.9.9.315.1.1.2 integer32 read-only
The total number of MAC addresses secured in the device.
                 cpsGlobalPortSecurityEnable 1.3.6.1.4.1.9.9.315.1.1.3 truthvalue read-write
The global control to enable or disable port security feature on the device.
                 cpsGlobalSNMPNotifRate 1.3.6.1.4.1.9.9.315.1.1.4 integer32 read-write
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.
                 cpsGlobalSNMPNotifControl 1.3.6.1.4.1.9.9.315.1.1.5 truthvalue read-write
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'.
                 cpsGlobalClearSecureMacAddresses 1.3.6.1.4.1.9.9.315.1.1.6 clearsecuremacaddrtype read-write
This objects allows the user to delete secure MAC addresses based on the specified type.
             cpsInterfaceObjects 1.3.6.1.4.1.9.9.315.1.2
                 cpsIfConfigTable 1.3.6.1.4.1.9.9.315.1.2.1 no-access
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.
                     cpsIfConfigEntry 1.3.6.1.4.1.9.9.315.1.2.1.1 no-access
Entry containing port security information for a particular interface.
                         cpsIfPortSecurityEnable 1.3.6.1.4.1.9.9.315.1.2.1.1.1 truthvalue read-write
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'.
                         cpsIfPortSecurityStatus 1.3.6.1.4.1.9.9.315.1.2.1.1.2 integer read-only
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'. Enumeration: 'securedown': 2, 'secureup': 1, 'shutdown': 3.
                         cpsIfMaxSecureMacAddr 1.3.6.1.4.1.9.9.315.1.2.1.1.3 integer32 read-write
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.
                         cpsIfCurrentSecureMacAddrCount 1.3.6.1.4.1.9.9.315.1.2.1.1.4 integer32 read-only
The current number of MAC addresses secured on this interface.
                         cpsIfSecureMacAddrAgingTime 1.3.6.1.4.1.9.9.315.1.2.1.1.5 integer32 read-write
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.
                         cpsIfSecureMacAddrAgingType 1.3.6.1.4.1.9.9.315.1.2.1.1.6 integer read-write
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. Enumeration: 'inactivity': 2, 'absolute': 1.
                         cpsIfStaticMacAddrAgingEnable 1.3.6.1.4.1.9.9.315.1.2.1.1.7 truthvalue read-write
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.
                         cpsIfViolationAction 1.3.6.1.4.1.9.9.315.1.2.1.1.8 integer read-write
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. Enumeration: 'drop': 3, 'dropNotify': 2, 'shutdown': 1.
                         cpsIfViolationCount 1.3.6.1.4.1.9.9.315.1.2.1.1.9 counter32 read-only
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.
                         cpsIfSecureLastMacAddress 1.3.6.1.4.1.9.9.315.1.2.1.1.10 macaddress read-only
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.
                         cpsIfClearSecureAddresses 1.3.6.1.4.1.9.9.315.1.2.1.1.11 truthvalue read-write
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.
                         cpsIfUnicastFloodingEnable 1.3.6.1.4.1.9.9.315.1.2.1.1.12 truthvalue read-write
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.
                         cpsIfShutdownTimeout 1.3.6.1.4.1.9.9.315.1.2.1.1.13 unsigned32 read-write
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.
                         cpsIfClearSecureMacAddresses 1.3.6.1.4.1.9.9.315.1.2.1.1.14 clearsecuremacaddrtype read-write
This objects allows the user to delete secure MAC addresses based on the type specified.
                         cpsIfStickyEnable 1.3.6.1.4.1.9.9.315.1.2.1.1.15 truthvalue read-write
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.
                         cpsIfInvalidSrcRateLimitEnable 1.3.6.1.4.1.9.9.315.1.2.1.1.16 truthvalue read-write
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.
                         cpsIfInvalidSrcRateLimitValue 1.3.6.1.4.1.9.9.315.1.2.1.1.17 integer32 read-write
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.
                         cpsIfSecureLastMacAddrVlanId 1.3.6.1.4.1.9.9.315.1.2.1.1.18 vlanindex read-only
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.
                 cpsSecureMacAddressTable 1.3.6.1.4.1.9.9.315.1.2.2 no-access
A list of port security entries containing the secure MAC address information.
                     cpsSecureMacAddressEntry 1.3.6.1.4.1.9.9.315.1.2.2.1 no-access
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.
                         cpsSecureMacAddress 1.3.6.1.4.1.9.9.315.1.2.2.1.1 macaddress no-access
This object indicates a secure MAC address configured or learned on an interface.
                         cpsSecureMacAddrType 1.3.6.1.4.1.9.9.315.1.2.2.1.2 integer read-only
This object indicates if the secure MAC address is a configured (static) or learned (dynamic) address on this interface. Enumeration: 'dynamic': 2, 'static': 1.
                         cpsSecureMacAddrRemainingAge 1.3.6.1.4.1.9.9.315.1.2.2.1.3 integer32 read-only
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.
                         cpsSecureMacAddrRowStatus 1.3.6.1.4.1.9.9.315.1.2.2.1.4 rowstatus read-only
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.
                 cpsIfVlanSecureMacAddrTable 1.3.6.1.4.1.9.9.315.1.2.3 no-access
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.
                     cpsIfVlanSecureMacAddrEntry 1.3.6.1.4.1.9.9.315.1.2.3.1 no-access
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.
                         cpsIfVlanSecureMacAddress 1.3.6.1.4.1.9.9.315.1.2.3.1.1 macaddress no-access
This object indicates a secure MAC address configured or learned on an interface.
                         cpsIfVlanSecureVlanIndex 1.3.6.1.4.1.9.9.315.1.2.3.1.2 vlanindex no-access
This object indicates the vlan configured on an interface.
                         cpsIfVlanSecureMacAddrType 1.3.6.1.4.1.9.9.315.1.2.3.1.3 integer read-only
This object indicates if the secure MAC address is a configured 'static' or learned 'dynamic' or learned and retained across reboots 'sticky'. Enumeration: 'dynamic': 2, 'static': 1, 'sticky': 3.
                         cpsIfVlanSecureMacAddrRemainAge 1.3.6.1.4.1.9.9.315.1.2.3.1.4 unsigned32 read-only
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.
                         cpsIfVlanSecureMacAddrRowStatus 1.3.6.1.4.1.9.9.315.1.2.3.1.5 rowstatus read-only
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.
                 cpsIfVlanTable 1.3.6.1.4.1.9.9.315.1.2.4 no-access
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.
                     cpsIfVlanEntry 1.3.6.1.4.1.9.9.315.1.2.4.1 no-access
Entry containing port security information for a particular VLAN within a trunk port.
                         cpsIfVlanIndex 1.3.6.1.4.1.9.9.315.1.2.4.1.1 vlanindex no-access
The ID of a VLAN within this trunk port.
                         cpsIfVlanMaxSecureMacAddr 1.3.6.1.4.1.9.9.315.1.2.4.1.2 unsigned32 read-write
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.
                         cpsIfVlanCurSecureMacAddrCount 1.3.6.1.4.1.9.9.315.1.2.4.1.3 unsigned32 read-only
The current number of MAC addresses secured in the VLAN indicated by cpsIfVlanIndex on this interface.
                 cpsIfMultiVlanTable 1.3.6.1.4.1.9.9.315.1.2.5 no-access
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.
                     cpsIfMultiVlanEntry 1.3.6.1.4.1.9.9.315.1.2.5.1 no-access
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.
                         cpsIfMultiVlanIndex 1.3.6.1.4.1.9.9.315.1.2.5.1.1 vlanindex no-access
The VLAN ID of an allowed VLAN for this multi-vlan port.
                         cpsIfMultiVlanMaxSecureMacAddr 1.3.6.1.4.1.9.9.315.1.2.5.1.2 unsigned32 read-only
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.
                         cpsIfMultiVlanSecureMacAddrCount 1.3.6.1.4.1.9.9.315.1.2.5.1.3 unsigned32 read-only
The current number of MAC addresses secured in the VLAN indicated by cpsIfMultiVlanIndex object on this interface.
                         cpsIfMultiVlanClearSecureMacAddr 1.3.6.1.4.1.9.9.315.1.2.5.1.4 clearsecuremacaddrtype read-only
This objects allows the user to delete secure MAC addresses based on the type specified per interface per VLAN.
                         cpsIfMultiVlanRowStatus 1.3.6.1.4.1.9.9.315.1.2.5.1.5 rowstatus read-only
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'.
         ciscoPortSecurityMIBConform 1.3.6.1.4.1.9.9.315.2
             ciscoPortSecurityMIBCompliances 1.3.6.1.4.1.9.9.315.2.1
                 ciscoPortSecurityMIBCompliance 1.3.6.1.4.1.9.9.315.2.1.1
The compliance statement for the Port Security MIB.
                 ciscoPortSecurityMIBCompliance1 1.3.6.1.4.1.9.9.315.2.1.2
The compliance statement for the Port Security MIB.
                 ciscoPortSecurityMIBCompliance2 1.3.6.1.4.1.9.9.315.2.1.3
The compliance statement for the Port Security MIB.
                 ciscoPortSecurityMIBCompliance3 1.3.6.1.4.1.9.9.315.2.1.4
The compliance statement for the Port Security MIB.
                 ciscoPortSecurityMIBCompliance4 1.3.6.1.4.1.9.9.315.2.1.5
The compliance statement for the Port Security MIB.
             ciscoPortSecurityMIBGroups 1.3.6.1.4.1.9.9.315.2.2
                 cpsGlobalGroup 1.3.6.1.4.1.9.9.315.2.2.1
A collection of objects for use with the Port Security feature.
                 cpsInterfaceGroup 1.3.6.1.4.1.9.9.315.2.2.2
********* THIS GROUP IS DEPRECATED ********** A collection of objects for use with the Port Security feature.
                 cpsExtInterfaceGroup 1.3.6.1.4.1.9.9.315.2.2.3
A collection of objects providing the additional information for the Port Security feature.
                 cpsNotificationGroup 1.3.6.1.4.1.9.9.315.2.2.4
A collection of notifications for use with the Port Security feature.
                 cpsUnicastFloodingInterfaceGroup 1.3.6.1.4.1.9.9.315.2.2.5
A collection of objects providing the unicast flooding information for the Port Security feature.
                 cpsShutdownTimeoutInterfaceGroup 1.3.6.1.4.1.9.9.315.2.2.6
A collection of objects providing the shutdown timeout information for the Port Security feature.
                 cpsIfVlanSecureMacAddrGroup 1.3.6.1.4.1.9.9.315.2.2.8
A collection of objects for use with the Port Security feature.
                 cpsInterfaceGroup1 1.3.6.1.4.1.9.9.315.2.2.9
********* THIS GROUP IS DEPRECATED ********** A collection of objects for use with the Port Security configuration.
                 cpsExtConfigInterfaceGroup 1.3.6.1.4.1.9.9.315.2.2.10
********* THIS GROUP IS DEPRECATED ********** A collection of objects providing the additional information for the Port Security feature.
                 cpsIfVlanGroup 1.3.6.1.4.1.9.9.315.2.2.11
A collection of objects providing additional trunk VLAN information for the Port Security feature on a given interface.
                 cpsGlobalClearAddressGroup 1.3.6.1.4.1.9.9.315.2.2.12
A collection of objects for clearing addresses on the device.
                 cpsInterfaceGroup2 1.3.6.1.4.1.9.9.315.2.2.13
A collection of objects for use with the Port Security configuration.
                 cpsTrunkSecureNotificationGroup 1.3.6.1.4.1.9.9.315.2.2.14
A collection of trunk or multi-vlan port related notifications for use with the port-security feature.
                 cpsIfMultiVlanGroup 1.3.6.1.4.1.9.9.315.2.2.15
A collection of objects providing additional per interface per VLAN port security feature information on a multi-vlan interface.
                 cpsIfVlanSecureNotificationGroup 1.3.6.1.4.1.9.9.315.2.2.16
A collection of trunk or multi-vlan port related notifications for use with the port-security feature.
                 cpsExtInterfaceGroup1 1.3.6.1.4.1.9.9.315.2.2.17
A collection of objects providing the information of the VLAN-id for the last MAC address seen on the interface.