MSCR-MIB

File: MSCR-MIB.mib (18425 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215

Imported symbols

enterprises OBJECT-TYPE TRAP-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

NbMacScrRunPortsEntry  
SEQUENCE    
  nbMacScrRunPort INTEGER
  nbMacScrRunPortScrStatus INTEGER
  nbMacScrRunPortSaveMS INTEGER
  nbMacScrRunPortClearMS INTEGER
  nbMacScrRunPortLockingMAC MacAddress

NbMacScrRunMsEntry  
SEQUENCE    
  nbMacScrRunMsIndex INTEGER
  nbMacScrRunMsAddress MacAddress
  nbMacScrRunMsPort INTEGER
  nbMacScrRunMsState INTEGER

NbMacScrPermPortsEntry  
SEQUENCE    
  nbMacScrPermPort INTEGER
  nbMacScrPermPortScrStatus INTEGER
  nbMacScrPermPortSaveMS INTEGER
  nbMacScrPermPortClearMS INTEGER

NbMacScrPermMsEntry  
SEQUENCE    
  nbMacScrPermMsIndex INTEGER
  nbMacScrPermMsAddress MacAddress
  nbMacScrPermMsPort INTEGER
  nbMacScrPermMsState INTEGER

Defined Values

nbase 1.3.6.1.4.1.629
OBJECT IDENTIFIER    

nbSwitchG1 1.3.6.1.4.1.629.1
OBJECT IDENTIFIER    

nbSwitchG1Il 1.3.6.1.4.1.629.1.50
OBJECT IDENTIFIER    

nbMacScr 1.3.6.1.4.1.629.1.50.1
OBJECT IDENTIFIER    

nbMacScrRun 1.3.6.1.4.1.629.1.50.1.1
OBJECT IDENTIFIER    

nbMacScrPerm 1.3.6.1.4.1.629.1.50.1.2
OBJECT IDENTIFIER    

nbMacScrRunSecurityLevel 1.3.6.1.4.1.629.1.50.1.1.1
MAC security Level
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), perPort(2), perSwitch(3)  

nbMacScrRunSaveMS 1.3.6.1.4.1.629.1.50.1.1.2
MAC security address learning: 'manual' - user updates the MAC security table manually; 'save' - user wants 'to freeze' current learned addresses as runtime MAC security table. This object always returns 'manual'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), save(2)  

nbMacScrRunClearMS 1.3.6.1.4.1.629.1.50.1.1.3
MAC security address clearing: 'running' - the MAC security table acts as is; 'clear' - user wants 'to clear' all security addresses from runtime MAC security table. This object always returns 'running'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER running(1), clear(2)  

nbMacScrRunPortsTable 1.3.6.1.4.1.629.1.50.1.1.4
A table that contains MAC security Ports configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbMacScrRunPortsEntry

nbMacScrRunPortsEntry 1.3.6.1.4.1.629.1.50.1.1.4.1
The entry describes MAC security Port Configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbMacScrRunPortsEntry  

nbMacScrRunPort 1.3.6.1.4.1.629.1.50.1.1.4.1.1
Number of port to be managed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrRunPortScrStatus 1.3.6.1.4.1.629.1.50.1.1.4.1.2
The MAC security status of the port. If port's status is 'disable', it works as regular port. If port's status is 'enable' and [nbMacScrRunSecurityLevel] is not 'none', all ingoing to this port frames will be checked on security. If the frames are not allowed - they will be dropped and port will be really disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

nbMacScrRunPortSaveMS 1.3.6.1.4.1.629.1.50.1.1.4.1.3
MAC security address learning: 'manual' - user updates the MAC security table manually; 'save' - user wants 'to freeze' current learned addresses for port [nbMacScrRunPort] as runtime MAC security table. This object always returns 'manual'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), save(2)  

nbMacScrRunPortClearMS 1.3.6.1.4.1.629.1.50.1.1.4.1.4
MAC security address clearing: 'running' - the MAC security table acts as is; 'clear' - user wants 'to clear' all security addresses for port [nbMacScrRunPort] from runtime MAC security table. This object always returns 'running'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER running(1), clear(2)  

