NMS-SWITCH-MIB

File: NMS-SWITCH-MIB.mib (12739 bytes)

Imported modules

SNMPv2-SMI RFC1155-SMI RFC1213-MIB
NMS-SMI SNMPv2-TC IF-MIB
INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge
TimeTicks DisplayString nmsMgmt
PhysAddress RowStatus MacAddress
TruthValue ifIndex InetAddressType
InetAddress

Defined Types

PortSecurityEntry  
SEQUENCE    
  portSecurityModuleIndex INTEGER
  portSecurityPortIndex INTEGER
  portSecurityMode INTEGER
  portSecurityMaxHostCapability INTEGER
  portSecurityMaxHost INTEGER

PortSecurityMacAddressEntry  
SEQUENCE    
  portSecurityMacAddressPortIndex INTEGER
  portSecurityMacAddress MacAddress
  portSecurityMacAddressDel TruthValue

SwitchUserMacEntry  
SEQUENCE    
  userMacModuleIndex INTEGER
  userMacPortIndex INTEGER
  userMacAddress1 PhysAddress
  userMacAddress2 PhysAddress
  userMacAddress3 PhysAddress
  userMacAddress4 PhysAddress
  userMacAddress5 PhysAddress
  userMacAddress6 PhysAddress
  userMacAddress7 PhysAddress
  userMacAddress8 PhysAddress

CpuBandwidthEntry  
SEQUENCE    
  cpuBandwidthQueueIndex INTEGER
  cpuBandwidthQueueBW INTEGER

Defined Values

switchMIB 1.3.6.1.4.1.3320.9.1
The MIB module to describe switch product.
MODULE-IDENTITY    

switchMIBObjects 1.3.6.1.4.1.3320.9.1.1
OBJECT IDENTIFIER    

switchSystem 1.3.6.1.4.1.3320.9.1.1.1
OBJECT IDENTIFIER    

switchModules 1.3.6.1.4.1.3320.9.1.1.2
OBJECT IDENTIFIER    

portSecurityTable 1.3.6.1.4.1.3320.9.1.1.2.1
Port-based Security information,including security mode and max host setting.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityEntry

portSecurityEntry 1.3.6.1.4.1.3320.9.1.1.2.1.1
An entry containing port security information.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityEntry  

portSecurityModuleIndex 1.3.6.1.4.1.3320.9.1.1.2.1.1.1
A unique value, greater than zero, for each module. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityPortIndex 1.3.6.1.4.1.3320.9.1.1.2.1.1.2
A unique value, greater than zero, for each port. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityMode 1.3.6.1.4.1.3320.9.1.1.2.1.1.3
The port security mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), dynamic(2), static-accept(3), static-reject(4)  

portSecurityMaxHostCapability 1.3.6.1.4.1.3320.9.1.1.2.1.1.4
The maximum number hosts which can be allowed to be used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityMaxHost 1.3.6.1.4.1.3320.9.1.1.2.1.1.5
The maximum number hosts which can be allowed to be used. a value bigger than portSecurityMaxHostCapability means unlimited max-host value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

portSecurityMacAddressTable 1.3.6.1.4.1.3320.9.1.1.2.2
A list of portSecurityMacAddressEntry entries. The port-based security mac address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityMacAddressEntry

portSecurityMacAddressEntry 1.3.6.1.4.1.3320.9.1.1.2.2.1
An entry containing security mac address information.Useing the format (port + space + mac address)to add a new mac address to a port.For example,'20 0013469905a9' will add the mac address '0013.4699.05a9' to port 20.The switch will return a error symbol to indicate a unsuccessful operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSecurityMacAddressEntry  

portSecurityMacAddressPortIndex 1.3.6.1.4.1.3320.9.1.1.2.2.1.1
A unique value, greater than zero, for each port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityMacAddress 1.3.6.1.4.1.3320.9.1.1.2.2.1.2
A unique string for mac address. Useing the format(port + space + mac address) to add a new mac address to a port.For example,'20 0013469905a9'will add the mac address '0013.4699.05a9' to port 20.The switch will return a error symbol to indicate a unsuccessful operation.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

portSecurityMacAddressDel 1.3.6.1.4.1.3320.9.1.1.2.2.1.3
mac address cancel flag. True (1) delete the mac address from a port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

switchUserMacTable 1.3.6.1.4.1.3320.9.1.1.2.11
A list of switchUserMacEntry entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwitchUserMacEntry

switchUserMacEntry 1.3.6.1.4.1.3320.9.1.1.2.11.1
An entry containing management information applicable to a particular switch User mac address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwitchUserMacEntry  

userMacModuleIndex 1.3.6.1.4.1.3320.9.1.1.2.11.1.1
A unique value, greater than zero, for each module(Node). It is recommended that values are assigned contiguously starting from 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

userMacPortIndex 1.3.6.1.4.1.3320.9.1.1.2.11.1.2
A unique value, greater than zero, for each port. It is recommended that values are assigned contiguously starting from 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

userMacAddress1 1.3.6.1.4.1.3320.9.1.1.2.11.1.3
The first entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

userMacAddress2 1.3.6.1.4.1.3320.9.1.1.2.11.1.4
The second entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

userMacAddress3 1.3.6.1.4.1.3320.9.1.1.2.11.1.5
The third entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

userMacAddress4 1.3.6.1.4.1.3320.9.1.1.2.11.1.6
The fourth entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

userMacAddress5 1.3.6.1.4.1.3320.9.1.1.2.11.1.7
The fifth entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

userMacAddress6 1.3.6.1.4.1.3320.9.1.1.2.11.1.8
The sixth entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

userMacAddress7 1.3.6.1.4.1.3320.9.1.1.2.11.1.9
The seventh entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

userMacAddress8 1.3.6.1.4.1.3320.9.1.1.2.11.1.10
The eighth entry of lastest user mac address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

cpuBandwidthTable 1.3.6.1.4.1.3320.9.1.1.1.2
A list of cpu bandwidth table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpuBandwidthEntry

cpuBandwidthEntry 1.3.6.1.4.1.3320.9.1.1.1.2.1
A collection of additional objects in the cpu bandwidth table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpuBandwidthEntry  

cpuBandwidthQueueIndex 1.3.6.1.4.1.3320.9.1.1.1.2.1.1
Queue id. The range is 1-8.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

cpuBandwidthQueueBW 1.3.6.1.4.1.3320.9.1.1.1.2.1.2
The rate limitation of cpu queue. Unit is 64kbps. The range is 1-1562. 0 means disable. Default is 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER