|
::: PNNI Config With Hierarchy information :::::::::::::::::::::::::::::
Set switch prefix first! (set local, ,set ether, set ip route) This will
permit the switch to auto-set PG ID and LGN ID.
Set lowest node level 1st and work your way up!
c1400_05# set pnni method source <-- USE PNNI SOURCE ROUTING!!
c1400_05# set pnni nodal 2 <--- NUMBER OF TIERS SWITCH IS AWARE OF
Hierarchy 1
Level indicator (1-104)? 80
Restricted transit bit (0|off,1|on)? 0
Restricted branching bit (0|off,1|on)? 0
Leadership priority (1-255)? 2
Peer group ID (,up to 28 hexadecimal characters)?
LGN ID (,up to 44 hexadecimal characters)?
Hierarchy 2
Level indicator (,0-79)? 76
Restricted transit bit (0|off,1|on)? 0
Restricted branching bit (0|off,1|on)? 0
Leadership priority (0-255)? 2
Peer group ID (,up to 28 hexadecimal characters)?
LGN ID (,up to 44 hexadecimal characters)?
Hierarchy1 : UNI scope(1-14)?14
PNNI node information have been set.
c1400_05#
::: Configuring interfaces for PNNI steps & examples :::::::::::::::::::
The basic drill per interface is:
1) set svcline suspend
2) del signalling
3) del ilmi connection
4) set interface
5) set signalling
6) set atmsig
7) set pnni connection
8) set svcline resume
--- This is a C1400 w/1 4-Port OC3 card in slot 01 ---------------------
c1400_05# set svcline 010 0 suspend
SVC status of line interface 010/0 : Suspended
c1400_05# set svcline 013 0 suspend
SVC status of line interface 013/0 : Suspended
c1400_05# del sig 010 0
Signaling connection has been deleted.
c1400_05# del sig 013 0
Signaling connection has been deleted.
c1400_05# del ilmi conn 010 0
ILMI connection has been deleted.
c1400_05# del ilmi conn 013 0
ILMI connection has been deleted.
c1400_05# show pvc 010
***No such connection.
c1400_05# set int 010
Interface (pri_uni|0 pri_nni|1 pub_uni|2)? 1 <--------
Forum/ITU (forum|0 itu|1)? 0
IDLE cell (unassigned|0 idle|1)? 0
Valid VPI (0-12[bit])? 0 <--------
Valid VCI (0-10[bit])? 10 <--------
VPI filter mask range (4-12[bit],default=Valid VPI)?
VCI filter mask range (10-16[bit],default=Valid VCI)?
Line interface 010 has been registered.
c1400_05# set int 013
Interface (pri_uni|0 pri_nni|1 pub_uni|2)? 1
Forum/ITU (forum|0 itu|1)? 0
IDLE cell (unassigned|0 idle|1)? 0
Valid VPI (0-12[bit])? 0
Valid VCI (0-10[bit])? 10
VPI filter mask range (4-12[bit],default=Valid VPI)?
VCI filter mask range (10-16[bit],default=Valid VCI)?
Line interface 013 has been registered.
c1400_05# set sig 010 0
Signaling connection has been set.
c1400_05# set sig 013 0
Signaling connection has been set.
c1400_05# set atmsig 010 0 <--------
Interface (network|0 user|1)? 0
T301 (1-511,default=180)?
T303 (1-255,default=4)?
T308 (1-511,default=30)?
T309 (1-511,default=90)? 10 <--------
T310 (1-255,default=10)?
T313 (1-255,default=4)?
T316 (1-511,default=120)?
T317 (1-255,default=60)?
T322 (1-255,default=4)?
T397 (1-511,default=180)?
T398 (1-255,default=4)?
T399 (1-511,default=14)?
UNI version (UNI3.0|0 UNI3.1|1 UNI4.0|2,default=4.0)? 1 <-----
Q.2931 parameters have been set.
c1400_05# set atmsig 013 0
Interface (network|0 user|1)? 0
T301 (1-511,default=180)?
T303 (1-255,default=4)?
T308 (1-511,default=30)?
T309 (1-511,default=90)? 10
T310 (1-255,default=10)?
T313 (1-255,default=4)?
T316 (1-511,default=120)?
T317 (1-255,default=60)?
T322 (1-255,default=4)?
T397 (1-511,default=180)?
T398 (1-255,default=4)?
T399 (1-511,default=14)?
UNI version (UNI3.0|0 UNI3.1|1 UNI4.0|2,default=4.0)? 1
Q.2931 parameters have been set.
c1400_05# set pnni conn 010 0
PNNI connection has been set.
c1400_05# set pnni conn 013 0
PNNI connection has been set.
c1400_05# set svcline 010 0 resume
SVC status of line interface 010/0 : Resumed
c1400_05# set svcline 013 0 resume
SVC status of line interface 013/0 : Resumed
c1400_05# save
Do not push reset button until save finishes.
#################################################################
ACT Side [OK]
c1400_05# show pvc 010
Line: 010
Bandwidth Available (Forward/Backward/Line rate): 353207/353207/353207 cell/s
Tunneling bandwidth available : 0/0/0 cell/s
Display/Existing connection
Uni-direction: 0/0 Bi-direction: 0/0
Multipoint: 0/0 Gateway: 2/2
Line VPI/VCI Line VPI/VCI Traffic Connection F-profile B-profile
010 0/5 - - / - - Gateway - -
010 0/18 - - / - - Gateway - -
c1400_05# show pvc 013
Line: 013
Bandwidth Available (Forward/Backward/Line rate): 353207/353207/353207 cell/s
Tunneling bandwidth available : 0/0/0 cell/s
Display/Existing connection
Uni-direction: 0/0 Bi-direction: 0/0
Multipoint: 0/0 Gateway: 2/2
Line VPI/VCI Line VPI/VCI Traffic Connection F-profile B-profile
013 0/5 - - / - - Gateway - -
013 0/18 - - / - - Gateway - -
--- Show PVC xxx interpretation notes ----------------------------------
VPI/VCI 0/5 is basic "Hello" signalling
VPI/VCI 0/18 is PNNI signalling
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|