Fore-Channel-Config-MIB

File: Fore-Channel-Config-MIB.mib (2992 bytes)

Imported modules

SNMPv2-SMI Fore-Common-MIB IF-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY asx
ifIndex

Defined Types

ChannelConfigEntry  
SEQUENCE    
  channelConfigMode INTEGER

Defined Values

channelControlGroup 1.3.6.1.4.1.326.2.2.1.1.11
This mib is used to configure channelized operating modes for interfaces that can operate in either channelized or concatenated mode. For now, this is used to support the configuration of the Channelized OC12 netmod. In that netmod, each port can operate as an STS12c atm cell source, or it can be configured to operate as 4 STS3c streams channelized over an STS12 sonet path, or it can operate as 12xDS3 streams carried in STS3 paths, which in turn, are multiplexed into an STS12 path. This mib exports a single table which contains an row for each channelizable port in the switch. Each row has 1 modifiable column to set the operating mode of the port. Note that changing a port's operating mode may make dramatic modifications to this and other tables as switching the mode of an interface may create or destory other interfaces.
MODULE-IDENTITY    

channelConfigTable 1.3.6.1.4.1.326.2.2.1.1.11.1
A table of channelized port configuration information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChannelConfigEntry

channelConfigEntry 1.3.6.1.4.1.326.2.2.1.1.11.1.1
A table entry containing channelized port configuration information
Status: current Access: not-accessible
OBJECT-TYPE    
  ChannelConfigEntry  

channelConfigMode 1.3.6.1.4.1.326.2.2.1.1.11.1.1.1
This value indicates the current operating mode of the specified interface. Note that not all modes may be chosen for a particular interface. Also note that even though values are given in the Sonet hierarchy, these values can also be use to set the corresponding SDH hierarchy value if the underlying port is operating in SDH mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sts12c(0), sts3cX4(1), ds3X12(2)