cc/td/doc/product/atm/c8540/wa5/12_0/12_3
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Configuring ATM Network Interfaces

Configuring ATM Network Interfaces

This chapter describes how to explicitly configure ATM network interface types. Explicitly configuring interfaces is the alternative to Integrated Local Management Interface (ILMI) autoconfiguration, which senses the peer interface type and appropriately configures the interface on the ATM switch router.


Note This chapter provides advanced configuration instructions for the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers. For overview information, refer to the Guide to ATM Technology. For complete descriptions of the commands mentioned in this chapter, refer to the ATM Switch Router Command Reference publication.

The network configuration tasks described in this chapter are used to explicitly change your ATM switch router operation from the defaults, which are suitable for most networks. The following sections are included:

Example Network Configuration

The example network shown in Figure 7-1 illustrates some standard ATM interface configurations you might want to set up after completing the tasks in the chapter "Initially Configuring the ATM Switch Router."


Figure 7-1: Example Network Configuration


The network configuration shown in Figure 7-1 is an example of a corporate campus ATM backbone network connecting three buildings with an ATM connection across the WAN to a remote sales office.

Disabling Autoconfiguration

Autoconfiguration determines an interface type when the interface initially comes up. To change the configuration of the interface type (such as UNI, NNI, or IISP), side, or version, you must first disable autoconfiguration.


Note When you change the interface type, side, or version, ATM signalling and ILMI are restarted on the interface. When ATM signalling is restarted, all switched virtual connections (SVCs) across the interface are cleared; permanent virtual connections are not affected.