nbMacScrRunPortLockingMAC 1.3.6.1.4.1.629.1.50.1.1.4.1.5
Last MAC address which locked this Port (prohibited access). In this case Agent will Disable this Port and will send 'unresolvedMAC' TRAP. To improve this situation, manager must: to add the locking MAC Address for the MAC Addresses list alowed for this Port in the MAC Security Data Base or to prevent coming of the prohibited MAC Address on this Port in the future and then to Enable this Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

nbMacScrRunMsTable 1.3.6.1.4.1.629.1.50.1.1.5
A table that contains information about MAC addresses for ports which the user has entered. This information is used by the MAC security mechanism in determining how to learn a new address of received frame.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbMacScrRunMsEntry

nbMacScrRunMsEntry 1.3.6.1.4.1.629.1.50.1.1.5.1
Information about a specific MAC security address. While the MAC table is implemented as a hash table, for 'next' and 'get' operations the index is [nbMacScrRunMsIndex], but for 'set' operations the PDU must contain the [nbMacScrRunMsAddress] and [nbMacScrRunMsPort] fields (see [nbMacScrRunMsState] DESCRIPTION).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbMacScrRunMsEntry  

nbMacScrRunMsIndex 1.3.6.1.4.1.629.1.50.1.1.5.1.1
Index of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrRunMsAddress 1.3.6.1.4.1.629.1.50.1.1.5.1.2
MAC address which will be learned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

nbMacScrRunMsPort 1.3.6.1.4.1.629.1.50.1.1.5.1.3
Port of the entry. '0' value indicates that the MAC address of the entry applies to all device ports and not to particular one.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

nbMacScrRunMsState 1.3.6.1.4.1.629.1.50.1.1.5.1.4
State of the entry: Only 'valid' entries participate in the MAC security process. The new entry is created when PDU with [nbMacScrRunMsState]='valid'(1), [nbMacScrRunMsAddress], and optionally [nbMacScrRunMsPort] (default='0') comes. If [nbMacScrRunMsAddress] and [nbMacScrRunMsPort] exists, the switch replaces it. The old entry is deleted when PDU with [nbMacScrRunMsState]='invalid'(2), [nbMacScrRunMsAddress], [nbMacScrRunMsPort] comes. The old entry is modified when PDU with [nbMacScrRunMsAddress] and new value of field [nbMacScrRunMsPort] comes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

nbMacScrRunMsMaxNum 1.3.6.1.4.1.629.1.50.1.1.6
MAX possible quantity of entries in the MAC Security Running Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrRunTableSize 1.3.6.1.4.1.629.1.50.1.1.7
Real quantity of entries in the MAC Security Running Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrPermSecurityLevel 1.3.6.1.4.1.629.1.50.1.2.1
MAC security Level
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), perPort(2), perSwitch(3)  

nbMacScrPermSaveMS 1.3.6.1.4.1.629.1.50.1.2.2
MAC security address learning: 'manual' - user updates the MAC security table manually; 'save' - user wants 'to freeze' current learned addresses as permanent MAC security table. This object always returns 'manual'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), save(2)  

nbMacScrPermClearMS 1.3.6.1.4.1.629.1.50.1.2.3
MAC security address clearing: 'running' - the MAC security table acts as is; 'clear' - user wants 'to clear' all security addresses from permanent MAC security table. This object always returns 'running'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER running(1), clear(2)  

nbMacScrPermPortsTable 1.3.6.1.4.1.629.1.50.1.2.4
A table that contains MAC security Ports configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbMacScrPermPortsEntry

nbMacScrPermPortsEntry 1.3.6.1.4.1.629.1.50.1.2.4.1
The entry describes MAC security Port Configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbMacScrPermPortsEntry  

nbMacScrPermPort 1.3.6.1.4.1.629.1.50.1.2.4.1.1
Number of port to be managed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrPermPortScrStatus 1.3.6.1.4.1.629.1.50.1.2.4.1.2
The MAC security status of the port. If port's status is 'disable', it works as regular port. If port's status is 'enable' and [nbMacScrPermSecurityLevel] is not 'none', all ingoing to this port frames will be checked on security. If the frames are not allowed - they will be dropped and port will be really disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

nbMacScrPermPortSaveMS 1.3.6.1.4.1.629.1.50.1.2.4.1.3
MAC security address learning: 'manual' - user updates the MAC security table manually; 'save' - user wants 'to freeze' current learned addresses for port [nbMacScrRunPort] as permanent MAC security table. The set is for DRAM data base only. The updating of NVRAM data base executes after set to the object [nbMacScrPermLoadMS]. This object always returns 'manual'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), save(2)  

nbMacScrPermPortClearMS 1.3.6.1.4.1.629.1.50.1.2.4.1.4
MAC security address clearing: 'running' - the MAC security table acts as is; 'clear' - user wants 'to clear' all security addresses for port [nbMacScrPermPort] from permanent MAC security table. The set is for DRAM data base only. The updating of NVRAM data base executes after set to the object [nbMacScrPermLoadMS]. This object always returns 'running'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER running(1), clear(2)  

nbMacScrPermMsTable 1.3.6.1.4.1.629.1.50.1.2.5
A table that contains information about MAC addresses for ports which the user has entered. This information is used by the MAC security mechanism in determining how to learn a new address of received frame.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbMacScrPermMsEntry

nbMacScrPermMsEntry 1.3.6.1.4.1.629.1.50.1.2.5.1
Information about a specific MAC security address. While the MAC table is implemented as a hash table, for 'next' and 'get' operations the index is [nbMacScrPermMsIndex], but for 'set' operations the PDU must contain the [nbMacScrPermMsAddress] and [nbMacScrPermMsPort] fields (see [nbMacScrPermMsState] DESCRIPTION).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbMacScrPermMsEntry  

nbMacScrPermMsIndex 1.3.6.1.4.1.629.1.50.1.2.5.1.1
Index of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrPermMsAddress 1.3.6.1.4.1.629.1.50.1.2.5.1.2
MAC address which will be learned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

nbMacScrPermMsPort 1.3.6.1.4.1.629.1.50.1.2.5.1.3
Port of the entry. '0' value indicates that the MAC address of the entry applies to all device ports and not to particular one.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

nbMacScrPermMsState 1.3.6.1.4.1.629.1.50.1.2.5.1.4
State of the entry: Only 'valid' entries participate in the MAC security process. The new entry is created when PDU with [nbMacScrPermMsState]='valid'(1), [nbMacScrPermMsAddress], and optionally [nbMacScrPermMsPort] (default='0') comes. If [nbMacScrPermMsAddress] and [nbMacScrPermMsPort] exists, the switch replaces it. The old entry is deleted when PDU with [nbMacScrPermMsState]='invalid'(2), [nbMacScrPermMsAddress], [nbMacScrPermMsPort] comes. The old entry is modified when PDU with [nbMacScrPermMsAddress] and new value of field [nbMacScrPermMsPort] comes. The set is for DRAM data base only. The updating of NVRAM data base executes after set to the object [nbMacScrPermLoadMS].
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

nbMacScrPermMsMaxNum 1.3.6.1.4.1.629.1.50.1.2.6
MAX possible quantity of entries in the MAC Security Permanent Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrPermTableSize 1.3.6.1.4.1.629.1.50.1.2.7
Real quantity of entries in the MAC Security Permanent Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbMacScrPermLoadMS 1.3.6.1.4.1.629.1.50.1.2.8
MAC security address loading: 'manual' - user updates the MAC security table manually; 'load' - user wants 'to load' permanent MAC security table from the DRAM to the NVRAM. This object always returns 'manual'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), load(2)  

unresolvedMAC 1
The SNMP trap that is generated when the Port receives frame with source address not included in this port's MAC security table.
TRAP-TYPE