SS-OPT-MIB

File: SS-OPT-MIB.mib (28103 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

Cdx6500SSCfgEntry  
SEQUENCE    
  cdx6500SSEntryNumber INTEGER
  cdx6500SSDestinationName DisplayString
  cdx6500SSCfgMonitoredPort DisplayString
  cdx6500SSCfgMonitoredPort2 DisplayString
  cdx6500SSCfgMonitoredPort3 DisplayString
  cdx6500SSCfgMonitoredPort4 DisplayString
  cdx6500SSCfgRestoralPort DisplayString
  cdx6500SSDialSequence DisplayString
  cdx6500SSDialSequence2 DisplayString
  cdx6500SSDialSequence3 DisplayString
  cdx6500SSDialSequence4 DisplayString
  cdx6500SSActivationMode INTEGER
  cdx6500SSDeactivationMode INTEGER
  cdx6500SSLinkHoldTime INTEGER
  cdx6500SSOutBoundPass DisplayString
  cdx6500SSRedialTime INTEGER
  cdx6500SSRedialCounter INTEGER
  cdx6500SSSecurityMode INTEGER
  cdx6500SSSetupTime INTEGER

Cdx6500CallIDEntry  
SEQUENCE    
  cdx6500CallIDEntryNumber INTEGER
  cdx6500CallIDString DisplayString

Cdx6500SSStatEntry  
SEQUENCE    
  cdx6500SSStatRestoralPort INTEGER
  cdx6500SSPortType DisplayString
  cdx6500SSConnType DisplayString
  cdx6500SSStatus INTEGER
  cdx6500SSReason INTEGER
  cdx6500SSRedial INTEGER
  cdx6500SSLastActivated DisplayString
  cdx6500SSLastPhoneDialed DisplayString

Cdx6500SSMonStatEntry  
SEQUENCE    
  cdx6500SSStatRestMonPort INTEGER
  cdx6500SSStatMonitoredPort INTEGER
  cdx6500SSMonPortState INTEGER
  cdx6500SSRestPhoneNum DisplayString

Defined Values

codex 1.3.6.1.4.1.449
OBJECT IDENTIFIER    

cdxProductSpecific 1.3.6.1.4.1.449.2
OBJECT IDENTIFIER    

cdx6500 1.3.6.1.4.1.449.2.1
OBJECT IDENTIFIER    

cdx6500Configuration 1.3.6.1.4.1.449.2.1.2
OBJECT IDENTIFIER    

cdx6500CfgGeneralGroup 1.3.6.1.4.1.449.2.1.2.2
OBJECT IDENTIFIER    

cdx6500Statistics 1.3.6.1.4.1.449.2.1.3
OBJECT IDENTIFIER    

cdx6500StatOtherStatsGroup 1.3.6.1.4.1.449.2.1.3.2
OBJECT IDENTIFIER    

cdx6500GCTLSSTable 1.3.6.1.4.1.449.2.1.2.2.14
A list of Configuration parameters that makeup the Switched Service/LBU Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500SSCfgEntry

cdx6500SSCfgEntry 1.3.6.1.4.1.449.2.1.2.2.14.1
Each entry contains the Configuration parameters for each switched Service/backup link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500SSCfgEntry  

cdx6500SSEntryNumber 1.3.6.1.4.1.449.2.1.2.2.14.1.1
This identifies the particular Switched Service/LBU Table entry being configured. The number of instances defined by this entry depends on the configured value of the Maximum Switch Service Entry parameter in the Node record (upto a maximum of 1024 entries). If this value is 0, no switched Service/backup links may be configured i.e. this table will be empty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

cdx6500SSDestinationName 1.3.6.1.4.1.449.2.1.2.2.14.1.2
This is a unique name that identifies this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

cdx6500SSCfgMonitoredPort 1.3.6.1.4.1.449.2.1.2.2.14.1.3
The X.25 port to be monitored for link failure. This is the port whose calls are rerouted in the event of port failure. The format must be the following: X25-n, FRI-nSm OR BRI-nCp where n is the port number, m is the station number and p is BRI channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

cdx6500SSCfgRestoralPort 1.3.6.1.4.1.449.2.1.2.2.14.1.4
This is the port or channel that acts as the backup when there is a port failure on the port specified by the parameter Monitored port, or primary destination port (activated by call) The format must be the following: X25-n or BRI-nCm, where n is the port number and m is the channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

cdx6500SSDialSequence 1.3.6.1.4.1.449.2.1.2.2.14.1.5
This specifies the telephone numbers that will be dialed when the backup port is activated. To enter your own telephone number, use any combination of the following characters: 0-9 Decimal : Wait Tone < Pause = Seperator 3 > Seperator 4 P or p Dialing to be continued in PULSE mode. T or t Dialing to be continued in DTMF mode. & Flash To have the modem dial one of its pre-programmed telephone numbers, enter: #n where 'n' identifies the pre-programmed telephone number stored in the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..30)  

cdx6500SSActivationMode 1.3.6.1.4.1.449.2.1.2.2.14.1.6
This specifies how the switched service/backup port will be activated. fail - Activate the backup port upon link failure. call - Activate the backup port upon a call request. either - Activate the backup port upon link failure or a call request. newvalFail - same functionality as 'fail', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fail(0), call(1), either(2), newvalFail(50)  

cdx6500SSDeactivationMode 1.3.6.1.4.1.449.2.1.2.2.14.1.7
This specifies how the switched service/backup port is deactivated after the original link is up. none - Backup port can only be deactivated by operator intervention. busyOut - The backup port is deactivated after all the calls on that port are cleared for a predetermined amount of time. This substitutes the value assigned to the parameter Link Hold Time with the value assigned to the parameter Idle Disconnect Time in the X.25 Port Record. The Idle Disconnect Time will then work as described in the Operators Guide. When Deactivation Mode = BUSY OUT and Link Hold Time = 0 (zero) the overall effect is the same as setting this entry to NONE. imm - The backup link is terminated IMMediately when the monitored port is restored regardless of how many calls are present. newvalNone - same functionality as 'none', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(0), busyOut(1), imm(2), newvalNone(50)  

cdx6500SSLinkHoldTime 1.3.6.1.4.1.449.2.1.2.2.14.1.8
This replaces the value of the parameter Idle Disconnect Timer in the X.25 Port Record and specifies how long (in seconds) the backup link remains active after the original link is back up.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSOutBoundPass 1.3.6.1.4.1.449.2.1.2.2.14.1.9
This is the password used by the remote station to determine if dial access is authorized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..9)  