To disable autoconfiguration on an interface, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port [.vpt #]

Selects the interface to be configured.

2

no atm auto-configuration

Disables autoconfiguration on the interface.

Example

The following example shows how to disable autoconfiguration on interface ATM 1/0/0:

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.

Display the Autoconfiguration

To confirm that autoconfiguration is disabled for the interface, use the following EXEC command:
Command Purpose

show atm interface atm card/subcard/port

Shows the ATM interface configuration.

Example

The following example shows the autoconfiguration status of ATM interface 1/0/0 as disabled:

Switch# show 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 ConfMaxSvpcVpi: 255 CurrMaxSvpcVpi: 255 ConfMaxSvccVpi: 255 CurrMaxSvccVpi: 255 ConfMinSvccVci: 35 CurrMinSvccVci: 35 Svc Upc Intent: pass Signalling: Enabled ATM Address for Soft VC: 47.0091.8100.0000.00e0.4fac.b401.4000.0c80.8000.00 Configured virtual links: PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns 4 0 0 0 1 0 0 5 3 Logical ports(VP-tunnels): 0 Input cells: 263250 Output cells: 269783 5 minute input rate: 0 bits/sec, 0 cells/sec 5 minute output rate: 0 bits/sec, 0 cells/sec Input AAL5 pkts: 171880, Output AAL5 pkts: 175134, AAL5 crc errors: 0

Configuring UNI Interfaces

The UNI specification defines communications between ATM end stations (such as workstations and routers) and ATM switches in private ATM networks.

Figure 7-2 shows a private UNI interface between the ATM switch router (HB-1) in the Headquarters building to the Cisco 7000 (HB-1) in the same building.


Figure 7-2: Private UNI Example


To configure a UNI interface, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port[.vpt#]

Selects the interface to be configured.

2

no atm auto-configuration

Disables autoconfiguration on the interface.

3

atm uni [side {network | user}]
[type {private | public}]
[version {3.0 | 3.1 | 4.0}]

Configures the ATM UNI interface.

Example

The following example shows how to disable autoconfiguration on ATM interface 0/1/0 and configure the interface as the user side of a private UNI running version 4.0:

Switch(HB-1)(config)# interface atm 0/1/0
Switch(HB-1)(config-if)# no atm auto-configuration
Switch(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.
Switch(HB-1)(config-if)# atm uni side user type private version 4.0
Switch(HB-1)(config-if)#
%ATM-5-ATMSOFTSTART: Restarting ATM signalling and ILMI on ATM0/1/0.

Display the UNI Interface Configuration

To show the UNI configuration for an ATM interface, use the following EXEC command:
Command Purpose

show atm interface atm card/subcard/port[.vpt#]

Shows the ATM interface configuration.

Example

The following example shows the ATM interface 0/1/0 UNI configuration:

Switch(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:        Network         IF-type:        UNI



Uni-type: private Uni-version: V4.0 <information deleted)

Configuring NNI Interfaces

The Network-to-Network Interface (NNI) specification defines communications between two ATM switches in a private ATM network.

Figure 7-3 shows a private NNI interface from the ATM switch router (HB-1) in the Headquarters building to the ATM switch router (EB-1) in the Engineering building.


Figure 7-3: Private NNI Example


You must configure NNI connections to allow for route discovery and topology analysis between the ATM switch routers. To configure the NNI interface, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port[.vpt#]

Selects the interface to be configured.

2

no atm auto-configuration

Disables autoconfiguration on the interface.

3

atm nni

Configures the ATM NNI interface.

Example

The following example shows how to configure ATM interface 3/0/0 as an NNI interface:

Switch(HB-1)(config)# interface atm 3/0/0
Switch(HB-1)(config-if)# no atm auto-configuration
Switch(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.
Switch(HB-1)(config-if)# atm nni
Switch(HB-1)(config-if)# 
%ATM-5-ATMSOFTSTART: Restarting ATM signalling and ILMI on ATM3/0/0.

Display the NNI Interface Configuration

To show the NNI configuration for an ATM interface, use the following EXEC command:
Command Purpose

show atm interface atm card/subcard/port[.vpt#]

Shows the ATM interface configuration.

Example

The following example shows the configuration of the NNI interface ATM 3/0/0 on the ATM switch router-1 (HB-1) located in the headquarters building:

Switch(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 <information deleted>0

Configuring a 12-Bit VPI NNI Interface

The ATM switch router can accommodate up to six interfaces per module for maxvpi-bits greater than the standard 8-bit configuration. If you try to configure more than the maximum number of allowed interfaces with 12-bit VPIs, follow these precautions:

When you need a 12-bit VPI range greater than 255, change the maximum VPI bits configuration. Perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port

Selects the interface to be configured.

2

no atm auto-configuration

Disables autoconfiguration on the interface.

3

atm nni

Configures the ATM NNI interface.

4

atm maxvpi-bits 0-12

Modifies the maximum VPI bits configuration.


Note 12-bit VPI support is only available on ATM NNI interfaces.
Example

The following example shows that if you are unable to configure a port with a maximum 12-bit VPI value greater than 8, you receive a message prompting you to reconfigure the port:

Switch(config)# interface atm 0/0/0
Switch(config-if)# no atm auto-configuration
Switch(config-if)# atm nni
Switch(config-if)# atm maxvpi-bits 12
 
This port can not be configured for vpi bits greater than 8, unless one
of the following ports is reconfigured for 8 bits vpi
 
interface a11/0/0
interface a11/0/1
interface a11/0/2
interface a11/0/3
interface a12/0/0
interface a12/0/1

Display the 12-Bit VPI NNI Interface

To display the 12-bit VPI NNI interface configuration, use the following EXEC commands:
Command Purpose

show switch module interface atm card/subcard/port

Displays the maxvpi-bits for the specified ATM interface.

show atm interface atm card/subcard/port

Shows the ATM interface configuration.

Examples

The following example shows the maxvpi-bits for interface ATM 0/0/0:

Switch# show switch module interface atm 0/0/0
Module ID  Interface  Maxvpi-bits  State
----------------------------------------
0            ATM0/0/0   8             UP
             ATM0/0/4   8           DOWN
             ATM0/0/1   8           DOWN
             ATM0/0/5   8           DOWN
             ATM0/0/2   8             UP
             ATM0/0/6   8           DOWN
             ATM0/0/3   8             UP
             ATM0/0/7   8           DOWN
========================================
 

The following example shows how to display the configuration information for interface ATM 0/0/0:

Switch# show atm interface atm 0/0/0
 
Interface:      ATM0/0/0        Port-type:      oc3suni
IF Status:      DOWN            Admin Status:   down
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: 8 Max-VCI-bits: 14 Max-VP: 255 Max-VC: 16383 ConfMaxSvpcVpi: 100 CurrMaxSvpcVpi: 100 ConfMaxSvccVpi: 100 CurrMaxSvccVpi: 100 ConfMinSvccVci: 60 CurrMinSvccVci: 60 Svc Upc Intent: pass Signalling: Enabled ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2a81.4000.0c80.0000.00 Configured virtual links: PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns 3 0 0 0 0 0 0 3 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

Configuring IISP Interfaces

The Interim Interswitch Signalling Protocol (IISP) defines a static routing protocol for use between ATM switches. IISP provides support for switched virtual circuits (SVCs) on switches that do not support the Private Network-to-Network Interface (PNNI) protocol. For further information, see the chapter "Configuring ATM Routing and PNNI."

Figure 7-4 shows an IISP between the ATM switch router (SB-1) in the Remote Sales building and the ATM switch router (SB-1) in the same building.


Figure 7-4: IISP Network Segment Example


To configure an IISP interface, perform the following tasks, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port[.vpt#]

Selects the interface to be configured.

2

no atm auto-configuration

Disables autoconfiguration on the interface.

3

atm iisp [side {network | user}]
[version {3.0 | 3.1 | 4.0}]

Configures the ATM IISP interface.

4

exit

Exits interface configuration mode.

5

atm route addr-prefix atm card/subcard/port[.sub_inter #]

Configures the ATM route address prefix.

Example

The following example shows how to configure ATM interface 3/0/0 on the ATM switch router (SB-1) as user side IISP and specifies an ATM route address prefix:

Switch(SB-1)(config)# interface atm 3/0/0
Switch(SB-1)(config-if)# no atm auto-configuration
Switch(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.
Switch(SB-1)(config-if)# atm iisp side user
Switch(SB-1)(config-if)# 
%ATM-5-ATMSOFTSTART: Restarting ATM signalling and ILMI on ATM3/0/0.
Switch(SB-1)(config-if)# exit
Switch(SB-1)(config)# atm route 47.0091.8100.0000.0000.0ca7.ce01 atm 3/0/0

Display the IISP Configuration

To show the interface IISP configuration, use the following EXEC command:
Command Purpose

show atm interface atm card/subcard/port[.vpt#]

Shows the interface configuration.

Example

The following example shows the configuration of ATM interface 3/0/0 on the ATM switch router (SB-1):

Switch(SB-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: 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 ConfMaxSvpcVpi: 255 CurrMaxSvpcVpi: 255 ConfMaxSvccVpi: 255 CurrMaxSvccVpi: 255 ConfMinSvccVci: 35 CurrMinSvccVci: 35 Svc Upc Intent: pass Signalling: Enabled ATM Address for Soft VC: 47.0091.8100.0000.00e0.4fac.b401.4000.0c80.8000.00 Configured virtual links: PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns 3 0 0 0 0 0 0 3 2 Logical ports(VP-tunnels): 0 Input cells: 264089 Output cells: 273253 5 minute input rate: 0 bits/sec, 0 cells/sec 5 minute output rate: 0 bits/sec, 0 cells/sec Input AAL5 pkts: 172421, Output AAL5 pkts: 176993, AAL5 crc errors: 0

Configuring VP Tunnels

Virtual path (VP) tunnels provide the ability to interconnect ATM switch routers across public networks using permanent VPs. You can configure a VP tunnel to carry a single service category, or you can configure a VP tunnel to carry multiple service categories, including merged VCs. The following sections describe the types of VP tunnels and their configuration:

Configuring a VP Tunnel for a Single Service Category

The type of VP tunnel described in this section is configured as a VP of a single service category. Only virtual circuits (VCs) of that service category can transit the tunnel.

Figure 7-5 shows a public UNI interface over a DS3 connection between the ATM switch router (HB-1) in the Headquarters building and the ATM switch router (SB-1) in the Remote Sales building. To support signalling across this connection, a VP tunnel must be configured.


Figure 7-5: Public VP Tunnel Network Example


To configure a VP tunnel connection for a single service category, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

atm connection-traffic-table-row [index row-index]
[{vbr-rt | vbr-nrt} pcr pcr_value {scr10 scr0} scr_value [mbs mbs_value] [cdvt cdvt_value] |
[cbr pcr pcr_value [cdvt cdvt_value] |
[abr pcr pcr_value [mcr mcr_value] [cdvt cdvt_value] |
[ubr pcr pcr_value [mcr mcr_value] [cdvt cdvt_value]]

Configures the connection-traffic-table-row index for any nondefault traffic values (Optional).

2

interface atm card/subcard/port

Selects the physical interface to be configured.

3

atm pvp vpi [rx-cttr index] [tx-cttr index]

Configures an interface permanent virtual path (PVP) leg.

4

interface atm card/subcard/port.vpt #

Creates a VP tunnel using a VPT number that matches the PVP leg virtual path identifier (VPI).


Note The row index for nondefault rx-cttr and tx-cttr must be configured before these optional parameters are used.
Examples

The following example shows how to configure the ATM VP tunnel on the ATM switch router (HB-1) at interface 1/0/0, VPI 99:

Switch(HB-1)(config)# interface atm 1/0/0
Switch(HB-1)(config-if)# atm pvp 99
Switch(HB-1)(config-if)# exit
Switch(HB-1)(config)# interface atm 1/0/0.99
Switch(HB-1)(config-subif)# end
Switch(HB-1)# 
%SYS-5-CONFIG_I: Configured from console by console
 

The following example shows how to configure the ATM VP tunnel on the ATM switch router (SB-1) at interface 0/0/0, VPI 99:

Switch(SB-1)(config)# interface atm 0/0/0
Switch(SB-1)(config-if)# atm pvp 99
Switch(SB-1)(config-if)# exit
Switch(SB-1)(config)# interface atm 0/0/0.99
Switch(SB-1)(config-subif)# end
Switch(SB-1)# 
%SYS-5-CONFIG_I: Configured from console by console

Display the VP Tunnel Configuration

To show the ATM virtual interface configuration, use the following EXEC command:
Command Purpose

show atm interface atm card/subcard/port.vpt #

Shows the ATM interface configuration.

The following example shows the ATM virtual interface configuration for interface 1/0/0.99:

Switch# 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 <information deleted>

Configuring a Shaped VP Tunnel (Catalyst 8540 MSR)

This section describes configuring a shaped VP tunnel for a single service category with rate-limited tunnel output on a Catalyst 8540 MSR.

The type of tunnel described in this section is configured as a VP of the CBR service category. By default, this tunnel can carry VCs only of the CBR service category. However, it is possible to configure this VP tunnel to carry VCs of other service categories. The overall output of this VP tunnel is rate-limited by hardware to the peak cell rate (PCR) of the tunnel. This type of tunnel is also called a shaped VP tunnel.

A shaped VP tunnel is defined as a CBR VP with a PCR. The following limitations apply:

Configuring a Shaped VP Tunnel (Catalyst 8510 MSR and LightStream 1010)

This section describes configuring a shaped VP tunnel for a single service category with rate-limited tunnel output on Catalyst 8510 MSR and LightStream 1010 ATM switch routers.

The type of tunnel described in this section is configured as a VP of the CBR service category. By default, this tunnel can carry VCs only of the CBR service category. However, it is possible to configure this VP tunnel to carry VCs of other service categories. The overall output of this VP tunnel is rate-limited by hardware to the peak cell rate (PCR) of the tunnel. This type of tunnel is also called a shaped VP tunnel.


Note Shaped VP tunnels are supported only on systems with the FC-PFQ feature card.

A shaped VP tunnel is defined as a CBR VP with a PCR. The following limitations apply:

Configure a Shaped VP Tunnel on an Interface

To configure a shaped VP tunnel, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

atm connection-traffic-table-row [index row-index] cbr pcr rate

Configures the connection-traffic-table row for the desired PVP CBR cell rate.

2

interface atm card/subcard/port

Selects the physical interface to be configured.

3

atm pvp vpi shaped rx-cttr index tx-cttr index

Configure an interface permanent virtual path (PVP) leg.

4

exit

Exits interface configuration mode.

5

interface atm card/subcard/port.vpt #

Creates a shaped VP tunnel using a VPT number that matches the PVP leg virtual path identifier (VPI).


Note The rx-cttr and tx-cttr row indexes must be configured before they are used.
Example

The following example shows how to configure a shaped VP tunnel with a VPI of 99 as ATM interface 0/0/0.99

Switch(config)# interface atm 0/0/0
Switch(config-if)# atm pvp 99 shaped rx-cttr 100 tx-cttr 100
Switch(config-if)# exit
Switch(config-if)# interface atm 0/0/0.99

Display the Shaped VP Tunnel Configuration

To display the shaped VP tunnel interface configuration, use the following EXEC command:
Command Purpose

show atm interface atm card/subcard/port.vpt#

Shows the ATM VP interface configuration.

For an example display from the show atm interface command, see the section "Display the Hierarchical VP Tunnel Configuration."

Configuring a Hierarchical VP Tunnel for Multiple Service Categories (Catalyst 8540 MSR)

This section describes configuring a hierarchical VP tunnel for multiple service categories with rate-limited tunnel output on a Catalyst 8540 MSR.

The type of VP tunnel described in this section allows VCs of multiple service categories to pass through the tunnel. In addition, the overall output of the VP tunnel is rate-limited to the PCR of the tunnel. This type of tunnel is also called a hierarchical VP tunnel. There is no general limit on the number of connections allowed on a such a tunnel. Hierarchical VP tunnels can also support merged VCs for tag switching. Refer to the section "Configure VC Merge (Optional)" in the chapter "Configuring Tag Switching."

Service categories supported include the following:

While capable of carrying any traffic category, a hierarchical VP tunnel is itself defined as CBR with a PCR. The following limitations apply:

Configuring a Hierarchical VP Tunnel for Multiple Service Categories (Catalyst 8510 MSR and LightStream 1010)

This section describes configuring a hierarchical VP tunnel for multiple service categories with rate-limited tunnel output on the Catalyst 8510 MSR and LightStream 1010 ATM switch routers.

The type of VP tunnel described in this section allows VCs of multiple service categories to pass through the tunnel. In addition, the overall output of the VP tunnel is rate-limited to the PCR of the tunnel. This type of tunnel is also called a hierarchical VP tunnel. There is no general limit on the number of connections allowed on a such a tunnel. Hierarchical VP tunnels can also support merged VCs for tag switching. Refer to the section "Configure VC Merge (Optional)" in the chapter "Configuring Tag Switching."

Service categories supported include the following:

While capable of carrying any traffic category, a hierarchical VP tunnel is itself defined as CBR with a PCR. The following limitations apply:

Enable Hierarchical Mode

Before configuring a hierarchical VP tunnel, you must first enable hierarchical mode, then reload the ATM switch router. Perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

atm hierarchical-tunnel

Enables hierarchical mode.

2

exit

Exits global configuration mode.

3

copy system:running-config nvram:startup-config

Saves the running configuration to the startup configuration.

4

reload

Reloads the operating system.


Note Enabling hierarchical mode causes the minimum rate allocated for guaranteed bandwidth to a connection to be increased.
Example

The following example shows how to enable hierarchical mode, then save and reload the configuration.

Switch(config)# atm hierarchical-tunnel
Switch(config)# exit
Switch# copy system:running-config nvram:startup-config
Switch# reload

Configure a Hierarchical VP Tunnel on an Interface

To configure a hierarchical VP tunnel, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

atm connection-traffic-table-row [index row-index] cbr pcr rate

Configures the connection-traffic-table row for the desired PVP CBR cell rate.

2

interface atm card/subcard/port

Selects the physical interface to be configured.

3

atm pvp vpi hierarchical rx-cttr index tx-cttr index

Configures an interface permanent virtual path (PVP) leg.

4

exit

Exits interface configuration mode.

5

interface atm card/subcard/port.vpt #

Creates a hierarchical VP tunnel using a VPT number that matches the PVP leg virtual path identifier (VPI).


Note The rx-cttr and tx-cttr row indexes must be configured before they are used.
Example

The following example shows how to configure a hierarchical VP tunnel with a PVP of 99 as ATM interface 0/0/0.99

Switch(config)# interface atm 0/0/0
Switch(config-if)# atm pvp 99 hierarchical rx-cttr 100 tx-cttr 100
Switch(config-if)# exit
Switch(config-if)# interface atm 0/0/0.99

Display the Hierarchical VP Tunnel Configuration

To display the hierarchical VP tunnel interface configuration, use the following EXEC command:
Command Purpose

show atm interface atm card/subcard/port.vpt#

Shows the ATM VP interface configuration.

Example

The following example shows the VP tunnel configuration on interface ATM 1/0/0 with PVP 99.

switch# 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
ConfMaxSvpcVpi: 0               CurrMaxSvpcVpi: 0
ConfMaxSvccVpi: 0               CurrMaxSvccVpi: 0
ConfMinSvccVci: 35              CurrMinSvccVci: 35
Signalling:     Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0060.3e64.fe01.4000.0c81.9000.63
Configured virtual links:
  PVCLs SoftVCLs   SVCLs   TVCLs Total-Cfgd Inst-Conns
      4        0       0       0          4          4

Configuring Signalling VPCI for VP Tunnels

You can specify the value of the virtual path connection identifier (VPCI) that is to be carried in the signalling messages within a VP tunnel. The connection identifier information element (IE) is used in signalling messages to identify the corresponding user information flow. The connection identifier IE contains the VPCI and VCI.


Note By default, the VPCI is the same as the VPI on the ATM switch router.

For example, if you want to configure a PVP tunnel connection from a ATM switch router on VPI 2, VCI X, to a router with a virtual path switch in between, the signalling message would contain connection ID, VPI 2 and VCI X. Since the PVP tunnel at the router end is on VPI 3 and VCI X, the connection is refused. By configuring VPCI to 3, you can configure the signalling message explicitly to contain connection ID, VPI 3 and VCI X, instead of, VPI 2 and VCI X.

This command can also be used to support virtual UNI connections.

To configure a VP tunnel connection signalling VPCI, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port.vpt #

Selects the subinterface.

2

atm signalling vpci vpci-number

Configures the atm signalling VPCI number 0 to 255.

Example

The following example configures a VP tunnel on ATM interface 0/0/0, PVP 99, and then configures the connection ID VCPI as 0.

Switch(config)# interface atm 1/0/0
Switch(config-if)# atm pvp 99
Switch(config-if)# exit
Switch(config)# interface atm 1/0/0.99



Switch(config-subif)# atm signalling vpci 0 Switch(config-subif)# end

Display the VP Tunnel VPCI Configuration

To confirm the VP tunnel VPCI configuration, use the following privileged EXEC command.
Command Purpose

more system:running-config

Shows the PVP tunnel subinterface configuration.

Deleting VP Tunnels

To delete a VP tunnel connection, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

no interface atm card/subcard/port.vpt #

Deletes the subinterface.

2

interface atm card/subcard/port

Selects the physical interface to be modified.

3

no atm pvp vpi

Deletes the interface PVP half-leg.

Example

The following example shows deleting subinterface 99 at ATM interface 1/0/0 and the
PVP half-leg 99:

Switch(HB-1)(config)# no interface atm 1/0/0.99
Switch(HB-1)(config)# interface atm 1/0/0
Switch(HB-1)(config-if)# no atm pvp 99

Confirm VP Deletion

To confirm the ATM virtual interface deletion, use the following EXEC command:
Command Purpose

show atm interface [atm card/subcard/port[.vpt #]]

Shows the ATM interface configuration.

Example

The following example shows that ATM subinterface 1/0/0.99 on the ATM switch router-1 (HB-1) has been deleted:

Switch(HB-1)# show interface atm 1/0/0
 
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
ConfMaxSvpcVpi: 255             CurrMaxSvpcVpi: 255
ConfMaxSvccVpi: 255             CurrMaxSvccVpi: 255
ConfMinSvccVci: 35              CurrMinSvccVci: 35
Svc Upc Intent: pass            Signalling:     Enabled
ATM Address for Soft VC: 47.0091.8100.0000.00e0.4fac.b401.4000.0c80.8000.00
Configured virtual links:
  PVCLs SoftVCLs   SVCLs   TVCLs   PVPLs SoftVPLs   SVPLs Total-Cfgd Inst-Conns
      4        0       0       0       0        0       0          4          3
Logical ports(VP-tunnels):     0
Input cells:    263843          Output cells:   273010
5 minute input rate:             0 bits/sec,       0 cells/sec
5 minute output rate:            0 bits/sec,       0 cells/sec
Input AAL5 pkts: 172265, Output AAL5 pkts: 176838, AAL5 crc errors: 0

Configuring a PVC to a VP Tunnel

To configure an end point of a permanent virtual circuit (PVC) to a previously created PVP tunnel, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port

Selects the physical interface to be configured.

2

atm pvc vpi-a vci-a [upc upc] [pd pd] [rx-cttr index] [tx-cttr index] interface atm card/subcard/port.vpt # vpi-b vci-b [upc upc]

Configures the PVC with the VPI of the tunnel leg matching the tunnel VPT number.

The following restrictions apply to an end point of a PVC-to-PVP tunnel subinterface:

Example

The following example shows how to configure the example tunnel ATM1/0/0.99 with a PVC from interface ATM 0/0/1 to the tunnel at ATM interface 1/0/0.99:

Switch(HB-1)(config)# interface atm 0/0/1
Switch(HB-1)(config-if)# atm pvc 0 50 interface atm 1/0/0.99 99 40

Display PVCs

To confirm PVC interface configuration, use the following EXEC command:
Command Purpose

show atm vc interface atm card/subcard/port

Shows the ATM VC interface configuration.

Example

The following example shows the configuration of ATM subinterface 1/0/0.99 on the ATM switch router-1 (HB-1):

Switch(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

Configuring a VPI/VCI Range for SVPs and SVCs

You can configure a virtual path identifier/virtual channel identifier (VPI/VCI) range for switched virtual circuits and switched virtual paths (SVCs and SVPs). ILMI uses the specified range to negotiate the VPI/VCI range parameters with peers. This feature allows you to:

You can still configure PVPs and PVCs in any supported range, including any VPI/VCI range you configured for SVPs/SVCs.


Note This feature is supported in ILMI 4.0.

The default maximum switched virtual path connection (SVPC) VPI is equal to 255. You can change the maximum SVPC VPI by entering the atm svpc vpi max value command. See Table 6 for maximum value range.


Table 6: Maximum SVPC VPI Range
VPI Bit Type Maximum Value Range

8-bit VPI

0 to 255

12-bit VPI1

0 to 4095

1Only available on ATM NNI interfaces.

Note The maximum value specified applies to all interfaces except logical interfaces, which have a fixed value of 0.

For overview information about the VPI/VCI range for SVPs/SVCs refer to the Guide to ATM Technology.

Every interface negotiates the local values for the maximum SVPC VPI, maximum SVCC VPI, and minimum SVCC VCI with the peer's local value during ILMI initialization. The negotiated values determine the ranges for SVPs and SVCs. If the peer interface does not support these objects or autoconfiguration is turned off on the local interface, the local values determine the range.

To configure a VPI/VCI range for SVCs/SVPs, perform the following steps, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port

Selects the physical interface to be configured.

2

atm svpc vpi max value

Configures the maximum VPI value for a SVPC.

3

atm svcc vpi max value

Configures the maximum VPI value for a SVCC.

4

atm svcc vci min value

Configures the minimum VCI value for a SVCC.

The following example shows configuring ATM interface 0/0/0 with the SVPC and SVCC VPI maximum set to 100 and SVCC VCI minimum set to 60.

Switch(config)# interface atm 0/0/0
Switch(config-if)# atm svpc vpi max 100
Switch(config-if)# atm svcc vpi max 100
Switch(config-if)# atm svcc vci min 60

Display the VPI/VCI Range Configuration

To confirm the VPI or VCI range configuration, use one of the following commands:
Command Purpose

show atm interface atm card/subcard/port

Shows the ATM interface configuration.

show atm ilmi-status atm card/subcard/port

Shows the ILMI status on the ATM interface.

Examples

The following example shows how to confirm the VPI and VCI range configuration on an ATM interface. The values displayed for ConfMaxSvpcVpi, ConfMaxSvccVpi, and ConfMinSvccVci are local values. The values displayed for CurrMaxSvpcVpi, CurrMaxSvccVpi, and CurrMinSvccVci are negotiated values.

Switch# show atm interface atm 0/0/0
Interface:      ATM0/0/0        Port-type:      oc3suni
IF Status:      DOWN            Admin Status:   down
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:   8               Max-VCI-bits:   14
Max-VP:         255             Max-VC:         16383



ConfMaxSvpcVpi: 100 CurrMaxSvpcVpi: 100


ConfMaxSvccVpi: 100 CurrMaxSvccVpi: 100


ConfMinSvccVci: 60 CurrMinSvccVci: 60 Svc Upc Intent: pass Signalling: Enabled ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2a81.4000.0c80.0000.00 Configured virtual links: PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns 3 0 0 0 0 0 0 3 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

The following example shows how to confirm the peer's local values for VPI and VCI range configuration by displaying the ILMI status on an ATM interface:

Switch# show atm ilmi-status atm 0/0/0
 
Interface : ATM0/0/0 Interface Type : Private NNI 
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
Addr Reg State:   UpAndNormal
Peer IP Addr:     172.20.40.232   Peer IF Name:     ATM0/0/0
Peer MaxVPIbits:  8               Peer MaxVCIbits:  14



Peer MaxVPCs: 255 Peer MaxVCCs: 16383


Peer MaxSvccVpi: 255 Peer MinSvccVci: 255


Peer MaxSvpcVpi: 48 Configured Prefix(s) : 47.0091.8100.0000.0010.11ba.9901

Note Note that the show atm ilmi-status command displays the information above only if the peer supports it.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Mon Aug 16 14:14:42 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.