|
|
This chapter describes how to explicitly configure ATM network interface types, rather than depending on Interim Local Management Interface (ILMI) autoconfiguration (which senses the peer interface type and configures the LightStream 1010 ATM switch interface appropriately).
The network configuration modifications described in this chapter are used to explicitly specify your ATM network operation. Because the LightStream 1010 offers true plug-and-play operation, most users might not need to perform any of these procedures. In some cases, however, the autoconfiguration of interfaces may not be desired.
The LightStream 1010 ATM Switch Command Reference (11.2) publication provides the complete syntax for every switch configuration command and describes the no form of each command.
The example network shown in Figure 8-1 is used to describe some standard ATM interface configuration tasks you might want to perform after completing the tasks described in the chapter "Initially Configuring the LightStream 1010 ATM Switch."

The network configuration shown in Figure 8-1 is an example of a corporate campus ATM backbone network connecting three buildings with an ATM connection across the wide-area network (WAN) to a remote sales office.
The following examples describe a hypothetical task involved in configuration of the network shown in Figure 8-1:
The configuration examples in this chapter use the following format:
To disable autoconfiguration on an interface, use the following EXEC commands. Use the no form of the auto-configuration command to disable autoconfiguration:
| Task | Command |
|---|---|
At the privileged EXEC prompt, enter configuration mode from the terminal. | configure1 |
Select the interface to be configured. | interface atm card/subcard/port [.vpt #] |
Disable autoconfiguration on the interface. |
| 1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication. |
The following example shows how to disable autoconfiguration on interface ATM 1/0/0:
Switch# config t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# interface atm 1/0/0
Switch(config-if)# no atm auto-configuration
Switch(config-if)# %ATM-6-ILMINOAUTOCFG: ILMI(ATM1/0/0): Auto-configuration is disabled, current interface parameters will be used at next interface restart. Switch(config-if)# ^Z
Switch#
To show the interface autoconfiguration, use the following command:
| Task | Command |
|---|---|
Show the ATM switch configuration. | show atm interface atm card/subcard/port |
The following example shows how to display the autoconfiguration status of ATM interface 1/0/0 as disabled:
Switch# atm interface atm 1/0/0
Interface: ATM1/0/0 Port-type: oc3suni
IF Status: UP Admin Status: up
Auto-config: disabled AutoCfgState: not applicable
IF-Side: Network IF-type: NNI
Uni-type: not applicable Uni-version: not applicable
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2b81.4000.0c80.8000.00
Configured virtual links:
PVCLs SoftVCLs SVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Installed-Conns
3 0 0 0 0 0 3 3
Logical ports(VP-tunnels): 0
Input cells: 234663 Output cells: 235483
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 153211, Output AAL5 pkts: 153626, AAL5 crc errors: 0
Switch#
The UNI specification defines communications between ATM end stations (such as workstations and routers) and ATM switches in private ATM networks.
To configure a UNI interface between the switch LS1010-2(HB-1) in the Headquarters building to the Cisco router C7000(HB-1) in the same building, use the atm uni command in interface configuration mode. See Figure 8-2 for a detail of this type of network connection.

To configure the UNI interface, use the following EXEC commands. Use the no form of these commands to disable the UNI interface:
| Task | Command |
|---|---|
At the privileged EXEC prompt, enter configuration mode from the terminal. | configure1 |
Select the interface to be configured. | interface atm card/subcard/port |
Disable autoconfiguration on the interface. | no atm auto-configuration |
Configure the ATM UNI interface. | atm uni [side {network | user}] |
| 1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication. |
The following example shows how to disable autoconfiguration on ATM interface 0/1/0 and to configure the interface as the user side of a private UNI running version 4.0:
LS1010-1(HB-1)(config)# interface atm 0/1/0
LS1010-1(HB-1)(config-if)# no atm auto-configuration
LS1010-1(HB-1)(config-if)# %ATM-6-ILMINOAUTOCFG: ILMI(ATM0/1/0): Auto-configuration is disabled, current interface parameters will be used at next interface restart. LS1010-1(HB-1)(config-if)# atm uni side user type private version 4.0
LS1010-1(HB-1)(config-if)# %ATM-5-ATMSOFTSTART: Restarting ATM signalling and ILMI on ATM0/1/0. LS1010-1(HB-1)(config-if)# ^Z
LS1010-1(HB-1)#
To show the ATM interface UNI configuration, use the following command:
| Task | Command |
|---|---|
Show the ATM switch configuration. | show atm interface atm card/subcard/port |
The following example shows how to display the ATM interface 0/1/0 UNI configuration:
LS1010-1(HB-1)# show atm interface atm 0/1/0
Interface: ATM0/1/0 Port-type: oc3suni
IF Status: UP Admin Status: up
Auto-config: disabled AutoCfgState: not applicable
IF-Side: User IF-type: UNI
Uni-type: Private Uni-version: V4.0
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2b81.4000.0c80.8000.00
Configured virtual links:
PVCLs SoftVCLs SVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Installed-Conns
2 0 0 0 0 0 2 2
Logical ports(VP-tunnels): 0
Input cells: 234810 Output cells: 235618
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 153296, Output AAL5 pkts: 153712, AAL5 crc errors: 0
LS1010-1(HB-1)#
This section describes configuring a Network-to-Network Interface (NNI) connection between two switches.
The following section describes how to configure the private NNI interface from switch LS1010-1(HB-1) in the Headquarters building to the switch LS1010(EB-1) in the Engineering building. Figure 8-3 is a detail of the example network segment being configured.

You must configure private NNI connections between the ATM switches to allow for route discovery and topology analysis between the switches.
Following are the task lists and an example of the commands used to configure the private NNI interface in the example shown in Figure 8-3.
To configure the PNNI interface, use the following EXEC commands. Use the no form of these commands to disable the PNNI interface:
| Task | Command |
|---|---|
At the privileged EXEC prompt, enter configuration mode from the terminal. | configure1 |
Select the interface to be configured. | interface atm card/subcard/port |
Disable auto configuration on the interface. | |
Configure the ATM NNI interface. |
| 1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication. |
The following example shows how to configure ATM interface 3/0/0 as an NNI interface:
LS1010-1(HB-1)# config terminal
Enter configuration commands, one per line. End with CNTL/Z. LS1010-1(HB-1)(config)# interface atm 3/0/0
LS1010-1(HB-1)(config-if)# no atm auto-configuration
LS1010-1(HB-1)(config-if)# %ATM-6-ILMINOAUTOCFG: ILMI(ATM3/0/0): Auto-configuration is disabled, current interface parameters will be used at next interface restart. LS1010-1(HB-1)(config-if)# atm nni
LS1010-1(HB-1)(config-if)# %ATM-5-ATMSOFTSTART: Restarting ATM signalling and ILMI on ATM3/0/0. LS1010-1(HB-1)(config-if)# ^Z
LS1010-1(HB-1)#
To show the ATM interface NNI configuration, use the following command:
| Task | Command |
|---|---|
Show the ATM switch configuration. | show atm interface atm card/subcard/port |
The following example shows how to display the configuration of the NNI interface 3/0/0 on the switch LS1010-1(HB-1) located in the headquarters building:
LS1010-1(HB-1)# show atm interface atm 3/0/0
Interface: ATM3/0/0 Port-type: oc3suni
IF Status: UP Admin Status: up
Auto-config: disabled AutoCfgState: not applicable
IF-Side: Network IF-type: NNI
Uni-type: not applicable Uni-version: not applicable
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2b81.4000.0c80.8000.00
Configured virtual links:
PVCLs SoftVCLs SVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Installed-Conns
3 0 0 0 0 0 3 3
Logical ports(VP-tunnels): 0
Input cells: 234911 Output cells: 235695
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 153346, Output AAL5 pkts: 153764, AAL5 crc errors: 0
LS1010-1(HB-1)#
This section describes how to configure the Interim Interswitch Signaling Protocol (IISP) interface from switch LS1010(SB-1) in the Remote Sales building to switch LS100(SB-1) in the same building. Figure 8-4 shows an example of this type of network configuration.

Some ATM switches do not support the Private Network-to-Network Interface (PNNI) protocol. Switched virtual circuit (SVC) support can be provided by configuring the interface to use IISP.
Following are the task lists and an example of the commands used to configure the interfaces in Figure 8-4:
To configure an IISP interface, use the following EXEC commands. Use the no form of these commands to disable the IISP interface:
| Task | Command |
|---|---|
At the privileged EXEC prompt, enter configuration mode from the terminal. | configure1 |
Select the interface to be configured. | interface atm card/subcard/port[.sub_inter #] |
Disable autoconfiguration on the interface. | no atm auto-configuration |
Configure the ATM UNI interface. | atm uni [side {network | user}] |
Exit interface configuration mode. | exit |
Configure the ATM route address prefix. | atm route prefix atm-address-prefix atm card/subcard/port[.sub_inter #] |
Exit interface configuration mode. | exit |
| 1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication. |
The following example shows how to configure switch LS1010(SB-1) located in the Remote Sales building at interface 3/0/0, with the following:
LS1010(SB-1)# config terminal
Enter configuration commands, one per line. End with CNTL/Z. LS1010(SB-1)(config)# interface atm 3/0/0
LS1010(SB-1)(config-if)# no atm auto-configuration
LS1010(SB-1)(config-if)# %ATM-6-ILMINOAUTOCFG: ILMI(ATM3/0/0): Auto-configuration is disabled, current interface parameters will be used at next interface restart. LS1010(SB-1)(config-if)# atm iisp side user
LS1010(SB-1)(config-if)# %ATM-5-ATMSOFTSTART: Restarting ATM signalling and ILMI on ATM3/0/0. LS1010(SB-1)(config-if)# exit
LS1010(SB-1)(config)# atm route 47.0091.8100.0000.0000.0ca7.ce01 atm 3/0/0
LS1010(SB-1)(config)# ^Z
LS1010(SB-1)#
To show the interface IISP configuration, use the following command:
| Task | Command |
|---|---|
Show the interface. | show atm interface atm card/subcard/port |
The following example shows how to display the configuration of the switch LS1010(SB-1) located in the Remote Sales building at interface 3/0/0:
LS1010(SB-1)# show atm interface atm 3/0/0
Interface: ATM3/0/0 Port-type: oc3suni
IF Status: DOWN Admin Status: down
Auto-config: disabled AutoCfgState: not applicable
IF-Side: User IF-type: IISP
Uni-type: not applicable Uni-version: V3.0
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2b81.4000.0c81.8000.00
Configured virtual links:
PVCLs SoftVCLs SVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Installed-Conns
2 0 0 0 0 0 2 0
Logical ports(VP-tunnels): 0
Input cells: 0 Output cells: 0
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 0, Output AAL5 pkts: 0, AAL5 crc errors: 0
LS1010(SB-1)#
This section describes configuring the DS3 public UNI ATM connection as a virtual path (VP) tunnel from the Headquarters building across the WAN to the Remote Sales building.
Figure 8-5 shows a detail of the example network being configured.

Public DS3 carriers can interconnect switches using permanent VPs across their networks. To support signaling across the public network between switch LS1010-1(HB-1) in the Headquarters building and the Remote Sales building switch LS1010(SB-1), a VP tunnel must be configured.
To configure a VP tunnel connection, use the following EXEC commands. Use the no form of these commands to disable the VP tunnel connection:
| Task | Command |
|---|---|
At the privileged EXEC prompt, enter configuration mode from the terminal. | configure1 |
Optionally, configure the connection-traffic-table-row index for any nondefault index values. | atm connection-traffic-table-row [index row-index] cbr pcr rate [tolerance cell-count] |
Select the physical interface to be configured. | interface atm card/subcard/port |
Configure an interface permanent virtual path (PVP) leg. | atm pvp vpi [rx-cttr index] [tx-cttr index] |
Change to configuration mode. | exit |
Create a VP tunnel using a VPT number that matches the PVP leg virtual path identifier (VPI). | interface atm card/subcard/port.vpt # |
| 1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication. |
Following is an example of the commands used to configure the DS3 UNI public PVP and VP tunnel connections in the example shown in Figure 8-5.
The following example shows how to configure the ATM VP tunnel on switch LS1010-1(HB-1) located in the Headquarters building at interface 1/0/0, VPI 99 to switch LS1010(SB-1) located in the Remote Sales building at interface 4/0/0, VPI 99:
LS1010-1(HB-1)# config terminal
Enter configuration commands, one per line. End with CNTL/Z. LS1010-1(HB-1)(config)# interface atm 1/0/0
LS1010-1(HB-1)(config-if)# atm pvp 99
LS1010-1(HB-1)(config-if)# ex
LS1010-1(HB-1)(config)# interface atm 1/0/0.99
LS1010-1(HB-1)(config-subif)# end
LS1010-1(HB-1)# %SYS-5-CONFIG_I: Configured from console by console LS1010-1(HB-1)#
The following example shows how to configure the ATM VP tunnel on switch LS1010(SB-1), located in the Remote Sales building at interface 4/0/0, VPI 99:
LS1010(SB-1)# config terminal
Enter configuration commands, one per line. End with CNTL/Z. LS1010(SB-1)(config)# interface atm 4/0/0
LS1010(SB-1)(config-if)# atm pvp 99
LS1010(SB-1)(config-if)# ex
LS1010(SB-1)(config)# interface atm 4/0/0.99
LS1010(SB-1)(config-subif)# end
LS1010(SB-1)# %SYS-5-CONFIG_I: Configured from console by console LS1010(SB-1)#
To show the ATM virtual interface configuration, use the following command:
| Task | Command |
|---|---|
Show the ATM interface configuration. | show atm interface [atm card/subcard/port[.vpt #]] |
The following example shows how to display the configuration of switch LS1010-1(HB-1), located in the Headquarters building at subinterface 1/0/0.99:
LS1010-1(HB-1)# show atm interface atm 1/0/0.99
Interface: ATM1/0/0.99 Port-type: vp tunnel
IF Status: UP Admin Status: up
Auto-config: enabled AutoCfgState: waiting for response from peer
IF-Side: Network IF-type: UNI
Uni-type: Private Uni-version: V3.0
Max-VPI-bits: 0 Max-VCI-bits: 14
Max-VP: 0 Max-VC: 16383
Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2b81.4000.0c80.8000.63
Configured virtual links:
PVCLs SoftVCLs SVCLs Total-Cfgd Installed-Conns
4 0 0 4 4
LS1010-1(HB-1)#
To delete a VP tunnel connection, use the following EXEC commands with the no form:
| Task | Command |
|---|---|
At the privileged EXEC prompt, enter configuration mode from the terminal. | configure1 |
Delete the subinterface. | no interface atm card/subcard/port[.vpt #] |
Select the physical interface to be modified. | interface atm card/subcard/port |
Delete interface PVP half leg. | no atm pvp vpi |
Change to configuration mode. | exit |
| 1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication. |
The following example shows how to delete subinterface 99 at ATM interface 1/0/0 and also deletes the PVP half-leg 99:
LS1010-1(HB-1)# config terminal
%SYS-5-CONFIG_I: Configured from console by console Enter configuration commands, one per line. End with CNTL/Z. LS1010-1(HB-1)(config)# no interface atm 1/0/0.99
LS1010-1(HB-1)(config)# interface atm 1/0/0
LS1010-1(HB-1)(config-if)# no atm pvp 99
LS1010-1(HB-1)(config-if)#
To confirm the ATM virtual interface deletion, use the following command:
| Task | Command |
|---|---|
Show the ATM interface configuration. | show atm interface [atm card/subcard/port[.vpt #]] |
The following example shows how to confirm the deletion of ATM subinterface 1/0/0.99 on switch LS1010-1(HB-1), located in the Headquarters building:
LS1010-1(HB-1)# show interface atm 1/0/0
Interface: ATM1/0/0 Port-type: oc3suni
IF Status: UP Admin Status: up
Auto-config: enabled AutoCfgState: completed
IF-Side: Network IF-type: NNI
Uni-type: not applicable Uni-version: not applicable
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2b81.4000.0c80.8000.00
Configured virtual links:
PVCLs SoftVCLs SVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Installed-Conns
3 0 0 0 0 0 3 3
Logical ports(VP-tunnels): 0
Input cells: 233651 Output cells: 234465
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 152555, Output AAL5 pkts: 152967, AAL5 crc errors: 0
LS1010-1(HB-1)#
To configure an endpoint of a permanent virtual circuit (PVC) to a previously created PVP tunnel, use the following EXEC commands. Use the no form of this command to disable the PVC:
| Task | Command |
|---|---|
At the privileged EXEC prompt, enter configuration mode from the terminal. | configure1 |
Select the physical interface to be configured. | interface atm card/subcard/port |
Configure the PVC with the VPI of the tunnel leg matching the tunnel VPT number. | atm pvc vpi vci [upc upc] [pd pd] [rx-cttr index] [tx-cttr index] interface atm card/subcard/port[.vpt #] vpi vci [upc upc] |
| 1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication. |
The following restrictions must apply to an endpoint of a PVC-to-PVP tunnel subinterface:
The following example shows how to configure the example tunnel ATM1/0/0.99 with a UBR PVC from interface ATM 0/0/1 to the tunnel at ATM interface 1/0/0.99:
LS1010-1(HB-1)# configure t
Enter configuration commands, one per line. End with CNTL/Z. LS1010-1(HB-1)(config)# interface atm 0/0/1
LS1010-1(HB-1)(config-if)# atm pvc 0 50 interface atm 1/0/0.99 99 40
LS1010-1(HB-1)(config-if)# end
LS1010-1(HB-1)#
To confirm the ATM virtual circuit interface configuration, use the following command:
| Task | Command |
|---|---|
Show the ATM VC interface configuration. | show atm vc interface atm card/subcard/port |
The following example shows how to confirm the configuration of ATM subinterface 1/0/0.99 on switch LS1010-1(HB-1) located in the Headquarters building:
LS1010-1(HB-1)# show atm vc interface atm 0/0/1
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status ATM0/0/1 0 5 PVC ATM2/0/0 0 41 QSAAL UP ATM0/0/1 0 16 PVC ATM2/0/0 0 33 ILMI UP ATM0/0/1 0 50 PVC ATM1/0/0.99 99 40 UP LS1010-1(HB-1)#
|
|