ATM Switch Router Software Configuration Guide, 12.1(6)EY
PNNI Migration Examples

Table of Contents

PNNI Migration Examples
Adding a Higher Level of PNNI Hierarchy
Adding a New Lowest Level of PNNI Hierarchy

PNNI Migration Examples


This appendix provides examples of how to migrate a flat network topology to a Private Network-Network Interface (PNNI) hierarchical network topology, and includes the following sections:

Adding a Higher Level of PNNI Hierarchy

Figure A-1 shows an example network with two PNNI peer groups connected by an Interim Inter-Switch Signalling Protocol (IISP) interface.


Figure A-1   Two PNNI Peer Groups Connected by an IISP Interface


You can convert the network to a single hierarchical PNNI routing domain by configuring a second level of hierarchy in each peer group and converting the IISP interface to a PNNI interface, as shown in Figure A-2.


Figure A-2   Two-Level PNNI Hierarchical Network


The initial configuration for each ATM switch router is shown in the sections that follow. The commands used to migrate the network to a two-level PNNI hierarchical network (shown in Figure A-2) are also provided.

Switch T1 Initial Configuration

The initial configuration for switch NewYork BldB.T1 follows:

hostname NewYork.BldB.T1
atm address 47.0091.4455.6677.1144.1011.1233.0060.3e7b.3a01.00
atm router pnni
 node 1 level 72 lowest
  redistribute atm-static

Switch T2 Initial Configuration

The initial configuration for switch NewYork BldB.T2 follows:

hostname NewYork.BldB.T2
atm address 47.0091.4455.6677.1144.1011.1244.0060.3e5b.bc01.00
atm router pnni
 node 1 level 72 lowest
  redistribute atm-static

To display the reachability information, use the show atm route command.

NewYork.BldB.T2# show atm route
 
Codes: P - installing Protocol (S - Static, P - PNNI, R - Routing control),
       T - Type (I - Internal prefix, E - Exterior prefix, SE -
                 Summary Exterior prefix, SI - Summary Internal prefix,
                 ZE - Suppress Summary Exterior, ZI - Suppress Summary Internal)
 
P  T Node/Port        St Lev Prefix
~ ~~ ~~~~~~~~~~~~~~~~ ~~ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
P  I 9   0            UP 0   47.0091.4455.6677.1144.1011.1233/104
P SI 1   0            UP 0   47.0091.4455.6677.1144.1011.1244/104
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1244.0060.3e5b.bc01/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1244.0060.3e5b.bc02/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1244.4000.0c/128
P  I 11  0            UP 0   47.0091.4455.6677.1144.1011.1255/104
P  E 11  0            UP 0   47.0091.4455.6677.22/64 
S  E 1   ATM0/0/1     DN 0   47.0091.8200.0001.1/60 

Switch T3 Initial Configuration

The initial configuration for switch NewYork BldB.T3 follows:

hostname NewYork.BldB.T3
atm address 47.0091.4455.6677.1144.1011.1255.0060.3e5b.c401.00
atm router pnni
 node 1 level 72 lowest
  redistribute atm-static

interface ATM0/0/2
 no ip address
atm route 47.0091.4455.6677.22... ATM0/0/2

To display the reachability information, use the show atm route command. To display the interface type, use the show atm interface command:

NewYork.BldB.T3# show atm interface atm 0/0/2
 
Interface:      ATM0/0/2        Port-type:      oc3suni
IF Status:      UP              Admin Status:   up
Auto-config:    enabled         AutoCfgState:   completed
IF-Side:        Network         IF-type:        IISP
Uni-type:       not applicable  Uni-version:    V4.0

<information deleted>

Note   In the example, the interface type of interface atm 0/0/2 on NewYork.BldB.T3 is determined using Integrated Local Management Interface (ILMI) autoconfiguration. Because the other side of the link on SanFran.BldA.T4 is configured as IISP, the interface type is determined to be IISP. When using ILMI autoconfiguration on one side of the link and manually configuring the other side as IISP, be careful to specify the configured side as either the user or network side, depending on whether it has the larger value of atmfMySystemIdentifier.

Switch T4 Initial Configuration

The initial configuration for switch SanFran.BldA.T4 follows:

hostname SanFran.BldA.T4
atm address 47.0091.4455.6677.2233.1011.1266.0060.3e7b.2001.00
atm router pnni
 node 1 level 72 lowest
  redistribute atm-static