cdx6500SSRedialTime 1.3.6.1.4.1.449.2.1.2.2.14.1.10
This is the time in seconds between dial attempts when bringing up a switched service call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSRedialCounter 1.3.6.1.4.1.449.2.1.2.2.14.1.11
This parameter is used to specify the number of times that the Switched Service will attempt to redial when redial timer is expired. A value of zero will allow unlimited attempts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSSecurityMode 1.3.6.1.4.1.449.2.1.2.2.14.1.12
This specifies under what conditions the port/channel authorizes call request. none - A call request not be rejected based on password of calling party id validation. password - A call request will only be accepted if the password it provides matches the switched services password configured in the node record. callingId - A call request will only be accepted if the calling party id of the caller matches one of the entries found in the calling party id table. both - A call request is accepted only if both the password and the calling party id are valid. newvalNone - same functionality as 'none', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(0), password(1), callingId(2), both(3), newvalNone(50)  

cdx6500SSSetupTime 1.3.6.1.4.1.449.2.1.2.2.14.1.13
This is the time in seconds the monitor port(s) are given to come up after node boot before the backup port is activated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSCfgMonitoredPort2 1.3.6.1.4.1.449.2.1.2.2.14.1.14
The X.25 port to be monitored for link failure. This is the port whose calls are rerouted in the event of port failure. The format must be the following: X25-n, FRI-nSm OR BRI-nCp where n is the port number, m is the station number and p is BRI channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

cdx6500SSCfgMonitoredPort3 1.3.6.1.4.1.449.2.1.2.2.14.1.15
The X.25 port to be monitored for link failure. This is the port whose calls are rerouted in the event of port failure. The format must be the following: X25-n, FRI-nSm OR BRI-nCp where n is the port number, m is the station number and p is BRI channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

cdx6500SSCfgMonitoredPort4 1.3.6.1.4.1.449.2.1.2.2.14.1.16
The X.25 port to be monitored for link failure. This is the port whose calls are rerouted in the event of port failure. The format must be the following: X25-n, FRI-nSm OR BRI-nCp where n is the port number, m is the station number and p is BRI channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

cdx6500SSDialSequence2 1.3.6.1.4.1.449.2.1.2.2.14.1.17
This specifies the telephone numbers that will be dialed when the backup port is activated. To enter your own telephone number, use any combination of the following characters: 0-9 Decimal : Wait Tone < Pause = Seperator 3 > Seperator 4 P or p Dialing to be continued in PULSE mode. T or t Dialing to be continued in DTMF mode. & Flash To have the modem dial one of its pre-programmed telephone numbers, enter: #n where 'n' identifies the pre-programmed telephone number stored in the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..30)  

cdx6500SSDialSequence3 1.3.6.1.4.1.449.2.1.2.2.14.1.18
This specifies the telephone numbers that will be dialed when the backup port is activated. To enter your own telephone number, use any combination of the following characters: 0-9 Decimal : Wait Tone < Pause = Seperator 3 > Seperator 4 P or p Dialing to be continued in PULSE mode. T or t Dialing to be continued in DTMF mode. & Flash To have the modem dial one of its pre-programmed telephone numbers, enter: #n where 'n' identifies the pre-programmed telephone number stored in the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..30)  

