MIB Viewer

PRVT-MAC-SECURITY-MIB

27 objects
The MIB module for managing port MAC security.
Imported Objects
PRVT-SWITCH-MIBswitch
SNMPv2-SMIMODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TCDisplayString RowStatus TEXTUAL-CONVENTION TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.738.1.5.109IdentityprvtMacSecurityMIBThe MIB module for managing port MAC security.
1.3.6.1.4.1.738.1.5.109.0NodeprvtMacSecNotifications
1.3.6.1.4.1.738.1.5.109.0.1NotificationportSecurityWmarkViolationcurrent
1.3.6.1.4.1.738.1.5.109.0.2NotificationportSecurityViolationcurrent
1.3.6.1.4.1.738.1.5.109.1NodeprvtMacSecObjects
1.3.6.1.4.1.738.1.5.109.1.1TableprvtMacSecLrnProfTablenot-accessiblecurrentThe table of learning profiles. A learning profile specifies the thresholds, and actions to take with regards to the number of MAC addresses learned.
1.3.6.1.4.1.738.1.5.109.1.1.1RowprvtMacSecLrnProfEntrynot-accessiblecurrentAn entry belonging to prvtMacSecLrnProfTable.
1.3.6.1.4.1.738.1.5.109.1.1.1.1ColumnprvtMacSecLrnProfNamenot-accessiblecurrentThe name uniquely identifying the learning profile.
1.3.6.1.4.1.738.1.5.109.1.1.1.2ColumnprvtMacSecLrnProfRowStatusread-createcurrentThe RowStatus for this instance.
1.3.6.1.4.1.738.1.5.109.1.1.1.3ColumnprvtMacSecLrnProfPolicyread-createcurrentThe type of MAC security policy that this learning profile follows.
1.3.6.1.4.1.738.1.5.109.1.1.1.4ColumnprvtMacSecLrnProfMaxMacCountread-createcurrentMaximum allowed number of MAC addresses to be learned. This value should be greater than or equal to the watermark MAC count, prvtMacSecLrnProfWatermarkCount.
1.3.6.1.4.1.738.1.5.109.1.1.1.5ColumnprvtMacSecLrnProfIgnoreFilteredread-createcurrentWhen the violation limit is reached, do not learn violating MACs as filtered, but simply ignore them.
1.3.6.1.4.1.738.1.5.109.1.1.1.6ColumnprvtMacSecLrnProfActionread-createcurrentThe action to perform upon reaching the prvtMacSecLrnProfMaxMacCount value.
1.3.6.1.4.1.738.1.5.109.1.1.1.7ColumnprvtMacSecLrnProfWatermarkActionread-createcurrentThe action to perform upon reaching the prvtMacSecLrnProfWatermarkCount value.
1.3.6.1.4.1.738.1.5.109.1.1.1.8ColumnprvtMacSecLrnProfWatermarkCountread-createcurrentSets the watermark at which the action specified in prvtMacSecLrnProfWatermarkAction will be taken. This value should be less than the maximum MAC count, prvtM…
1.3.6.1.4.1.738.1.5.109.1.2TableprvtMacSecIfTablenot-accessiblecurrentThe table of profiles that have been assigned to each interface.
1.3.6.1.4.1.738.1.5.109.1.2.1RowprvtMacSecIfEntrynot-accessiblecurrentAn entry belonging to prvtMacSecIfTable.
1.3.6.1.4.1.738.1.5.109.1.2.1.1ColumnprvtMacSecIfNamenot-accessiblecurrentInterface name.
1.3.6.1.4.1.738.1.5.109.1.2.1.2ColumnprvtMacSecIfRowStatusread-createcurrentThe RowStatus for this instance.
1.3.6.1.4.1.738.1.5.109.1.2.1.3ColumnprvtMacSecIfProfileread-createcurrentThe name of a learning profile from prvtMacSecLrnProfTable.
1.3.6.1.4.1.738.1.5.109.1.2.1.4ColumnprvtMacSecIfCurrMacCountread-onlycurrentThe current MAC count for this entry.
1.3.6.1.4.1.738.1.5.109.1.2.1.5ColumnprvtMacSecIfStateread-onlycurrentThe current state of this entry.
Type Definitions
NameSyntaxStatusDescription
PrvtMacSecEntryStateTypeINTEGER { noViolation(1), watermarkReached(2), maxMacCountReached(3), errorState(4) }currentThe state of a port with regards to MAC count.
PrvtMacSecLrnProfileNameTypeOCTET STRING (SIZE(1..30))currentThe name of a learning profile.
PrvtMacSecPolicyTypeINTEGER { portSecurity(1), portLimit(2) }currentType of policy a MAC security profile may have.
PrvtMacSecSecurityActionTypeINTEGER { operationalShutdown(1), trap(2) }currentAction to perform upon reaching the maximum MAC count value.
PrvtMacSecWatermarkActionTypeINTEGER { log(3), trap(4) }currentAction to perform upon reaching the watermark MAC count value.