Cisco Systems OL-7396-01 Network Router User Manual


 
A-14
ATM Switch Router Software Configuration Guide
OL-7396-01
Appendix
Adding a New Lowest Level of PNNI Hierarchy
The following examples show how to verify the configuration:
SanFran.BldA.T4# show atm pnni summary
Codes: Node - Node index advertising this summary
Type - Summary type (INT - internal, EXT - exterior)
Sup - Suppressed flag (Y - Yes, N - No)
Auto - Auto Summary flag (Y - Yes, N - No)
Adv - Advertised flag (Y - Yes, N - No)
Node Type Sup Auto Adv Summary Prefix
~~~~ ~~~~ ~~~ ~~~~ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 Int N Y Y 47.0091.4455.6677.2233.1011.1266/104
2 Int N Y Y 47.0091.4455.6677.2233/72
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.1011.1233/104
P I 11 0 UP 0 47.0091.4455.6677.1144.1011.1244/104
P I 9 0 UP 0 47.0091.4455.6677.1144.1011.1255/104
P SI 2 0 UP 0 47.0091.4455.6677.2233/72
P I 13 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
Moving Switches T3, T1, and T2 Down into a New Peer Group
The following example shows how to move switch NewYork.BldB.T3 down into a new peer group:
NewYork.BldB.T3# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
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)# no auto-summary
NewYork.BldB.T3(config-pnni-node)# exit
NewYork.BldB.T3(config-atm-router)# node 1
NewYork.BldB.T3(config-pnni-node)# election leadership-priority 45
NewYork.BldB.T3(config-pnni-node)# node 1 disable
NewYork.BldB.T3(config-pnni-node)# node 1 level 72
NewYork.BldB.T3(config-pnni-node)# parent 2
NewYork.BldB.T3(config-pnni-node)# node 1 enable
NewYork.BldB.T3(config-pnni-node)# end
NewYork.BldB.T3#