cdx6500SSDialSequence4 1.3.6.1.4.1.449.2.1.2.2.14.1.19
This specifies the telephone numbers that will be dialed when the backup port is activated. To enter your own telephone number, use any combination of the following characters: 0-9 Decimal : Wait Tone < Pause = Seperator 3 > Seperator 4 P or p Dialing to be continued in PULSE mode. T or t Dialing to be continued in DTMF mode. & Flash To have the modem dial one of its pre-programmed telephone numbers, enter: #n where 'n' identifies the pre-programmed telephone number stored in the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..30)  

cdx6500CallIDTable 1.3.6.1.4.1.449.2.1.2.2.18
A list of Configuration calling ID that makeup the Calling ID Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500CallIDEntry

cdx6500CallIDEntry 1.3.6.1.4.1.449.2.1.2.2.18.1
Each entry contains the Configuration Calling ID.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500CallIDEntry  

cdx6500CallIDEntryNumber 1.3.6.1.4.1.449.2.1.2.2.18.1.1
This is not a configurable parameter. This identifies the particular calling ID Table entry being configured by the other parameters in the record.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..64  

cdx6500CallIDString 1.3.6.1.4.1.449.2.1.2.2.18.1.2
Each calling id entry is a numeric value which may contain periods or dashes. Only calls matching these ids will be allowed when calling id security is enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..30)  

cdx6500OSTSSTable 1.3.6.1.4.1.449.2.1.3.2.3
A list of statistics parameters for the Switch Service/Link Backup port,station,and channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500SSStatEntry

cdx6500SSStatEntry 1.3.6.1.4.1.449.2.1.3.2.3.1
Each entry on this table pertains to the Switched Service/Link Backup port,station and channel, and can be accessed using the following index: the switched/backup port number, switched/backup station number and the switched/backup channel number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500SSStatEntry  

cdx6500SSStatRestoralPort 1.3.6.1.4.1.449.2.1.3.2.3.1.1
This is the backup port number, used as an index to access Switched Service/LBU statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSPortType 1.3.6.1.4.1.449.2.1.3.2.3.1.2
The port type of the backup port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cdx6500SSConnType 1.3.6.1.4.1.449.2.1.3.2.3.1.3
The connection type of the backup port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cdx6500SSStatus 1.3.6.1.4.1.449.2.1.3.2.3.1.4
The status of the backup port. newvalDown - same functionality as 'down', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1), activating(2), redial(3), idle(4), deactivating(5), newvalDown(50)  

cdx6500SSReason 1.3.6.1.4.1.449.2.1.3.2.3.1.5
The reason that the backup port is active. none : Backup port is deactivated. call : A call request was made on the backup port. fail : Due to a link failure on the monitored port. remote : A call request was made to the backup port. ctp : Backup port was activated from the control terminal. newvalNone : same functionality as 'none', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(0), call(1), fail(2), remote(3), ctp(4), newvalNone(50)  

cdx6500SSRedial 1.3.6.1.4.1.449.2.1.3.2.3.1.6
This parameter is used to specify the number of times that the Switched Service will attempt to redial when the redial timer is expired. A value of zero will allow unlimited attempts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSLastActivated 1.3.6.1.4.1.449.2.1.3.2.3.1.7
The last time the backup port was activated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cdx6500SSLastPhoneDialed 1.3.6.1.4.1.449.2.1.3.2.3.1.8
The phone number dialed the last time the backup port was activated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

cdx6500OSTSSMonTable 1.3.6.1.4.1.449.2.1.3.2.4
A list of statistics parameters for the Link Backup's monitored port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdx6500SSMonStatEntry

cdx6500SSMonStatEntry 1.3.6.1.4.1.449.2.1.3.2.4.1
Each entry on this table pertains to one of the monitored ports/station/channel that is monitored by the backup port/ station/channel and should be accessed using the following index, * the backup port number * the backup station number * the backup channel number * the monitored port * the monitored station * the monitored channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Cdx6500SSMonStatEntry  

cdx6500SSStatRestMonPort 1.3.6.1.4.1.449.2.1.3.2.4.1.1
This is the backup port number, used as a primary index to access monitored port statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSStatMonitoredPort 1.3.6.1.4.1.449.2.1.3.2.4.1.2
This is the port being monitored by the backup port, used as a secondary index to access monitored port statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cdx6500SSMonPortState 1.3.6.1.4.1.449.2.1.3.2.4.1.3
State of the monitored port. newvalDown : same functionality as 'down', new enumeration added for RFC1155 compatibility.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1), activating(2), redial(3), idle(4), deactivating(5), newvalDown(50)  

cdx6500SSRestPhoneNum 1.3.6.1.4.1.449.2.1.3.2.4.1.4
Phone number that the backup port will dial when a monitored port has a link failure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..30)