interface ATM0/0/3
 no ip address
 no atm auto-configuration
 atm iisp side user version 4.0
atm route 47.0091.4455.6677.11... ATM0/0/3

To display the reachability information, use the show atm route command. To display the interface type, side, and version, use the show atm interface command:

 
SanFran.BldA.T4# show atm interface atm 0/0/3
 
Interface:      ATM0/0/3        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:    V4.0

Switch T5 Initial Configuration

The initial configuration for switch SanFran.BldA.T5 follows:

hostname SanFran.BldA.T5
atm address 47.0091.4455.6677.2233.1011.1244.0060.3e7b.2401.00
atm router pnni
 node 1 level 72 lowest
  redistribute atm-static

Configuring Second Level of PNNI Hierarchy on Switches T3 and T4

The following example shows how to configure and display the second level of PNNI hierarchy on switches NewYork.BldB.T3 and SanFran.BldA.T4 (see Figure A-2):


Note   In this example, the configuration of the second level of PNNI hierarchy on switch NewYork.BldB.T3 or switch SanFran.BldA.T4 has no effect on new or existing connections.

NewYork.BldB.T3# configure terminal
NewYork.BldB.T3(config)# atm router pnni
NewYork.BldB.T3(config-atm-router)# node 2 level 56
NewYork.BldB.T3(config-pnni-node)# name NewYork
NewYork.BldB.T3(config-pnni-node)# exit
NewYork.BldB.T3(config-atm-router)# node 1
NewYork.BldB.T3(config-pnni-node)# parent 2
NewYork.BldB.T3(config-pnni-node)# election leadership-priority 45
NewYork.BldB.T3(config-pnni-node)# end
NewYork.BldB.T3#

SanFran.BldA.T4# configure terminal
SanFran.BldA.T4(config)# atm router pnni
SanFran.BldA.T4(config-atm-router)# node 2 level 56
SanFran.BldA.T4(config-pnni-node)# name SanFran
SanFran.BldA.T4(config-pnni-node)# exit
SanFran.BldA.T4(config-atm-router)# node 1
SanFran.BldA.T4(config-pnni-node)# parent 2
SanFran.BldA.T4(config-pnni-node)# election leadership-priority 45
SanFran.BldA.T4(config-pnni-node)# end
SanFran.BldA.T4#

Use the following commands to confirm the creation of the PNNI hierarchy:

SanFran.BldA.T4# show atm pnni local-node
 
PNNI node 1 is enabled and running
  Node name: SanFran.BldA.T4
  System address          47.009144556677223310111266.00603E7B2001.01
  Node ID          72:160:47.009144556677223310111266.00603E7B2001.00
  Peer group ID        72:47.0091.4455.6677.2233.0000.0000
  Level 72, Priority 45 95, No. of interfaces 3, No. of neighbors 1
  Parent Node Index: 2

<information deleted>

PNNI node 2 is enabled and running
  Node name: SanFran
  System address          47.009144556677223310111266.00603E7B2001.02
  Node ID           56:72:47.009144556677223300000000.00603E7B2001.00
  Peer group ID        56:47.0091.4455.6677.0000.0000.0000
  Level 56, Priority 0 0, No. of interfaces 0, No. of neighbors 0
  Parent Node Index: NONE

<information deleted>

SanFran.BldA.T4# show atm pnni hierarchy
  Locally configured parent nodes:
  Node          Parent
  Index  Level  Index   Local-node Status     Node Name
  ~~~~~  ~~~~~  ~~~~~~  ~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~
  1      72     2       Enabled/ Running      SanFran.BldA.T4
  2      56     N/A     Enabled/ Running      SanFran

SanFran.BldA.T4# show atm pnni hierarchy network
  Summary of active parent LGNs in the routing domain:
  Node  Level  Parent  Node Name
  ~~~~  ~~~~~  ~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1     72     2       SanFran.BldA.T4
  2     56     0       SanFran

