|
|
The commands shown in this chapter apply to the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers. Where an entire command or certain attributes of a command have values specific to a particular switch or switch router, an exception is indicated by the following callouts:
![]() |
Note Commands that are identical to those documented in the Cisco IOS software documentation have been removed from this chapter. |
![]() |
Note Commands that no longer function as expected in ATM environments have also been removed from this chapter. |
Refer to Appendix D of this command reference for a detailed list of commands that have been removed, changed or replaced.
To guarantee CPU time for processes, use the scheduler allocate global configuration command.
To restore the default guaranteed CPU time, use the no form of this command.
Syntax Description
interrupt-time Integer (in microseconds) that limits the maximum number of microseconds to spend on fast switching within any one network interrupt context. The range is 500 to 6000 microseconds. The default is 4000 microseconds. process-time Integer (in microseconds) that guarantees the minimum number of microseconds to spend at the process level when network interrupts are disabled. The range is 500 to 60000 microseconds. The default is 200 microseconds.
Defaults
Approximately five percent of the CPU is available for process tasks.
Command Modes
Global configuration
Command History
11.2(8.0.1) New command
Release
Modification
Usage Guidelines
The normal operation of the network server allows the switching operations to use as much of the central processor as required. If the network is running unusually heavy loads that do not allow the processor the time to handle the routing protocols, give priority to the system process scheduler.
Use the scheduler allocate command to guarantee processor time.
Examples
The following example makes 20 percent of the CPU available for process tasks.
Switch(config)# scheduler allocate 2000 500
To filter ATM signalling call failures that occur within the switch and on other switches, use the scope ATM signalling diagnostics configuration command. To disable this feature, use the no form of this command.
scope {all | external | internal}
Syntax Description
all Filter call failures that occur within the switch or on other external switches. external Filter call failures that occur on other external switches. internal Filter call failures that occur within the switch.
Defaults
all
Command Modes
ATM signalling diagnostics configuration
Command History
11.2(8.0.1) New command
Release
Modification
Examples
In the following example, call failures are filtered by failures that occur within the switch.
Switch(cfg-atmsig-diag)# scope internal
To specify the mapping from a range of organizational scope values (used at UNI interfaces) to a PNNI scope value (such as in terms of PNNI routing-level indicators), use the scope map PNNI node-level subcommand. To set to default a range of organizational scope values, use the no form of this command.
scope map low-org-scope [high-org-scope] level level-indicator
Syntax Description
low-org-scope Specifies the low end of the range of organizational scope values. The valid range of organizational scope values is from local (1) to global (15). high-org-scope Specifies the high end of the range of organizational scope values. The valid range of organizational scope values is from local (1) to global (15). If no value is specified, then the range includes only one entry (for example, high-org-scope equals low-org-scope). level-indicator Specifies the PNNI scope value to which the range of organizational scope values is mapped. The range is from 0 to 104.
Defaults
Table Table 17-1 shows the default values specified in the ATM Forum PNNI 1.0 Specifications.
| org-scope Range | ATM Forum Default Level |
|---|---|
1-3 | 96 |
4-5 | 80 |
6-7 | 72 |
8-10 | 64 |
11-12 | 48 |
13-14 | 32 |
15 global | 0 |
Command Modes
PNNI node configuration
Command History
11.2(5) New command
Release
Modification
Usage Guidelines
The scope map command is used to change the values of specific entries. This command is only accepted when the scope mode is set to manual.
When the organizational scope of a registered address maps to a PNNI level that is lower in the PNNI hierarchy (larger PNNI routing level) than the level of this node, the registered address is not advertised. Similarly, when the connection scope of a setup attempt maps to a PNNI level that is lower in the PNNI hierarchy than the level of this node, then only destinations directly attached to this switch router are considered acceptable.
![]() |
Note Modifying the node level without altering the scope map table can result in some advertisements being suppressed. |
The ATM switch router provides an option to automatically adjust the level changes. In automatic mode, the default scope map table is tied to the level of the node when it is generated.
Note that the default organizational scope of an individual address is global (15), and the default organizational scope of a group address is local (1).
Examples
The following example shows setting the scope mode to manual and setting the scope map entries for organizational scope values 1 through 5 to PNNI level 96, using the scope map PNNI node-level subcommand.
Switch# configure terminal Switch(config)# atm router pnni Switch(config-atm-router)# node 1 Switch(config-pnni-node)# scope mode manual Switch(config-pnni-node)# scope map 1 5 level 96
Related Commands
Specifies the configuration mode of the mapping from organizational scope values (used at UNI interfaces) to PNNI scope (such as PNNI routing-level indicators). Displays the mapping from organizational scope valuesused at UNI interfacesto PNNI scope (such as PNNI routing level indicators).
Command
Description
To specify the configuration mode of the mapping from organizational scope values (used at UNI interfaces) to PNNI scope (such as PNNI routing-level indicators), use the scope mode node-level subcommand.
scope mode {automatic | manual}
Syntax Description
automatic Generates a default scope mapping table automatically which is tied to the PNNI level of the node. In this mode, no modifications of the scope mapping table entries are allowed. manual Allows for manual configuration of the scope mapping table using the scope map command.
Defaults
The default scope mappings for automatic are shown in Table 17-2.
| Organizational Scope Range | ATM Forum Default Level | Automatic Mode Level |
|---|---|---|
1-3 | 96 | min(l,96) |
4-5 | 80 | min(l,80) |
6-7 | 72 | min(l,72) |
8-10 | 64 | min(l,64) |
11-12 | 48 | min(l,48) |
13-14 | 32 | min(l,32) |
15(global) | 0 | 0 |
Command Modes
PNNI node configuration
Command History
11.2(5) New command
Release
Modification
Usage Guidelines
Use this command to modify the way in which the default scope mapping table is computed.
Using the automatic mode ensures that all organizational scope values cover an area at least as wide as this node's peer group, even when the node is at a level higher than 96. As a result, all addresses including those of local scope are advertised across this node's peer group.
For each organizational scope value, the corresponding PNNI level is the minimum of the ATM Forum PNNI 1.0 default value and level l of this node.
Note that the scope mapping table is overwritten whenever the scope mode is changed from manual to automatic (for example, all scope map commands for this node are removed).
Examples
The following example shows setting the scope mode to manual using the scope mode PNNI node-level subcommand.
Switch# configure terminal Switch(config)# atm router pnni Switch(config-atm-router)# node 1 Switch(config-pnni-node)# scope mode manual
Related Commands
Specifies the mapping from a range of organizational scope values (used at UNI interfaces) to a PNNI scope value (such as PNNI routing-level indicators). Displays the mapping from organizational scope valuesused at UNI interfacesto PNNI scope (such as PNNI routing level indicators).
Command
Description
To allow scrambling to be enabled or disabled from the current port, use the scrambling interface configuration command. To disable scrambling, use the no form of this command.
scrambling scramblingmode
Syntax Description
scramblingmode Specify either sts-stream or cell-payload.
Defaults
In SONET interfaces, both modes are enabled. In DS3 interfaces, the mode is disabled.
Command Modes
Interface configuration
Command History
11.1(4) New command
Release
Modification
Usage Guidelines
The sts-stream scrambling is applicable only to SONET interfaces.
Examples
The following example shows how to disable sts-stream and cell-payload scrambling on the physical device associated with ATM 3/0/0.
Switch# configure terminal Switch(config)# interface atm 3/0/0 Switch(config-if)# no scrambling cell-payload Switch(config-if)# no scrambling sts-stream
To specify a target entry in a partially specified PNNI explicit-path, use the segment-target PNNI explicit-path configuration command.
segment-target {name-string | node-id | node-id-prefix} [port hex-port-id | agg-token hex-agg-token-id]
Syntax Description
name-string Name of the PNNI node. node-id Full 22-byte node ID for a PNNI node. node-id-prefix The first 15 or more bytes of a node ID for a PNNI node. port hex-port-id Optionally specifies an exit port to exclude for a PNNI node. Should be specified as a hexadecimal port ID rather than as a port name. The default is to allow any valid exit port. agg-token hex-agg-token-id Optionally specifies the exit aggregation token, which is used in place of the port ID for higher-level PNNI LGNs. The default allows any valid exit port.
Defaults
See "Syntax Description."
Command Modes
PNNI explicit-path configuration
Command History
12.0(3c)W5(9) New command
Release
Modification
Usage Guidelines
![]() |
Note See the atm pnni explicit-path command for a description of how to edit or delete an existing segment-target path entry. |
Node IDs can be entered with either the full 22-byte length address, or as a node ID prefix with a length of 15 bytes or more. To specify routes that include higher-level nodes (parent LGNs) for other peer groups, we recommend that you enter exactly 15 bytes so that the address remains valid in the event of a PGL update.
Node IDs appear in the following format:
![]() |
Note To display the node IDs that correspond to named nodes in a network, use either the show atm pnni identifier command or the show atm pnni topology command with the node keyword. |
Node names can be entered instead of node IDs. If names are used to identify higher-level LGNs, the resulting explicit paths are not guaranteed to remain valid if the PGL changes in the neighboring peer group. To prevent invalid paths, configure all parent LGNs (for all potential PGL nodes) with the same node name.
An exit port can be specified for any entry. The port should be specified as a hexadecimal port ID rather than as a port name. For excluded entries, only this port is excluded from the path.
![]() |
Note To display the corresponding hexadecimal port IDs for a node, use either the show atm pnni identifier command with the port keyword, or the show atm pnni topology command with the node and hex-port-id keywords. |
Since the port-id could change if the following neighbor peer group changes PGL leaders, the aggregation token is used in place of the port ID for nodes with higher-level LGNs. The LGN aggregation token can only identify the port uniquely if the following entry is the next-node entry. Aggregation tokens are not allowed for excluded tokens.
Examples
The following example shows how to perform the following PNNI explicit-path configuration tasks:
Switch# configure terminal Switch(config)# atm pnni explicit-path name boston_2.path1 Switch(cfg-pnni-expl-path)# next-node dallas_2 Switch(cfg-pnni-expl-path)# segment-target dallas_4 Switch(cfg-pnni-expl-path)# segment-target 40:72:47.009181000000106000000000
Related Commands
Used to enter PNNI explicit path configuration mode to create or modify PNNI explicit paths. Specifies a node to exclude from all segments of a partially specified ATM PNNI explicit path. Specifies the next adjacent entry in a fully-specified ATM PNNI explicit path. Displays a summary of explicit paths that have been configured.
Command
Description
To filter ATM signalling call failures by service category, use the service-category ATM signalling diagnostics configuration command. To return the service category to the default, use the no form of this command.
service-category {abr | all | cbr | nrt-vbr | rt-vbr | ubr}
Syntax Description
abr Sets the service category to ABR. all Sets the service category to ABR, CBR, NRT-VBR, RT-VBR, and UBR. cbr Sets the service category to CBR. nrt-vbr Sets the service category to NRT-VBR. rt-vbr Sets the service category to RT-VBR. ubr Sets the service category to UBR.
Defaults
all
Command Modes
ATM signalling diagnostics configuration
Command History
11.2(8.0.1) New command
Releae
Modification
Examples
In the following example, call failures for the ABR and UBR service categories are filtered.
Switch# configure terminal Switch(config)# interface atm 0/0/0 Switch(config-if)# atm signalling diagnostics 1 Switch(cfg-atmsig-diag)# service-category abr ubr
To enable the operation of the SGCP to interconnect ATM CES interface circuits on a switch router, use the sgcp global configuration command. To disable the operation of SGCP on a switch router, use the no form of this command.
sgcpSyntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Global configuration
Command History
12.0(3c)W5(9) New command
Release
Modification
Usage Guidelines
When enabled, SGCP listens on all interfaces for UDP packets that contain SGCP requests or responses. For call setup, SGCP allocates connections to endpoints: CES ATM single time slot circuits. For call teardown, SGCP releases connections between endpoints. The no form of the command releases all network connections established for SGCP and all endpoints from connections. It also returns resources allocated to SGCP. The no form also stops SGCP from listening for UDP packets. No attempt is made to gracefully release resources.
When SGCP receives a CreateConnection packet for the ATM switch router endpoint, the endpoint name is in the following format:
CBR.x.y.z/c
where x, y, and z are standard ATM switch router interface specifiers (card/subcard/interface), and c is a CES circuit ID.
For a CreateConnection packet to succeed:
![]() |
Note For SGCP to operate properly, even with the sgcp command in effect, you must not enter the sgcp graceful-shutdown command. |
Examples
The following example enables SGCP.
Switch# configure terminal Switch(config)# sgcp
Related Commands
Sends SGCP response packets to a predetermined IP address and UDP port. Used to shut down SGCP operations gracefully. Specifies the number of times the ATM switch sends an SGCP request to the call agent without receiving a response, and before ceasing to retry. Specifies the time the ATM switch waits after sending an SGCP request to the call agent before considering the request lost. Displays global configuration, operational state, and a summary of connection activity for SGCP. Displays a global list of SGCP connections or a single interface based on a related keyword. Displays CES circuit endpoints that might or might not have connections created. Displays global statistics pertaining to SGCP activity.
Command
Description
To send SGCP response packets to a predetermined IP address and UDP port, use the sgcp call-agent global configuration command. To restore the default behavior of responding to SGCP request packets using the source address in the request packet, use the no form of this command.
sgcp call-agent host [udp_port]
Syntax Description
host String representing a DNS name or IP address for the SGCP call agent. udp_port Decimal UDP port number.
Defaults
Disabled
Command Modes
Global configuration
Command History
12.0(3c)W5(9) New command
Release
Modification
Usage Guidelines
Use this command to determine the IP address and UDP port of the call agent for sending requests and responses if the call-agent address is not configured.
If the address is specified, but no port is specified, SGCP uses the well-known SGCP port 2427.
Examples
The following example specifies a call-agent address to use. The default UDP port is used.
Switch# configure terminal Switch(config)# sgcp call-agent 172.69.1.129
Related Commands
Enables the operation of the SGCP to interconnect ATM CES interface circuits on a switch router. Displays global configuration, operational state, and a summary of connection activity for SGCP.
Command
Description
To shut down SGCP operation, use the sgcp graceful-shutdown global configuration command.
To allow SGCP to resume operation, use the no form of this command.
Syntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Global configuration
Command History
12.0(3c)W5(9) New command
Release
Modification
Usage Guidelines
The graceful shutdown configuration is used while SGCP is active. This command stops SGCP operation after attempting to notify the call agent about the release of any connections in progress.
The no sgcp command operates in a similar manner in that any active network connections established by SGCP are torn down.
The gateway also sends DeleteConnection requests to the call agent for all endpoints allocated to connections. After responses (or retransmission limits, or call agent-initiated DeleteConnection) have been received for all connections, the gateway stops listening to UDP. During this activity, SGCP rejects any requests for new connections.
After you enter the sgcp graceful-shutdown command with SGCP enabled, the operational state of SGCP that theshow sgcp command reflects can be Down or Going Down. The Going Down state is entered only if there are active connections. Once all connections are inactive (not allocated and network connection released), the global operational state is Down. While sgcp is outstanding, the no form of this command resumes SGCP operation.
The no form of this command has no effect when issued while SGCP is not operating.
Examples
Switch# configure terminal Switch(config)# sgcp grace-shutdown
Related Commands
Enables the operation of the SGCP to interconnect ATM CES interface circuits on a switch router. Displays global configuration, operational state, and a summary of connection activity for SGCP.
Command
Description
To specify the number of times the ATM switch router sends an SGCP request to the call agent without receiving a response and before ceasing to retry, use the sgcp request retries global configuration command. To restore the default value, use the no form of this command.
sgcp request retries retryval
Syntax Description
retryval Decimal number of retries.
Defaults
Three
Command Modes
Global configuration
Command History
12.0(3c)W5(9) New command
Release
Modification
Usage Guidelines
Currently, the ATM switch router sends only DeleteConnection requests to the call agent. When UDP is sending packets, there is no assurance that all packets are received. When the number of specified retries has been exceeded, the response to DeleteConnection appears to the ATM switch as positive.
Examples
The following example sets the number of request retries to six.
Switch# configure terminal Switch(config)# sgcp request retries 6
Related Commands
Enables the operation of the SGCP to interconnect ATM CES interface circuits on a switch router. Specifies the time the ATM switch waits after sending an SGCP request to the call agent before considering the request lost. Displays global configuration, operational state, and a summary of connection activity for SGCP.
Command
Description
To specify the time the ATM switch router waits after sending an SGCP request to the call agent before considering the request lost, use the sgcp request timeout global configuration command. To restore the default value, use the no form of this command.
sgcp request timeout timeval
Syntax Description
timeval Time value, in milliseconds.
Defaults
500 milliseconds
Command Modes
Global configuration
Command History
12.0(3c)W5(9) New command
Release
Modification
Usage Guidelines
Currently, the ATM switch router only sends DeleteConnection requests to the call agent.
Examples
The following example sets the request timeout to one second.
Switch# configure terminal Switch(config)# sgcp request timeout 1000
Related Commands
Enables the operation of the SGCP to interconnect ATM CES interface circuits on a switch router. Displays global configuration, operational state, and a summary of connection activity for SGCP.
Command
Description
Use the slip EXEC command to attach or detach a SLIP interface.
slipSyntax Description
This command has no keywords or arguments.
Command Modes
EXEC
Command History
11.1(4) New command
Release
Modification
To enable the router to send SNMP traps, use the snmp-server enable traps global configuration command. To disable SNMP and stop sending traps, use the no form of this command.
snmp-server enable traps [trap-type] [trap-option]
Syntax Description
trap-type Type of trap to enable. If no type is specified, all traps are sent (including envmon and repeater). trap-type can have one of the following values: trap-option Enables authentication. When the snmp keyword is used for trap-type, you can specify the authentication option to enable SNMP Authentication Failure traps. (The snmp-sever enable traps snmp authentication command replaces the snmp-server trap-authentication command.) If no option is specified, all SNMP traps are enabled.
Defaults
No traps are enabled.
If you enter this command with no keywords, the default is to enable all trap types.
Command Modes
Global configuration
Command History
12.0(1a)W5(5b) New command
Release
Modification
Usage Guidelines
Use the snmp-server enable command to specify which SNMP traps the switch router sends, and use the snmp-server host command to specify which host or hosts receive SNMP traps.
You must issue a separate snmp-server enable command for each trap type, including envmon
and repeater.
To set the mode of operation and control the type of ATM cell used for cell-rate decoupling on the SONET, use the sonet interface configuration command. To restore the default operation to OC-3, OC-12, and OC-48c interfaces, use the no form of this command.
Catalyst 8540 MSR
sonet {stm-1 | sts-3c} | {stm-4c | sts-12c} | {stm-16 | sts-48c}
no sonet {stm-1 | sts-3c} | {stm-4c | sts-12c} | {stm-16 | sts-48c}
Catalyst 8510 MSR and LightStream 1010
sonet {stm-1 | sts-3c} | {stm-4c | sts-12c}
no sonet {stm-1 | sts-3c} | {stm-4c | sts-12c}
Syntax Description
stm-1 Synchronous Transport Module level 1. SDH/STM-1 operation (ITU-T specification).1 sts-3c Synchronous Transport Signal level 3, concatenated (3 x 51.84 Mbps). SONET format that specifies the frame structure for the 155.52 Mbps lines used to carry ATM cells. stm-4c Synchronous Transport Module level 4. SDH/STM-4 operation (ITU-T specification). sts-12c Synchronous Transport Signal level 12, concatenated (12 x 51.84 Mbps). SONET format that specifies the frame structure for the 5184 Mbps lines used to carry ATM cells. stm-16 Synchronous Transport Module level 16. SDH/STM-16 operation (ITU-T specification). (Catalyst 8540 MSR). sts-48c Synchronous Transport Signal level 48, concatenated. (48 x 51.84 Mbps) SONET format that specifies the frame structure for the 2488.32 Mbps lines used to carry ATM cells. (Catalyst 8540 MSR).
1The ITU-T carries out the functions of the former Consultative Committee for International Telegraph and Telephone (CCITT).
Defaults
For OC-3: sts-3c.
For OC-12: sts-12c.
For OC-48c: sts-48c.
Command Modes
Interface configuration
Command History
11.1(4) New command
Release
Modification
Usage Guidelines
This command applies to all ports except the CPU. Use stm-1, stm-4c and stm-16 in applications where the ATM switch router requires idle cells for rate adaptation. An idle cell contains 31 zeros followed by a 1.
Use the appropriate default in applications where the ATM switch router requires unassigned cells for rate adaptation. An unassigned cell contains 32 zeros.
Examples
The following example specifies ATM SONET STM-1.
Switch(config-if)# sonet stm-1
Related Commands
Displays information about a physical port device. Displays the configuration information currently running on the terminal. Used to set SONET/SDH overhead bytes. Enables the reporting of selected alarms. Used to set the BER threshold values.
Command
Description
To set SONET/SDH overhead bytes, use the sonet overhead interface configuration command.
To restore the default value, use the no form of this command.
Syntax Description
c2 Sets path signal label indicator. bytes Specifies byte value in the range of 0 to 255. j0 Sets string or repeating value (applicable only in STM mode). msg Specifies string to be transmitted. line Specifies text consisting of characters. j1 Sets 64/16-byte format, 0x0 by default. 16byte Sets 16-byte format message starting with country code or three alphabetic country code. exp-msg Specifies expected message. 64byte Sets 64-byte format message. s1s0 Specifies bit S1 and S0 of H1. bits Specifies bit value in the range of 0 to 3.
Defaults
64-byte message
Command Modes
Interface configuration
Command History
12.0(4a)W5(11a) New command
Release
Modification
Usage Guidelines
By default, the path trace message is a free format 64-byte string consisting of hostname, interface name, and IP address information. This format is compatible with the default GSR POS j1 message.
![]() |
Note This command is only supported on a system with an OC-12 or OC-48c interface module. |
Examples
The following example sets the sonet overhead path signal indicator to 255 bytes on ATM 10/0/0.
Switch(config)# int atm 10/0/0
Switch(config-if)# sonet overhead c2 255
Related Commands
Displays information about a physical port device. Used to set the mode of operation and control the type of ATM cell used for cell-rate decoupling on the SONET. Enables the reporting of selected alarms. Used to set the BER threshold values.
Command
Description
To enable the reporting of selected alarms, use the sonet report interface configuration command. To revert to the default, or to disable selected alarms, use the no form of this command.
sonet report {slos | slof | lais | lrdi | pais | prdi | plop | sd-ber | sf-ber | b1-tca | b2-tca |
Syntax Description
slos Enables reporting section loss of signal. slof Enables reporting section loss of frame. lais Enables reporting line alarm indication signal. lrdi Enables line remote defect indication. pais Enables path alarm indication signal. prdi Enables path remote defect indication. plop Enables reporting path loss of pointer. sd-ber Enables reporting LBIP BER in excess of SD threshold. sf-ber Enables reporting LBIP BER in excess of SF threshold. b1-tca Enables B1 (selection error) BER threshold crossing alarm. b2-tca Enables B2 (line error) BER threshold crossing alarm. b3-tca Enables B3 (BIP-8 error) BER threshold crossing alarm.
Defaults
By default, alarm reporting is enabled for slos, slof, plop, sf, b1-tca, b2-tca, b3-tca.
Command Modes
Interface configuration
Command History
12.0(4a)W5(11a) New command
Release
Modification
Usage Guidelines
This command enables the reporting of the selected alarms listed in the "Syntax Description."
![]() |
Note This command is only supported on a system with an OC-12 or OC-48c interface module. |
Examples
The following example enables the section loss of signal reporting:
Switch(config-if)# sonet report slos
Related Commands
Displays information about a physical port device. Used to set the mode of operation and control the type of ATM cell used for cell-rate decoupling on the SONET. Used to set SONET/SDH overhead bytes. Used to set the BER threshold values.
Command
Description
To set the BER threshold values, use the sonet threshold interface configuration command.
To disable the threshold values, use the no form of this command.
Syntax Description
sd-ber Sets signal degrade BER threshold and displays any signal degradation. sf-ber Sets signal fail BER threshold and displays any signal failure. bl-tca Sets b1 (selection error) BER threshold crossing alarm. This alarm indicates trouble at the section layer of the SONET infrastructure; SONET circuits need to be checked out. b2-tca Sets b2 (line error) BER threshold crossing alarm. This alarm indicates trouble at the Line/Multiplexer layer of the SONET infrastructure; SONET network elements in this circuit need to be checked out. b3-tca Sets b3 (path BIP error) BER threshold crossing alarm. This alarm indicates trouble at the path layer (end to end) of the SONET infrastructure; SONET network elements in this circut need to be checked out. ber Specifies BER in the range of 3 to 9 (10 to minus n).
Defaults
For BER thresholds: sf = 10e-3, sd = 10e-6
For TCA thresholds: b1 = 10e-6, b2 = 10e-6, b3 = 10e-6
Command Modes
Interface configuration
Command History
12.0(4a)W5(11a) New command
Release
Modification
Usage Guidelines
This command sets or changes the BER and threshold crossing alarms. Any errors in B1 automatically results in B2 (line) and B3 (path) errors.
![]() |
Note This command is only supported on systems with OC-12 or OC-48c interface modules. |
Examples
The following example sets the b3-tca BER threshold crossing alarm to 10.
Switch(config-if)# sonet threshold b3-tca 3
Related Commands
Displays information about a physical port device. Used to set the mode of operation and control the type of ATM cell used for cell-rate decoupling on the SONET. Used to set SONET/SDH overhead bytes. Enables the reporting of selected alarms.
Command
Description
Use the sonet tx-ais on-rx-defect command to enable a SONET interface to send an alarm indication signal (AIS) if it detects the receive port has failed. To disable AIS, use the no form
of this command.
Syntax Description
This command has no arguments or keywords.
Defaults
Disabled
Command Modes
Interface Configuration
Command History
12.0(3c)W5(9) New command
Release
Modification
Usage Guidelines
The sonet tx-ais on-rx-defect command should not be enabled on both ATM switch router interfaces connected to the same physical line. Even if no alarm exists, both interfaces will see the alarms signals and never come up.
Examples
The following example enables AIS on an ATM interface.
Switch# configure terminal Switch(config)# interface atm 3/0/0 Switch(config-if)# sonet tx-ais on-rx-defect
Related Commands
Displays information about a physical port device.
Command
Description
To turn on the PNNI statistics feature, use the statistics ATM router PNNI configuration command. To disable this feature, use the no form of this command.
statistics {call}
Syntax Description
call Specifies statistics related to route computation for call and party setups.
Defaults
Disabled
Command Modes
ATM router PNNI configuration
Command History
12.0(1a)W5(5b) New command
Release
Modification
Usage Guidelines
For more information, refer to the ATM Switch Router Software Configuration Guide.
Examples
The following script shows how to access the statistics ATM router PNNI configuration command.
Switch# configure terminal Switch(config)# atm router pnni Switch(config-atm-router)# statistics call
Related Commands
Used to display PNNI statistics.
Command
Description
To configure the status of this filter table entry, use the status ATM signalling diagnostics configuration command. To disable this feature, use the no form of this command.
status [active | inactive | delete]
Syntax Description
active Sets status to active to begin filtering failed connections. inactive Sets status to inactive to stop filtering failed connections. delete Sets status to delete if the signalling diagnostics filter table entry needs to be deleted.
Defaults
Inactive
Command Modes
ATM signalling diagnostics configuration
Command History
12.0(1a)W5(5b) New command
Release
Modification
Examples
The following script shows how to access the status command.
Switch# configure terminal Switch(config)# status active
To configure summary address prefixes on a PNNI node, use the summary-address node-level subcommand. To remove configured summary address prefixes, use the no form of this command.
summary-address address-prefix [internal | exterior] [suppress]
Syntax Description
address-prefix Specifies the summary address prefix. The maximum length of the address prefix is 19 bytes. Each character in the prefix is 4 bits. The length of the prefix must fall on a nibble boundary. In other words, the length of the prefix must be a multiple of 4 bits. internal Specifies local knowledge of reachability, including end-system addresses registered via ILMI address registration. exterior Specifies knowledge of reachability through remote networks or derived from other protocol exchanges outside the PNNI routing domain. suppress Indicates that neither the summary address nor any addresses for which the summary address is the longest matching prefix are advertised.
Defaults
Default summary addresses are controlled by the auto-summary command.
The default summary address type is internal.
Command Modes
PNNI node configuration
Command History
11.1(4) New command
Release
Modification
Usage Guidelines
Summary addresses can be used to decrease the amount of information advertised by this PNNI node. Summary addresses should only be configured when all end-system addresses matching the summary address are reachable from this switch (for example, not reachable through PNNI interfaces to other switches).
Summary addresses of type internal only summarize internal addresses reachable from this switch (such as ILMI-registered addresses and internal static routes). Summary addresses of type exterior only summarize exterior addresses reachable from this switch (for example, exterior static routes on IISP or public UNI interfaces).
Suppressed summary addresses can be used to prevent other PNNI nodes from learning of switch connectivity to certain addresses (for example, for back doors).
For more information, refer to the ATM Switch Router Software Configuration Guide.
Examples
The following script shows how to access the summary-address node-level subcommand.
Switch# configure terminal Switch(config)# atm router pnni Switch(config-atm-router)# node 1 Switch(config-pnni-node)# summary-address 48.91...
Related Commands
Specifies a static route to a reachable address prefix. Allows default summary addresses to be generated based on the switch's ATM address. Used to display all local or network-wide reachable address prefixes in this switch's ATM routing table.
Command
Description
To synchronize the configuration between the primary and secondary route processors based on the primary configuration, use the sync config main CPU redundancy command. To disable the synchronization, use the no form of this command.
sync config {startup | running | both}
Syntax Description
startup Synchronizes the startup configuration. running Synchronizes the running configuration. both Synchronizes the startup and running configurations.
Defaults
both
Command Modes
Main CPU redundancy
Command History
12.0(3c)W5(9) New command
Release
Modification
Examples
The following example synchronizes the startup configuration of the primary and secondary route processors.
Switch# configure terminal Switch(config)# redundancy Switch(config-r)# main-cpu Switch(config-r-mc)# sync config startup
Related Commands
Displays information about the in-system programmable device images (FPGA and PLD images) for a given module in the system.
Command
Description
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Wed Sep 6 15:51:50 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.