CENTILLION-IF-EXTENSIONS-MIB

File: CENTILLION-IF-EXTENSIONS-MIB.mib (10353 bytes)

Imported modules

RFC-1212 CENTILLION-ROOT-MIB RFC1155-SMI

Imported symbols

OBJECT-TYPE extensions BitField
Boolean EnableIndicator MacAddress
Counter

Defined Types

CnIfExtnEntry  
SEQUENCE    
  cnIfExtnIndex INTEGER
  cnIfExtnCardNumber INTEGER
  cnIfExtnPortNumber INTEGER
  cnIfFilterEnable INTEGER
  cnIfFilterDownload BitField
  cnIfNetbiosNameFilteringState EnableIndicator
  cnIfNetbiosBcastDiscard Boolean
  cnIfNetbiosNameProxyState EnableIndicator
  cnIfForwardingIdentifier OBJECT IDENTIFIER
  cnIfInNoResources Counter
  cnIfOutNoResources Counter
  cnIfVlanMismatch Counter
  cnIfVlanCapabilities OCTET STRING
  cnIfExtnLocalAdminAddress MacAddress
  cnIfExtnPhyAddressDefault INTEGER
  cnIfVlanTrunk EnableIndicator
  cnIfUsrInDiscards Counter
  cnIfUsrOutDiscards Counter
  cnIfUserPriority INTEGER
  cnIfTrafficClasses INTEGER
  cnIfExpeditedPriorities OCTET STRING

Defined Values

cnIfExtensions 1.3.6.1.4.1.930.3.2
OBJECT IDENTIFIER    

cnIfExtnTable 1.3.6.1.4.1.930.3.2.1
A list of interface entries. The numebr of entries is given by the value of ifNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnIfExtnEntry

cnIfExtnEntry 1.3.6.1.4.1.930.3.2.1.1
An interface entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CnIfExtnEntry  

cnIfExtnIndex 1.3.6.1.4.1.930.3.2.1.1.1
A unique value for each interface corresponding to the ifIndex value for the same interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnIfExtnCardNumber 1.3.6.1.4.1.930.3.2.1.1.2
The card number associated with this particular interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnIfExtnPortNumber 1.3.6.1.4.1.930.3.2.1.1.3
The port number associated with this particular interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnIfFilterEnable 1.3.6.1.4.1.930.3.2.1.1.4
The state of filtering on this port. The filter port table will become valid when filters are is downloaded to the port via setting the cnIfFilterDownload object. In the high-perfomrance mode, filters will be disable on all ports execpt the management port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enableInputFiltersOnly(1), disableAllFilters(2), enableOutputFiltersOnly(3), enableInputAndOutputFilters(4)  

cnIfFilterDownload 1.3.6.1.4.1.930.3.2.1.1.5
Downloads the filters to the port. Value will always be read as zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  BitField  

cnIfNetbiosNameFilteringState 1.3.6.1.4.1.930.3.2.1.1.6
The state of NetBIOS name filtering on this port. Note that a port with filtering disabled may have a valid NetBIOS name table. The table will become valid when filtering is enabled on the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnableIndicator  

cnIfNetbiosBcastDiscard 1.3.6.1.4.1.930.3.2.1.1.7
This indicates whether NetBIOS broadcasts are to be discarded on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

cnIfNetbiosNameProxyState 1.3.6.1.4.1.930.3.2.1.1.8
The state of NetBIOS name proxying on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnableIndicator  

cnIfForwardingIdentifier 1.3.6.1.4.1.930.3.2.1.1.9
This object references the correspsonding instance in the MIB object which describes the ports forwarding function. For example, if the port is participating in bridging, then this object contains the OID of the bridgeGroupPortTable. If this information is not present, its value is set to the OBJECT IDENTIFIER { 0 0 }.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

cnIfInNoResources 1.3.6.1.4.1.930.3.2.1.1.10
The number of inbound packet which were dropped by the switch because of lack of certain type of system resource.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cnIfOutNoResources 1.3.6.1.4.1.930.3.2.1.1.11
The number of outbound packet which were dropped by the switch because of lack of certain type of system resource.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cnIfVlanMismatch 1.3.6.1.4.1.930.3.2.1.1.12
The number of packets which were dropped due to the switch not being able to qualify a packet based on the VLAN policies defined. This object is only valid on interfaces that represent LAN physical port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cnIfVlanCapabilities 1.3.6.1.4.1.930.3.2.1.1.13
This object contains bit mask flags to indicate support for port-based VLAN, 802.1Q Tagging, and protocol-based VLAN on a port. Bit definition: bit 0: port-based VLAN bit 1: 802.1Q Tagging bit 2: protocol-based VLAN bit 3-7:future use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

cnIfExtnLocalAdminAddress 1.3.6.1.4.1.930.3.2.1.1.14
The interface's locally administed address if applicable. The interface's media-specific MIB must define the bit and byte ordering and format of the value contained by this object. For interfaces which do not have such an address (e.g., a serial line), this object should contain an octet string of zero length.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

cnIfExtnPhyAddressDefault 1.3.6.1.4.1.930.3.2.1.1.15
This object refers to which mac address is being used: the default or locally administered address. The value of useLocallyAdministeredAddress(2) is read-only. Setting this object with useDefaultPhyAddress(1) will have the effect of deleting the locally administered address. It cannot be restored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER useDefaultPhyAddress(1), useLocallyAdministeredAddress(2)  

cnIfVlanTrunk 1.3.6.1.4.1.930.3.2.1.1.16
This object controls the VLAN trunk mode for the interface. In trunk mode, the interface accepts both tagged and untagged frames in its default VLAN. Trunk mode is only available for interfaces that support 802.1Q tagging, as indicated by cnIfVlanCapabilities. An interface in trunk mode cannot do protocol-based VLAN classification. The trunk mode cannot be changed while the interface belongs to an MLT group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnableIndicator  

cnIfUsrInDiscards 1.3.6.1.4.1.930.3.2.1.1.17
The total number of inbound packets which were dropped by user-defined filters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cnIfUsrOutDiscards 1.3.6.1.4.1.930.3.2.1.1.18
The total number of outbound packets which were dropped by user-defined filters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cnIfUserPriority 1.3.6.1.4.1.930.3.2.1.1.19
The IEEE 802.1Q default user priority associated with this particular interface. All ingress frames that lack a priority tag are assigned this user priority. Ethernet LAN ports and virtual ports can be assigned any valid user priority value. Token Ring LAN ports and virtual ports can only have user priority 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

cnIfTrafficClasses 1.3.6.1.4.1.930.3.2.1.1.20
The number of internal traffic classes supported by this particular interface. An interface with more than 1 traffic class supports prioritized frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnIfExpeditedPriorities 1.3.6.1.4.1.930.3.2.1.1.21
The user priorities that receive expedited forwarding on this particular interface. An empty octet string indicates that all frames forward at normal priority, regardless of the user priority. Each octet in a non-empty string defines a user priority which receives expedited forwarding treatment. Ethernet LAN interfaces can be configured with expedited user priorities. All other types of interfaces must always be configured with empty expedited priority strings.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..8)