SanFran.BldA.T4# show atm pnni hierarchy network detail
  Detailed hierarchy network display:
  Number Of Network LGN Ancestors: 1
 
  Lowest Level (72) information:
  Node No.....: 1    Node Name: SanFran.BldA.T4
  Node's ID...:   72:160:47.009144556677223310111266.00603E7B2001.00
  Node's Addr.:          47.009144556677223310111266.00603E7B2001.01
  Node's PG ID:       72:47.0091.4455.6677.2233.0000.0000
  PGL No......: 1    PGL Name: SanFran.BldA.T4
  PGL ID......:   72:160:47.009144556677223310111266.00603E7B2001.00
 
  Level 56 ancestor information:
  Parent LGN..: 2    LGN Name: SanFran
  LGN's ID....:    56:72:47.009144556677223300000000.00603E7B2001.00
  LGN's Addr..:          47.009144556677223310111266.00603E7B2001.02
  LGN's PG ID.:       56:47.0091.4455.6677.0000.0000.0000
  LGN PGL No..:      Unelected or unknown
  LGN's PGL ID:      0:0:00.000000000000000000000000.000000000000.00

Configuring the Link Between Switch T3 and Switch T4 for PNNI

The following example shows how to configure the link between switch NewYorkBldB.T3 and SanFran.BldA.T4 for PNNI.


Note   In this example, only one side of the IISP interface is configured to change the link from IISP to PNNI because the other side of the link is using ILMI autoconfiguration for the interface type. You can use either the atm auto-configuration or atm nni command to change the link from IISP to PNNI.

SanFran.BldA.T4# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
SanFran.BldA.T4(config)# interface atm 0/0/3
SanFran.BldA.T4(config-if)# atm auto-configuration
SanFran.BldA.T4(config-if)# end
SanFran.BldA.T4#
%ATM-5-ATMSOFTSTART: Restarting ATM signalling and ILMI on ATM0/0/3.

Note   When you change the link from IISP to PNNI, all existing connections across the interface are cleared. The ability to route new connections across the link is restored within a few seconds, when the PNNI uplinks and induced horizontal link come up.

Verifying Connectivity to All ATM Addresses and Deleting an Old Static Route on Switches T4 and T3

The following example shows how to verify connectivity to all ATM addresses before deleting an old static route on switch T4:

SanFran.BldA.T4# show atm route
 
Codes: P - installing Protocol (S - Static, P - PNNI, R - Routing control),
       T - Type (I - Internal prefix, E - Exterior prefix, SE -
                 Summary Exterior prefix, SI - Summary Internal prefix,
                 ZE - Suppress Summary Exterior, ZI - Suppress Summary Internal)
 
P  T Node/Port        St Lev Prefix
~ ~~ ~~~~~~~~~~~~~~~~ ~~ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
S  E 1   ATM0/0/3     DN 0   47.0091.4455.6677.11/64 
P  I 12  0            UP 0   47.0091.4455.6677.1144/72 
P SI 2   0            UP 0   47.0091.4455.6677.2233/72 
P  I 9   0            UP 0   47.0091.4455.6677.2233.1011.1244/104
P SI 1   0            UP 0   47.0091.4455.6677.2233.1011.1266/104
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.2233.1011.1266.0060.3e7b.2001/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.2233.1011.1266.0060.3e7b.2002/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.2233.1011.1266.4000.0c/128

The following example shows how to delete the old static route from switch T4:

SanFran.BldA.T4# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
SanFran.BldA.T4(config)# no atm route 47.0091.4455.6677.11 atm0/0/3
SanFran.BldA.T4(config)# end
SanFran.BldA.T4#

The following example verifies that the old static route on switch T4 has been deleted:

SanFran.BldA.T4# show atm route
 
Codes: P - installing Protocol (S - Static, P - PNNI, R - Routing control),
       T - Type (I - Internal prefix, E - Exterior prefix, SE -
                 Summary Exterior prefix, SI - Summary Internal prefix,
                 ZE - Suppress Summary Exterior, ZI - Suppress Summary Internal)
 
P  T Node/Port        St Lev Prefix
~ ~~ ~~~~~~~~~~~~~~~~ ~~ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
P  I 12  0            UP 0   47.0091.4455.6677.1144/72 
P SI 2   0            UP 0   47.0091.4455.6677.2233/72 
P  I 9   0            UP 0   47.0091.4455.6677.2233.1011.1244/104
P SI 1   0            UP 0   47.0091.4455.6677.2233.1011.1266/104
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.2233.1011.1266.0060.3e7b.2001/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.2233.1011.1266.0060.3e7b.2002/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.2233.1011.1266.4000.0c/128

The following example shows how to delete the old static route from switch T3:

NewYork.BldB.T3# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
NewYork.BldB.T3(config)# no atm route 47.0091.4455.6677.22 atm 0/0/2
NewYork.BldB.T3(config)# end
NewYork.BldB.T3#

To verify the deletion of the old static route on switch T3, use the show atm route command.

Adding a New Lowest Level of PNNI Hierarchy

Figure A-3 shows an example network configured with only one level of PNNI hierarchy at level 56.


Figure A-3   One-Level PNNI Hierarchical Network


You can convert the network into a two-level hierarchical PNNI network by bringing each lowest level node down to level 72 and splitting the network into two peer groups. At the same time, you can add a second level of hierarchy at level 56. The resulting network topology is shown in Figure A-4.


Figure A-4   Two-Level PNNI Hierarchical Network



Note   This example assumes that all addresses have already been assigned according to a hierarchical ATM address plan. All the ATM switch routers share the same 56-bit prefix. The ATM switch routers in Building A in San Francisco share the same 72-bit prefix. The ATM switch routers in Building B in New York share a different 72-bit prefix. As a result, no renumbering is necessary to migrate the network from a single level of PNNI hierarchy to two levels of PNNI hierarchy.


Note   If no renumbering is necessary and all ATM switch routers are peer group leader/logical group node (PGL/LGN)-capable (Cisco IOS Release 11.3T, WA4, or later releases), existing connections are not affected by the migration process. The existing connections remain active while you modify the PNNI configuration.

You can implement the migration process one ATM switch router at a time. As each ATM switch router is moved down to level 72, the ability to establish new connections across that ATM switch router is lost temporarily and then automatically restored. You can pause for long periods of time during the migration process without any harmful effects.

The initial configuration for each ATM switch router is shown in the sections that follow. The commands used to migrate the network to the two-level PNNI hierarchical network (shown in Figure A-4) are also provided.

Switch T1 Initial Configuration

The initial configuration for switch NewYork BldB.T1 follows:

hostname NewYork.BldB.T1
atm address 47.0091.4455.6677.1144.1011.1233.0060.3e7b.3a01.00
atm router pnni
 node 1 level 56 lowest
  redistribute atm-static

The following example shows the output from the show atm route command for the switch:

NewYork.BldB.T1# show atm route
 
Codes: P - installing Protocol (S - Static, P - PNNI, R - Routing control),
       T - Type (I - Internal prefix, E - Exterior prefix, SE -
                 Summary Exterior prefix, SI - Summary Internal prefix,
                 ZE - Suppress Summary Exterior, ZI - Suppress Summary Internal)
 
P  T Node/Port        St Lev Prefix
~ ~~ ~~~~~~~~~~~~~~~~ ~~ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
P SI 1   0            UP 0   47.0091.4455.6677.1144.1011.1233/104
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1233.0060.3e7b.3a01/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1233.0060.3e7b.3a02/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1233.0060.3e7b.3a03/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1233.0060.3e7b.3a04/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1233.0060.3e7b.3a05/152
R  I 1   ATM2/0/0     UP 0   47.0091.4455.6677.1144.1011.1233.4000.0c/128
P  I 9   0            UP 0   47.0091.4455.6677.1144.1011.1244/104
P  I 10  0            UP 0   47.0091.4455.6677.1144.1011.1255/104
P  I 12  0            UP 0   47.0091.4455.6677.2233.1011.1244/104
P  I 11  0            UP 0   47.0091.4455.6677.2233.1011.1266/104

Switch T2 Initial Configuration

The initial configuration for switch NewYork BldB.T2 follows:

hostname NewYork.BldB.T2
atm address 47.0091.4455.6677.1144.1011.1244.0060.3e5b.bc01.00
atm router pnni
 node 1 level 56 lowest
  redistribute atm-static

Switch T3 Initial Configuration

The initial configuration for switch NewYork BldB.T3 follows:

hostname NewYork.BldB.T3
atm address 47.0091.4455.6677.1144.1011.1255.0060.3e5b.c401.00
atm router pnni
 node 1 level 56 lowest
  redistribute atm-static

Switch T4 Initial Configuration

The initial configuration for switch SanFran.BldA.T4 follows:

hostname SanFran.BldA.T4
atm address 47.0091.4455.6677.2233.1011.1266.0060.3e7b.2001.00
atm router&nb