System information

Chapter 3 Initially Configuring the ATM Switch Router
Configuring Network Routing
3-18
ATM Switch Router Software Configuration Guide
78-6277-03, Cisco IOS Release 12.0(13)W5(19)
Configuring Network Routing
The default software image for the ATM switch router contains the Private Network-Network Interface
(PNNI) routing protocol. The PNNI protocol provides the route dissemination mechanism for complete
plug-and-play capability. The following section, “Configuring ATM Static Routes for IISP or PNNI,
describes modifications that can be made to the default PNNI or Interim-Interswitch Signalling Protocol
(IISP) routing configurations.
For routing protocol configuration information, refer to Chapter 9, “Configuring ILMI,”and Chapter 10,
“Configuring ATM Routing and PNNI.
Configuring ATM Static Routes for IISP or PNNI
Static route configuration allows ATM call setup requests to be forwarded on a specific interface if the
addresses match a configured address prefix. To configure a static route, use the following command in
global configuration mode:
Note An interface must be User-Network Interface (UNI) or Interim Interswitch Signalling
Protocol (IISP) to be configured with static route. Static routes configured as PNNI
interfaces default as down.
The following example shows how to use the atm route command to configure the 13-byte peer group
prefix = 47.0091.8100.567.0000.0ca7.ce01 at interface ATM 3/0/0:
Switch(config)# atm route 47.0091.8100.567.0000.0ca7.ce01 atm 3/0/0
Switch(config)#
Configuring System Information
Although not required, the system clock and hostname should be set as part of the initial system
configuration. To set these system parameters, perform the following steps, beginning in privileged
EXEC mode:
Command Purpose
atm route addr-prefx atm card/subcard/port Specifies a static route to a reachable address
prefix.
Command Purpose
Step 1
Switch# clock set hh:mm:ss day month year Sets the system clock.
Step 2
Switch# configure terminal
Switch(config)#
Enters global configuration mode from the
terminal.
Step 3
Switch(config)# hostname name Sets the system name.