0% found this document useful (0 votes)
97 views109 pages

All Type ESB Scripts

This document provides configuration steps for setting up broadcast connectivity in a BSC over IP using ESB cards. The steps include: 1) Logging into each ESB card locally and entering configuration mode. 2) Configuring IP addresses, VLANs, and MSTP settings on each ESB. 3) Creating interfaces and links between the ESB cards and OMU for broadcast traffic. 4) Configuring static routes and verifying connectivity between cards. The full procedure is described separately for configuring ESB-0/MCMU-0 and ESB-1/MCMU-1 to establish redundancy. IP addresses, VLAN numbers, and other parameters can be customized as
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
97 views109 pages

All Type ESB Scripts

This document provides configuration steps for setting up broadcast connectivity in a BSC over IP using ESB cards. The steps include: 1) Logging into each ESB card locally and entering configuration mode. 2) Configuring IP addresses, VLANs, and MSTP settings on each ESB. 3) Creating interfaces and links between the ESB cards and OMU for broadcast traffic. 4) Configuring static routes and verifying connectivity between cards. The full procedure is described separately for configuring ESB-0/MCMU-0 and ESB-1/MCMU-1 to establish redundancy. IP addresses, VLAN numbers, and other parameters can be customized as
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 109

ESB20 UETE8722

enable enable
terminal length 0 terminal length 0
show version show ip
show ip show version
show ip arp show cpu utilization
show mac-address-table show interface
show mac-address show interface statistics
show mstp show mstp
show cpu utilization show rapid-spanning
show running show vlan
show interface statistic show mac-address-table

show interface show running

ping 10.153.196.100 show ip arp


ping 10.153.196.101 ping 172.30.136.5
ping 10.153.196.102 ping 172.30.136.4
ping 10.153.200.71 ping 10.11.198.65
ping 10.153.200.72 ping 10.11.198.66

ESB24-D --- 1.5-1 (as per MP3.0)


It will remain 1.5-1 for ESB24-D as no binos upgrd for ESb24-D in MP4.0 & also not mentioned in MP5.0 ( its only th

ESB26 ----- 4.6-9 ( as per MP5.0 ) (Binos upgrade only for Esb26 in MP5.0)
umz59ee1
enable
terminal length 0
show port
show port description
show vlan
show vlan description
show ip interface brief
show ver
show system
show ip route
show mac br1090

show spanning-tree active

show spanning-tree active detail


show spanning-tree mst 0-2
show cpu statistics total
show port statistics avg
show flash
tech-support all console

mentioned in MP5.0 ( its only there for ESB26)


Cabling to be checked in Flexi BSC

Flexi BSC Back Plane Cabling


Open the cable numbers BSCC_116 and BSCC_146 at Back plane of LANU-0 & L
ane of LANU-0 & LANU-1
Cabling to be checked for High cap BSC.
Cabling to be checked for Low cap BSC.
Here, we will describe the procedure for BSC over IP in BSC 660, & High cap. Procedure r

In case of Low Cap, ESB cards to be used are from MCMU, and in High Cap ESB cards to b

BSC OVER IP - BROADCAST CONNECTIVITY:-

In the BSS part for BROADCAST connectivity, we require 3 IPs, 1 IP for OMU, 1 for Each MCMU (ESB). And other

information required is Gateway's Route IP which we need to define. This all IPs will be provided by OSS.

All the steps to define the Broadcast connectivity in BSC2i/3i are described here.

(1) Logging in to ESB20 / ESB 26.

(2) Configuring ESB, Definition of VLAN, MSTP, Inter ESB linkage,

(3) Creating BROADCAST Linkages

(4) Creating IPs for OMU

(5) Creating static route

Now let's start with the step 1.

(1) LOGGING IN TO ESB 20 / ESB 26:-

First time, we need to log in to ESB always locally in order to configure it. There are two possible
connections for log in, LAN & Serial Connection.

First set ip in laptop

On our laptop / PC set the IP address and the netmask. In Windows Control panel/LAN settings/Local Area
Connection set:

IP address:
Netmask:

Connection with COM port

Connect to the serial port of every ESB card and set terminal settings are as follows.

Emulation mode: VT-100


Communication parameters are: 9600, N, 8, 1, Xon/Xoff.

NOTE:- For the trial in MRTBSC11, we had 3 IPs as follows.

(1) 10.153.197.212 for EL0 / ESB, MCMU0


(2) 10.153.197.213 for EL1 / ESB , MCMU1
(3) 10.153.197.214 for OMU
(4) 10.153.197.209 was gateway IP.

Netmask was of 29bit.

PASSWORD FOR LOG IN IS nokia.

(2a) Configuring ESB-0 ( MCMU-0 / LANU-0 ):-

After entering the password, following prompt will appear on screen.


ESB26>

We need to enable the configure mode in ESB by ENABLE command.


ESB26>enable

After execution of the command, prompt will change to…..


ESB26#

# shows that ESB is now in config. Mode . Now follow these simple steps for the configuration.

Configure of hostname

THIS IS FOR ESB0 MCMU 0

ESB26#configure terminal
ESB26(config)#hostname MRTBSC11-ESB-EL0-O&M
MRTBSC11-ESB-EL0-O&M(config)#ip address 10.153.197.212/29 ………………..( HERE ENTER ESB0 IP/29)
MRTBSC11-ESB-EL0-O&M(config)#end
MRTBSC11-ESB-EL0-O&M#show ip

Check that IPs we have assigned are appearing in the output.

IP-ADDR: 10.153.197.212NET-MASK: 255.255.255.248 DEFAULT GATEWAY: 192.168.0.10

Now we need to change the default gateway address as follows.

MRTBSC11-ESB-EL0-O&M#configure terminal
MRTBSC11-ESB-EL0-O&M(config)#no ip route 0.0.0.0/0 192.168.0.10
MRTBSC11-E
MRTBSC11-ESB-EL0-O&M(config)#end

Again check with show ip command that default gateway is assigned.


IP-ADDR : 10.153.197.212NET-MASK : 255.255.255.248 DEFAULT GATEWAY : 10.153.197.209

Definition of MSTP
Now we need to enable MSTP ( Multi Spanning Tree Protocol) in to ESB0.

MRTBSC11-ESB-EL0-O&M #configure terminal


MRTBSC11-ESB-EL0-O&M(config)#protocol
MRTBSC11-ESB-EL0-O&M(cfg protocol)#mstp enable
MRTBSC11-ESB-EL0-O&M(cfg protocol)#mstp 0 priority 32768
MRTBSC11-ESB-EL0-O&M(cfg protocol)#mstp
MRTBSC11-ESB-EL0-O&M(cfg protocol mstp)#name MST00
MRTBSC11-ESB-EL0-O&M(cfg protocol mstp)#revision 0
MRTBSC11-ESB-EL0-O&M(cfg protocol mstp)#apply
MRTBSC11-ESB-EL0-O&M(cfg protocol)#end

Definition of VLAN:-

We need to define the VLAN to avoid the broadcasting, flooding and choking of bandwidth. We can use following co

We will remove all ports from default VLAN.

MRTBSC11-ESB-EL0-O&M #configure terminal


MRTBSC11-ESB-EL0-O&M(config)#Vlan
#config default
#remove ports 1/1/1-1/1/26
# exit
#exit
#sh vlan ………………………….. ( Check the same with SH VLAN )
.
Now define the provided VLAN. Say VLAN number 155.

MRTBSC11-ESB-EL0-O&M #configure terminal


MRTBSC11-ESB-EL0-O&M(config)#Vlan
# create MRTO&M 155
# config MRTO&M
# add ports 1/1/1 tagged
# add ports 1/1/2 tagged
# add ports 1/1/19 tagged
# add ports 1/1/24 tagged
# add ports 1/1/11 untagged
# add ports 1/1/22 untagged
# exit
#exit
#exit
#sh vlan ………………………….. (Again check the same with sh vlan )

Definition of OMU interface.

* port 11 is in ESB20 or low cap ESB26, Port 22 in High cap ESB26


MRTBSC11-ESB-EL0-O&M #configure terminal
# int 1/1/22*
# mstp edge-port
# def vlan 155
# No Shut
# exit

Inter ESB Linkage:-

We need to copy-paste following commands in both the ESB cards for inter ESB links.

*Port 24 in ESB26 or Port 19 incase of ESB20.

MRTBSC11-ESB-EL0-O&M #configure terminal


# int 1/1/24*
# mstp link-type point-to-point
#mstp cisco-compliant
#no shutdown
# default vlan 155
# exit
# exit
MRTBSC11-ESB-EL0-O&M #write
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.212
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.213

Now with the same commands we can configure another ESB-1 for redundancy in MCMU1

PASSWORD FOR LOG IN IS nokia.

(2b) Configuring ESB-1 ( MCMU-1 / LANU-1 ):-

After entering the password, following prompt will appear on screen.


ESB26>

We need to enable the configure mode in ESB by ENABLE command.


ESB26>enable

After execution of the command, prompt will change to…..


ESB26#

# shows that ESB is now in config. Mode . Now follow these simple steps for the configuration.

Configure of hostname

THIS IS FOR ESB1 MCMU 1


ESB26#configure terminal
ESB26(config)#hostname MRTBSC11-ESB-EL1-O&M
MRTBSC11-ESB-EL1-O&M(config)#ip address 10.153.197.213/29 ………………..( HERE ENTER ESB1 IP/29)
MRTBSC11-ESB-EL1-O&M(config)#end
MRTBSC11-ESB-EL1-O&M#show ip

Check that IPs we have assigned are appearing in the output.

IP-ADDR: 10.153.197.213 NET-MASK: 255.255.255.248 DEFAULT GATEWAY: 192.168.0.10

Now we need to change the default gateway address as follows.

MRTBSC11-ESB-EL1-O&M#configure terminal
MRTBSC11-ESB-EL1-O&M(config)#no ip route 0.0.0.0/0 192.168.0.10
MRTBSC11-ESB-EL1-O&M(config)#ip route 0.0.0.0/0 10.153.197.209 ( HERE ENTER Gateway ip )
MRTBSC11-ESB-EL1-O&M(config)#end

Again check with show ip command that default gateway is assigned.

IP-ADDR : 10.153.197.213 NET-MASK : 255.255.255.248 DEFAULT GATEWAY : 10.153.197.209

Definition of MSTP
Now we need to enable MSTP ( Multi Spanning Tree Protocol) in to ESB1.

MRTBSC11-ESB-EL1-O&M #configure terminal


MRTBSC11-ESB-EL1-O&M(config)#protocol
MRTBSC11-ESB-EL1-O&M(cfg protocol)#mstp enable
MRTBSC11-ESB-EL1-O&M(cfg protocol)#mstp 0 priority 32768
MRTBSC11-ESB-EL1-O&M(cfg protocol)#mstp
MRTBSC11-ESB-EL1-O&M(cfg protocol mstp)#name MST00
MRTBSC11-ESB-EL1-O&M(cfg protocol mstp)#revision 0
MRTBSC11-ESB-EL1-O&M(cfg protocol mstp)#apply
MRTBSC11-ESB-EL1-O&M(cfg protocol)#end

Definition of VLAN:-

We need to define the VLAN to avoid the broadcasting, flooding and choking of bandwidth. We can use following co

We will remove all ports from default VLAN.

MRTBSC11-ESB-EL1-O&M #configure terminal


MRTBSC11-ESB-EL1-O&M(config)#Vlan
#config default
#remove ports 1/1/1-1/1/26
#sh vlan ………………………….. ( Check the same with SH VLAN )
.
Now define the provided VLAN. Say VLAN number 155.
MRTBSC11-ESB-EL1-O&M #configure terminal
MRTBSC11-ESB-EL1-O&M(config)#Vlan
# create MRTO&M 155
# config MRTO&M
# add ports 1/1/1 tagged
# add ports 1/1/2 tagged
# add ports 1/1/19 tagged
# add ports 1/1/24 tagged
# add ports 1/1/11 untagged
# add ports 1/1/22 untagged
# exit
#exit
#exit
#sh vlan ………………………….. (Again check the same with sh vlan )

Definition of OMU interface.

* port 11 is in ESB20 or low cap ESB26, Port 22 in High cap ESB26

MRTBSC11-ESB-EL1-O&M #configure terminal


# int 1/1/22*
# mstp edge-port
# def vlan 155
# No Shut
# exit

Inter ESB Linkage:-

We need to copy-paste following commands in both the ESB cards for inter ESB links.

*Port 24 in ESB26 or Port 19 incase of ESB20.

MRTBSC11-ESB-EL1-O&M #configure terminal


# int 1/1/24*
# mstp link-type point-to-point
#mstp cisco-compliant
#no shutdown
# default vlan 155
# exit
# exit
MRTBSC11-ESB-EL0-O&M #write
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.213
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.212

After defining in both the ESBs one should be able to ping IP of ESB1 from ESB0 and vice versa.

With these config of ESB is over. We can move ahead to create the broadcast linkages.
(3) Creating BROADCAST Linkages

To create a broadcast linkage for number 3 &4, give the command below. The linkage is created to an ES node and

ZQLL:3::OMU:1;
( HERE TERM YOU CAN USED 0,1 OR 1,2 )

Create the another linkage for redundancy.

ZQLL:4::OMU:2;

Check the linkage with ZQLI.

(4) Creating IPs for OMU

One can define the IP to OMU by ZQRN command , we need to assign Physical IPs.

Eg is as follows, in the example P stands for Physical IP, EL0 is a interface name, 29 is a netmask
length.

ZQRN:OMU::EL0:10.153.197.214,P:29;

Now assign same IP to EL1 as Physical

ZQRN:OMU::EL1:10.153.197.214,P:29;

Same can be confirmed with ZQRI.

(5) Creating static route

Last step in the configuration is defining static route.

We can define the static route with the command ZQKC. If gateway IP is 10.153.197.209, then
following 'would be the command to define gateway for OMU.

ZQKC:OMU:::10.153.197.209:PHY,:;

We can check the definition with ZQKB.

Output for the example would be as follows.

INTERROGATED ROUTE DATA


NEXT ADDR
UNIT DESTINATION HOP TYPE ADDRESS NBR
----------------- ------------------ ---- ---- ----------------------- ----

OMU DEFAULT ROUTE GW IP 10.153.197.209 1


Apart from these we need straight cables out from MCMU-ESB card to BG-20 Ethernet por
Created from BSC-OSS end.

After these configuration one can proceed for the testing.

CROSS CHECK:-

Make sure that you are getting ping respose to OMU IP from both the ESBs.
Ping response from gateway from both the ESBs.
Ping from ESB1 to ESB0 and vice a versa before moving ahead.

ZQRX:OMU::IP=10.153.197.209:PING;
Here, we will describe the procedure for BSC over IP in BSC 660, & High cap. Procedure remains same exce

In case of Low Cap, ESB cards to be used are from MCMU, and in High Cap ESB cards to be used are from L

BSC OVER IP - BROADCAST CONNECTIVITY:-

In the BSS part for BROADCAST connectivity, we require 3 IPs, 1 IP for OMU, 1 for Each MCMU (ESB). And other

information required is Gateway's Route IP which we need to define. This all IPs will be provided by OSS.

All the steps to define the Broadcast connectivity in BSC2i/3i are described here.

(1) Logging in to ESB20 / ESB 26.

(2) Configuring ESB, Definition of VLAN, MSTP, Inter ESB linkage,

(3) Creating BROADCAST Linkages

(4) Creating IPs for OMU

(5) Creating static route

Now let's start with the step 1.

(1) LOGGING IN TO ESB 20 / ESB 26:-

First time, we need to log in to ESB always locally in order to configure it. There are two possible
connections for log in, LAN & Serial Connection.

First set ip in laptop

On our laptop / PC set the IP address and the netmask. In Windows Control panel/LAN settings/Local Area
Connection set:

192.168.0.11,
255.255.255.128

Connection with COM port

Connect to the serial port of every ESB card and set terminal settings are as follows.

Emulation mode: VT-100


Communication parameters are: 9600, N, 8, 1, Xon/Xoff.

NOTE:- For the trial in MRTBSC11, we had 3 IPs as follows.

(1) 10.153.197.212 for EL0 / ESB, MCMU0


(2) 10.153.197.213 for EL1 / ESB , MCMU1
(3) 10.153.197.214 for OMU
(4) 10.153.197.209 was gateway IP.

Netmask was of 29bit.

PASSWORD FOR LOG IN IS nokia.

(2a) Configuring ESB-0 ( MCMU-0 / LANU-0 ):-

After entering the password, following prompt will appear on screen.

We need to enable the configure mode in ESB by ENABLE command.


ESB26>enable

After execution of the command, prompt will change to…..

# shows that ESB is now in config. Mode . Now follow these simple steps for the configuration.

Configure of hostname

THIS IS FOR ESB0 MCMU 0

ESB26#configure terminal
ESB26(config)#hostname MRTBSC11-ESB-EL0-O&M
MRTBSC11-ESB-EL0-O&M(config)#ip address 10.153.197.212/29 ………………..( HERE ENTER ESB0 IP/29)
MRTBSC11-ESB-EL0-O&M(config)#end
MRTBSC11-ESB-EL0-O&M#show ip

Check that IPs we have assigned are appearing in the output.

IP-ADDR: 10.153.197.212NET-MASK: 255.255.255.248 DEFAULT GATEWAY: 192.168.0.10

Now we need to change the default gateway address as follows.

MRTBSC11-ESB-EL0-O&M#configure terminal
MRTBSC11-ESB-EL0-O&M(config)#no ip route 0.0.0.0/0 192.168.0.10
( HERE ENTER Gateway ip )
MRTBSC11-ESB-EL0-O&M(config)#end

Again check with show ip command that default gateway is assigned.


IP-ADDR : 10.153.197.212NET-MASK : 255.255.255.248 DEFAULT GATEWAY : 10.153.197.209

Definition of MSTP
Now we need to enable MSTP ( Multi Spanning Tree Protocol) in to ESB0.

MRTBSC11-ESB-EL0-O&M #configure terminal


MRTBSC11-ESB-EL0-O&M(config)#protocol
MRTBSC11-ESB-EL0-O&M(cfg protocol)#mstp enable
MRTBSC11-ESB-EL0-O&M(cfg protocol)#mstp 0 priority 32768
MRTBSC11-ESB-EL0-O&M(cfg protocol)#mstp
MRTBSC11-ESB-EL0-O&M(cfg protocol mstp)#name MST00
MRTBSC11-ESB-EL0-O&M(cfg protocol mstp)#revision 0
MRTBSC11-ESB-EL0-O&M(cfg protocol mstp)#apply
MRTBSC11-ESB-EL0-O&M(cfg protocol)#end

Definition of VLAN:-

We need to define the VLAN to avoid the broadcasting, flooding and choking of bandwidth. We can use following commands to define vlan

We will remove all ports from default VLAN.

MRTBSC11-ESB-EL0-O&M #configure terminal


MRTBSC11-ESB-EL0-O&M(config)#Vlan
#config default
#remove ports 1/1/1-1/1/26
# exit
#exit
#sh vlan ………………………….. ( Check the same with SH VLAN )

Now define the provided VLAN. Say VLAN number 155.

MRTBSC11-ESB-EL0-O&M #configure terminal


MRTBSC11-ESB-EL0-O&M(config)#Vlan
# create MRTO&M 155
# config MRTO&M
# add ports 1/1/1 tagged
# add ports 1/1/2 tagged
# add ports 1/1/19 tagged
# add ports 1/1/24 tagged
# add ports 1/1/11 untagged
# add ports 1/1/22 untagged
# exit
#exit
#exit
#sh vlan ………………………….. (Again check the same with sh vlan )

Definition of OMU interface.

* port 11 is in ESB20 or low cap ESB26, Port 22 in High cap ESB26


MRTBSC11-ESB-EL0-O&M #configure terminal
# int 1/1/22*
# mstp edge-port
# def vlan 155
# No Shut
# exit

Inter ESB Linkage:-

We need to copy-paste following commands in both the ESB cards for inter ESB links.

*Port 24 in ESB26 or Port 19 incase of ESB20.

MRTBSC11-ESB-EL0-O&M #configure terminal


# int 1/1/24*
# mstp link-type point-to-point
#mstp cisco-compliant
#no shutdown
# default vlan 155
# exit
# exit
MRTBSC11-ESB-EL0-O&M #write
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.212
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.213

Now with the same commands we can configure another ESB-1 for redundancy in MCMU1/ LANU-1.

PASSWORD FOR LOG IN IS nokia.

(2b) Configuring ESB-1 ( MCMU-1 / LANU-1 ):-

After entering the password, following prompt will appear on screen.

We need to enable the configure mode in ESB by ENABLE command.


ESB26>enable

After execution of the command, prompt will change to…..

# shows that ESB is now in config. Mode . Now follow these simple steps for the configuration.

Configure of hostname

THIS IS FOR ESB1 MCMU 1


ESB26#configure terminal
ESB26(config)#hostname MRTBSC11-ESB-EL1-O&M
MRTBSC11-ESB-EL1-O&M(config)#ip address 10.153.197.213/29 ………………..( HERE ENTER ESB1 IP/29)
MRTBSC11-ESB-EL1-O&M(config)#end
MRTBSC11-ESB-EL1-O&M#show ip

Check that IPs we have assigned are appearing in the output.

IP-ADDR: 10.153.197.213 NET-MASK: 255.255.255.248 DEFAULT GATEWAY: 192.168.0.10

Now we need to change the default gateway address as follows.

MRTBSC11-ESB-EL1-O&M#configure terminal
MRTBSC11-ESB-EL1-O&M(config)#no ip route 0.0.0.0/0 192.168.0.10
MRTBSC11-ESB-EL1-O&M(config)#ip route 0.0.0.0/0 10.153.197.209 ( HERE ENTER Gateway ip )
MRTBSC11-ESB-EL1-O&M(config)#end

Again check with show ip command that default gateway is assigned.

IP-ADDR : 10.153.197.213 NET-MASK : 255.255.255.248 DEFAULT GATEWAY : 10.153.197.209

Definition of MSTP
Now we need to enable MSTP ( Multi Spanning Tree Protocol) in to ESB1.

MRTBSC11-ESB-EL1-O&M #configure terminal


MRTBSC11-ESB-EL1-O&M(config)#protocol
MRTBSC11-ESB-EL1-O&M(cfg protocol)#mstp enable
MRTBSC11-ESB-EL1-O&M(cfg protocol)#mstp 0 priority 32768
MRTBSC11-ESB-EL1-O&M(cfg protocol)#mstp
MRTBSC11-ESB-EL1-O&M(cfg protocol mstp)#name MST00
MRTBSC11-ESB-EL1-O&M(cfg protocol mstp)#revision 0
MRTBSC11-ESB-EL1-O&M(cfg protocol mstp)#apply
MRTBSC11-ESB-EL1-O&M(cfg protocol)#end

Definition of VLAN:-

We need to define the VLAN to avoid the broadcasting, flooding and choking of bandwidth. We can use following commands to define vlan

We will remove all ports from default VLAN.

MRTBSC11-ESB-EL1-O&M #configure terminal


MRTBSC11-ESB-EL1-O&M(config)#Vlan
#config default
#remove ports 1/1/1-1/1/26
#sh vlan ………………………….. ( Check the same with SH VLAN )

Now define the provided VLAN. Say VLAN number 155.


MRTBSC11-ESB-EL1-O&M #configure terminal
MRTBSC11-ESB-EL1-O&M(config)#Vlan
# create MRTO&M 155
# config MRTO&M
# add ports 1/1/1 tagged
# add ports 1/1/2 tagged
# add ports 1/1/19 tagged
# add ports 1/1/24 tagged
# add ports 1/1/11 untagged
# add ports 1/1/22 untagged
# exit
#exit
#exit
#sh vlan ………………………….. (Again check the same with sh vlan )

Definition of OMU interface.

* port 11 is in ESB20 or low cap ESB26, Port 22 in High cap ESB26

MRTBSC11-ESB-EL1-O&M #configure terminal


# int 1/1/22*
# mstp edge-port
# def vlan 155
# No Shut
# exit

Inter ESB Linkage:-

We need to copy-paste following commands in both the ESB cards for inter ESB links.

*Port 24 in ESB26 or Port 19 incase of ESB20.

MRTBSC11-ESB-EL1-O&M #configure terminal


# int 1/1/24*
# mstp link-type point-to-point
#mstp cisco-compliant
#no shutdown
# default vlan 155
# exit
# exit
MRTBSC11-ESB-EL0-O&M #write
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.213
MRTBSC11-ESB-EL0-O&M #ping 10.153.197.212

After defining in both the ESBs one should be able to ping IP of ESB1 from ESB0 and vice versa.

With these config of ESB is over. We can move ahead to create the broadcast linkages.
(3) Creating BROADCAST Linkages

To create a broadcast linkage for number 3 &4, give the command below. The linkage is created to an ES node and it has the same role as

ZQLL:3::OMU:1;
( HERE TERM YOU CAN USED 0,1 OR 1,2 )

Create the another linkage for redundancy.

ZQLL:4::OMU:2;

Check the linkage with ZQLI.

(4) Creating IPs for OMU

One can define the IP to OMU by ZQRN command , we need to assign Physical IPs.

Eg is as follows, in the example P stands for Physical IP, EL0 is a interface name, 29 is a netmask

ZQRN:OMU::EL0:10.153.197.214,P:29;

Now assign same IP to EL1 as Physical

ZQRN:OMU::EL1:10.153.197.214,P:29;

Same can be confirmed with ZQRI.

(5) Creating static route

Last step in the configuration is defining static route.

We can define the static route with the command ZQKC. If gateway IP is 10.153.197.209, then
following 'would be the command to define gateway for OMU.

ZQKC:OMU:::10.153.197.209:PHY,:;

We can check the definition with ZQKB.

Output for the example would be as follows.

INTERROGATED ROUTE DATA


NEXT ADDR
UNIT DESTINATION HOP TYPE ADDRESS NBR
----------------- ------------------ ---- ---- ----------------------- ----

OMU DEFAULT ROUTE GW IP 10.153.197.209 1


Apart from these we need straight cables out from MCMU-ESB card to BG-20 Ethernet port. And trail will be
Created from BSC-OSS end.

After these configuration one can proceed for the testing.

CROSS CHECK:-

Make sure that you are getting ping respose to OMU IP from both the ESBs.
Ping response from gateway from both the ESBs.
Ping from ESB1 to ESB0 and vice a versa before moving ahead.

ZQRX:OMU::IP=10.153.197.209:PING;
d. The linkage is created to the OMU .
Instructions
1 The provided configuration script is considered when the CPULAN & PCULAN are isolated by removing the cable n
2 The Configuration script has been written up by taking some sample data like GboverIP VLAN ID, ESB Card manag
3 These bracketed entries '< >' have to be replaced with the actual according to the BSC to be configured
4 The ESB ports for BCSU & MCMU CPUs have been kept Disabled in script as these are n
5 ETH1 port of SWU0 & SWU1 to be used to connect MUX/Site Switch cable
6 ETH2 port of SWU0 & SWU1 to be used to connect Laptop on LAN
7 For rest of the connectivity, please check the sheets named - LANU0 & LANU1.
8 If the port ETH1 does not come up after configuration, do a basic troubleshooting and try changing the Speed-Duple
9 If possible, please take the print out of sheets named LANU0' & 'LANU1' and paste it on
Note: If the config is to be used on an old ESB of Live BSC then first get the card converted to Factory Default settings by g

LANU 0 - CPULAN
SWU0
ESB24 SLOT1 CARD

1/1/1 ETH1 - External Switch1/Router1


1/1/2 ETH2 - Laptop Access
1/1/3 Shutdown
1/1/4 Shutdown
1/1/5 Shutdown
1/1/6 Shutdown
1/1/7 Shutdown
1/1/8 Shutdown
1/1/9 Shutdown
1/1/10 Shutdown
1/1/11 Shutdown
1/1/12 Shutdown
1/1/13 BCSU 6 EL0
1/1/14 BCSU 4 EL0
1/1/15 BCSU 2 EL0
1/1/16 BCSU 5 EL0
1/1/17 BCSU 3 EL0
1/1/18 BCSU 1 EL0
1/1/19 BCSU 0 EL0
1/1/20 MCMU 1 EL0
1/1/21 MCMU 0 EL0
1/1/22 OMU EL0
1/1/23 Shutdown
1/1/24 ETH24 - Redundancy
LANU 1 - CPULAN
SWU1
ESB24 SLOT1 CARD

1/1/1 ETH1 - External Switch2/Router2


1/1/2 ETH2 - Laptop Access
1/1/3 Shutdown
1/1/4 Shutdown
1/1/5 Shutdown
1/1/6 Shutdown
1/1/7 Shutdown
1/1/8 Shutdown
1/1/9 Shutdown
1/1/10 Shutdown
1/1/11 Shutdown
1/1/12 Shutdown
1/1/13 BCSU 6 EL1
1/1/14 BCSU 4 EL1
1/1/15 BCSU 2 EL1
1/1/16 BCSU 5 EL1
1/1/17 BCSU 3 EL1
1/1/18 BCSU 1 EL1
1/1/19 BCSU 0 EL1
1/1/20 MCMU 1 EL1
1/1/21 MCMU 0 EL1
1/1/22 OMU EL1
1/1/23 Shutdown
1/1/24 ETH24 - Redundancy
CPULAN for OSS/IP
SWU0 - OSS Primary Verification Command
e GboverIP VLAN ID, ESB Card management IP Addresses & corresponding Gateway IP Addresses
enable
!
config t
hostname BSCname_OSS_SWU0
!
bridge
! Removing all ports from default vlan
vlan del default 1/1/1-1/1/24
! Tag & Untag some ports in OSS-vlan show vlan
vlan create <oss_vlan_no.>
vlan add br<oss_vlan_no.> 1/1/1,1/1/23-1/1/24 tagged
vlan add br<oss_vlan_no.> 1/1/2,1/1/22 untagged
vlan pvid 1/1/2,1/1/22 <oss_vlan_no.>
vlan description br<oss_vlan_no.> ossvlan
exit show vlan
! show vlan description
bridge
port speed 1/1/1 100
port duplex 1/1/1 full
port disable 1/1/3-1/1/21,1/1/23
port description 1/1/1 ETH1_External_SW1 show port
port description 1/1/2 Laptop_Local_Access
port description 1/1/3 Shutdown
port description 1/1/4 Shutdown
port description 1/1/5 Shutdown
port description 1/1/6 Shutdown
port description 1/1/7 Shutdown
port description 1/1/8 Shutdown
port description 1/1/9 Shutdown
port description 1/1/10 Shutdown
port description 1/1/11 Shutdown
port description 1/1/12 Shutdown
port description 1/1/13 BCSU_6_EL0
port description 1/1/14 BCSU_4_EL0
port description 1/1/15 BCSU_2_EL0
port description 1/1/16 BCSU_5_EL0
port description 1/1/17 BCSU_3_EL0
port description 1/1/18 BCSU_1_EL0
port description 1/1/19 BCSU_0_EL0
port description 1/1/20 MCMU_1_EL0
port description 1/1/21 MCMU_0_EL0
port description 1/1/22 OMU_EL0
port description 1/1/23 Shutdown
port description 1/1/24 ETH24_SWU1_Redundancy
end show port description
write mem
! Assigning IP address to vlan bridge interface
config t
interface br<oss_vlan_no.>
ldi
no ldi
ip address <ip.addresss>/<subnet.mask>
no shutdown
exit show ip interface brief
ip route 0.0.0.0/0 <gateway.ip.address>
exit show ip route
! MSTP configurations
config t
bridge
spanning-tree
spanning-tree mode mst
spanning-tree mst
spanning-tree mst 0 priority 16384
spanning-tree port 1/1/2,1/1/5-1/1/22 edgeport enable
spanning-tree port 1/1/1,1/1/3-1/1/4,1/1/23-1/1/24 link-type point-to-point
spanning-tree mst configuration
name region1
revision 1
instance 1 vlan <oss_vlan_no.>
apply
spanning-tree mst 1 priority 16384
exit
end
write me show spanning-tree active
! SNMP Configurations show spanning-tree mst 0-4
config t
service snmp
snmp community rw public
snmp view nsn_view included 1.3.6.1
snmp trap2-host 10.1.4.1 public
end
write mem show snmp
!
OSS/IP
SWU1 - OSS Primary

enable
!
config t
hostname BSCname_OSS_SWU1
!
bridge
! Removing all ports from default vlan
vlan del default 1/1/1-1/1/24
! Tag & Untag some ports in OSS-vlan
vlan create <oss_vlan_no.>
vlan add br<oss_vlan_no.> 1/1/1,1/1/23-1/1/24 tagged
vlan add br<oss_vlan_no.> 1/1/2,1/1/22 untagged
vlan pvid 1/1/2,1/1/22 <oss_vlan_no.>
vlan description br<oss_vlan_no.> ossvlan
exit
!
bridge
port speed 1/1/1 100
port duplex 1/1/1 full
port disable 1/1/3-1/1/21,1/1/23
port description 1/1/1 ETH1_External_SW2
port description 1/1/2 Laptop_Local_Access
port description 1/1/3 Shutdown
port description 1/1/4 Shutdown
port description 1/1/5 Shutdown
port description 1/1/6 Shutdown
port description 1/1/7 Shutdown
port description 1/1/8 Shutdown
port description 1/1/9 Shutdown
port description 1/1/10 Shutdown
port description 1/1/11 Shutdown
port description 1/1/12 Shutdown
port description 1/1/13 BCSU_6_EL1
port description 1/1/14 BCSU_4_EL1
port description 1/1/15 BCSU_2_EL1
port description 1/1/16 BCSU_5_EL1
port description 1/1/17 BCSU_3_EL1
port description 1/1/18 BCSU_1_EL1
port description 1/1/19 BCSU_0_EL1
port description 1/1/20 MCMU_1_EL1
port description 1/1/21 MCMU_0_EL1
port description 1/1/22 OMU_EL1
port description 1/1/23 Shutdown
port description 1/1/24 ETH24_SWU0_Redundancy
end
write mem
! Assigning IP address to vlan bridge interface
config t
interface br<oss_vlan_no.>
ldi
no ldi
ip address <ip.addresss>/<subnet.mask>
no shutdown
exit
ip route 0.0.0.0/0 <gateway.ip.address>
exit
! MSTP configurations
config t
bridge
spanning-tree
spanning-tree mode mst
spanning-tree mst
spanning-tree mst 0 priority 20480
spanning-tree port 1/1/2,1/1/5-1/1/22 edgeport enable
spanning-tree port 1/1/1,1/1/3-1/1/4,1/1/23-1/1/24 link-type point-to-point
spanning-tree mst configuration
name region1
revision 1
instance 1 vlan <oss_vlan_no.>
apply
spanning-tree mst 1 priority 20480
exit
end
write me
! SNMP Configurations
config t
service snmp
snmp community rw public
snmp view nsn_view included 1.3.6.1
snmp trap2-host 10.1.4.1 public
end
write mem
!
Sample Source Data
ESB IP Address
SWU2 172.29.11.132/26
SWU3 172.29.11.133/26
Gateway 172.29.11.129

VLAN ID 196
BSC Name NRRS

Note:
Row6 to Row12 ESB Card IP Address configuration is optional.
Not required if separate IP Address for ESB is not available

MCMU 0 - PCULAN
SWU2
ESB20-0 (slot 03)

1/1/1 ETH1 - External Switch1/Router1


1/1/2 ETH2 - Laptop Access
1/1/3 Shutdown
1/1/4 Shutdown
1/1/5 BCSU 0 IFETH0 / PCU 6
1/1/6 BCSU 0 IFETH0 / PCU 4
1/1/7 BCSU 1 IFETH0 / PCU 6
1/1/8 BCSU 1 IFETH0 / PCU 4
1/1/9 BCSU 2 IFETH0 / PCU 6
1/1/10 BCSU 2 IFETH0 / PCU 4
1/1/11 BCSU 3 IFETH0 / PCU 6
1/1/12 BCSU 3 IFETH0 / PCU 4
1/1/13 BCSU 4 IFETH0 / PCU 6
1/1/14 BCSU 4 IFETH0 / PCU 4
1/1/15 BCSU 5 IFETH0 / PCU 6
1/1/16 BCSU 5 IFETH0 / PCU 4
1/1/17 BCSU 6 IFETH0 / PCU 6
1/1/18 BCSU 6 IFETH0 / PCU 4
1/1/19 SWU3_Redundancy
1/1/20 Shutdown

LANU 1 - PCULAN
SWU3
ESB20-1 (slot 03)

1/1/1 ETH1 - External Switch2/Router2


1/1/2 ETH2 - Laptop Access
1/1/3 Shutdown
1/1/4 Shutdown
1/1/5 BCSU 0 IFETH1 / PCU 6
1/1/6 BCSU 0 IFETH1 / PCU 4
1/1/7 BCSU 1 IFETH1 / PCU 6
1/1/8 BCSU 1 IFETH1 / PCU 4
1/1/9 BCSU 2 IFETH1 / PCU 6
1/1/10 BCSU 2 IFETH1 / PCU 4
1/1/11 BCSU 3 IFETH1 / PCU 6
1/1/12 BCSU 3 IFETH1 / PCU 4
1/1/13 BCSU 4 IFETH1 / PCU 6
1/1/14 BCSU 4 IFETH1 / PCU 4
1/1/15 BCSU 5 IFETH1 / PCU 6
1/1/16 BCSU 5 IFETH1 / PCU 4
1/1/17 BCSU 6 IFETH1 / PCU 6
1/1/18 BCSU 6 IFETH1 / PCU 4
1/1/19 ETH24 - SWU2_Redundancy
1/1/20 Shutdown
PCULAN for Gb/IP
SWU2 - Gb Primary Verification Command

enable
!
configure terminal
hostname NRRS-GBIP_SWU2
no ip address dhcp
ip address 172.29.11.132/26
no ip route 0.0.0.0/0 192.168.0.10
ip route 0.0.0.0/0 172.29.11.129
end
show ip

configure terminal
protocol
mstp enable
mstp 0 priority 12288
mstp 2 priority 12288
mstp
name region2
instance 2 vlan 196
revision 1
apply
end
show mstp

configure terminal
vlan
config default
remove ports 1/1/1-1/1/20
exit
create gboverip 196
config gboverip
add ports 1/1/1,1/1/3-1/1/4,1/1/19-1/1/20 tagged
add ports 1/1/2,1/1/5-1/1/18 untagged
end
show vlan
show interface
configure terminal
interface 1/1/1
name ETH1_External_SW1
mstp link-type point-to-point
duplex-speed full-100
exit
interface 1/1/2
name Laptop_Local_Access
mstp edge-port
default vlan 196
exit
interface 1/1/3
name LAN-MGMT_SWU0
mstp link-type point-to-point
shutdown
exit
interface 1/1/4
mstp link-type point-to-point
shutdown
exit
interface 1/1/5
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/6
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/7
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/8
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/9
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/10
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/11
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/12
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/13
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/14
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/15
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/16
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/17
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/18
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/19
name LANU_Redundancy_SWU3
mstp link-type point-to-point
duplex-speed full-100
exit
interface 1/1/20
mstp link-type point-to-point
duplex-speed full-100
shutdown
exit
end
write mem
show interface
show running
configure terminal
inter 1/1/5
name BCSU-0_IFETH0_PCU-6
inter 1/1/6
name BCSU-0_IFETH0_PCU-4
inter 1/1/7
name BCSU-1_IFETH0_PCU-6
inter 1/1/8
name BCSU-1_IFETH0_PCU-4
inter 1/1/9
name BCSU-2_IFETH0_PCU-6
inter 1/1/10
name BCSU-2_IFETH0_PCU-4
inter 1/1/11
name BCSU-3_IFETH0_PCU-6
inter 1/1/12
name BCSU-3_IFETH0_PCU-4
inter 1/1/13
name BCSU-4_IFETH0_PCU-6
inter 1/1/14
name BCSU-4_IFETH0_PCU-4
inter 1/1/15
name BCSU-5_IFETH0_PCU-6
inter 1/1/16
name BCSU-5_IFETH0_PCU-4
inter 1/1/17
name BCSU-6_IFETH0_PCU-6
inter 1/1/18
name BCSU-6_IFETH0_PCU-4
end
write mem
show interface
for Gb/IP
SWU3 - Gb Secondary

enable
!
configure terminal
hostname NRRS-GBIP_SWU3
no ip addres dhcp
ip address 172.29.11.133/26
no ip route 0.0.0.0/0 192.168.0.10
ip route 0.0.0.0/0 172.29.11.129
end

configure terminal
protocol
mstp enable
mstp 0 priority 16384
mstp 2 priority 16384
mstp
name region2
instance 2 vlan 196
revision 1
apply
end

configure terminal
vlan
config default
remove ports 1/1/1-1/1/20
exit
create gboverip 196
config gboverip
add ports 1/1/1,1/1/3-1/1/4,1/1/19-1/1/20 tagged
add ports 1/1/2,1/1/5-1/1/18 untagged
end

configure terminal
interface 1/1/1
name ETH1_External_SW2
mstp link-type point-to-point
duplex-speed full-100
exit
interface 1/1/2
name Laptop_Local_Access
mstp edge-port
default vlan 196
exit
interface 1/1/3
name LAN-MGMT_SWU1
mstp link-type point-to-point
shutdown
exit
interface 1/1/4
mstp link-type point-to-point
shutdown
exit
interface 1/1/5
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/6
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/7
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/8
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/9
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/10
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/11
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/12
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/13
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/14
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/15
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/16
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/17
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/18
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/19
name LANU_Redundancy_SWU2
mstp link-type point-to-point
duplex-speed full-100
exit
interface 1/1/20
mstp link-type point-to-point
duplex-speed full-100
shutdown
exit
end
write mem

configure terminal
inter 1/1/5
name BCSU-0_IFETH1_PCU-6
inter 1/1/6
name BCSU-0_IFETH1_PCU-4
inter 1/1/7
name BCSU-1_IFETH1_PCU-6
inter 1/1/8
name BCSU-1_IFETH1_PCU-4
inter 1/1/9
name BCSU-2_IFETH1_PCU-6
inter 1/1/10
name BCSU-2_IFETH1_PCU-4
inter 1/1/11
name BCSU-3_IFETH1_PCU-6
inter 1/1/12
name BCSU-3_IFETH1_PCU-4
inter 1/1/13
name BCSU-4_IFETH1_PCU-6
inter 1/1/14
name BCSU-4_IFETH1_PCU-4
inter 1/1/15
name BCSU-5_IFETH1_PCU-6
inter 1/1/16
name BCSU-5_IFETH1_PCU-4
inter 1/1/17
name BCSU-6_IFETH1_PCU-6
inter 1/1/18
name BCSU-6_IFETH1_PCU-4
end
write mem
Sample Source Data
ESB IP Address
SWU2 172.29.11.132/26
SWU3 172.29.11.133/26
Gateway 172.29.11.129

VLAN ID 196
BSC Name NRRS

Note:
Row6 to Row12 ESB Card IP Address configuration is optional.
Not required if separate IP Address for ESB is not available

MCMU 0 - PCULAN
SWU2
ESB26 CARD2

1/1/1 ETH1 - External Switch1/Router1


1/1/2 ETH2 - Laptop Access
1/1/3 Shutdown
1/1/4 Shutdown
1/1/5 BCSU 0 IFETH0 / PCU 6
1/1/6 BCSU 0 IFETH0 / PCU 4
1/1/7 BCSU 1 IFETH0 / PCU 6
1/1/8 BCSU 1 IFETH0 / PCU 4
1/1/9 BCSU 2 IFETH0 / PCU 6
1/1/10 BCSU 2 IFETH0 / PCU 4
1/1/11 BCSU 3 IFETH0 / PCU 6
1/1/12 BCSU 3 IFETH0 / PCU 4
1/1/13 BCSU 4 IFETH0 / PCU 6
1/1/14 BCSU 4 IFETH0 / PCU 4
1/1/15 BCSU 5 IFETH0 / PCU 6
1/1/16 BCSU 5 IFETH0 / PCU 4
1/1/17 BCSU 6 IFETH0 / PCU 6
1/1/18 BCSU 6 IFETH0 / PCU 4
1/1/19 Shutdown
1/1/20 Shutdown
1/1/21 Shutdown
1/1/22 Shutdown
1/1/23 Shutdown
1/1/24 ETH24 - SWU3_Redundancy
1/1/25 Shutdown
1/1/26 Shutdown
LANU 1 - PCULAN
SWU3
ESB26 CARD2

1/1/1 ETH1 - External Switch2/Router2


1/1/2 ETH2 - Laptop Access
1/1/3 Shutdown
1/1/4 Shutdown
1/1/5 BCSU 0 IFETH1 / PCU 6
1/1/6 BCSU 0 IFETH1 / PCU 4
1/1/7 BCSU 1 IFETH1 / PCU 6
1/1/8 BCSU 1 IFETH1 / PCU 4
1/1/9 BCSU 2 IFETH1 / PCU 6
1/1/10 BCSU 2 IFETH1 / PCU 4
1/1/11 BCSU 3 IFETH1 / PCU 6
1/1/12 BCSU 3 IFETH1 / PCU 4
1/1/13 BCSU 4 IFETH1 / PCU 6
1/1/14 BCSU 4 IFETH1 / PCU 4
1/1/15 BCSU 5 IFETH1 / PCU 6
1/1/16 BCSU 5 IFETH1 / PCU 4
1/1/17 BCSU 6 IFETH1 / PCU 6
1/1/18 BCSU 6 IFETH1 / PCU 4
1/1/19 Shutdown
1/1/20 Shutdown
1/1/21 Shutdown
1/1/22 Shutdown
1/1/23 Shutdown
1/1/24 ETH24 - SWU2_Redundancy
1/1/25 Shutdown
1/1/26 Shutdown
PCULAN for Gb/IP
SWU2 - Gb Primary Verification Command

enable
!
configure terminal
hostname NRRS-GBIP_SWU2
no ip address dhcp
ip address 172.29.11.132/26
no ip route 0.0.0.0/0 192.168.0.10
ip route 0.0.0.0/0 172.29.11.129
end
show ip

configure terminal
protocol
mstp enable
mstp 0 priority 12288
mstp 2 priority 12288
mstp
name region2
instance 2 vlan 196
revision 1
apply
end
show mstp

configure terminal
vlan
config default
remove ports 1/1/1-1/1/26
exit
create gboverip 196
config gboverip
add ports 1/1/1,1/1/3-1/1/4,1/1/23-1/1/26 tagged
add ports 1/1/2,1/1/5-1/1/22 untagged
end
show vlan
show interface
configure terminal
interface 1/1/1
name ETH1_External_SW1
mstp link-type point-to-point
duplex-speed full-100
exit
interface 1/1/2
name Laptop_Local_Access
mstp edge-port
default vlan 196
exit
interface 1/1/3
name LAN-MGMT_SWU0
mstp link-type point-to-point
shutdown
exit
interface 1/1/4
mstp link-type point-to-point
shutdown
exit
interface 1/1/5
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/6
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/7
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/8
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/9
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/10
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/11
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/12
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/13
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/14
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/15
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/16
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/17
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/18
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/19
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/20
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/21
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/22
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/23
shutdown
name Spare_ETH23_External_SW1
mstp link-type point-to-point
exit
interface 1/1/24
name ETH24_SWU3_Redundancy
mstp link-type point-to-point
exit
interface 1/1/25
mstp link-type point-to-point
shutdown
exit
interface 1/1/26
mstp link-type point-to-point
shutdown
exit
end
write mem
show interface
show running
configure terminal
inter 1/1/5
name BCSU-0_IFETH0_PCU-6
inter 1/1/6
name BCSU-0_IFETH0_PCU-4
inter 1/1/7
name BCSU-1_IFETH0_PCU-6
inter 1/1/8
name BCSU-1_IFETH0_PCU-4
inter 1/1/9
name BCSU-2_IFETH0_PCU-6
inter 1/1/10
name BCSU-2_IFETH0_PCU-4
inter 1/1/11
name BCSU-3_IFETH0_PCU-6
inter 1/1/12
name BCSU-3_IFETH0_PCU-4
inter 1/1/13
name BCSU-4_IFETH0_PCU-6
inter 1/1/14
name BCSU-4_IFETH0_PCU-4
inter 1/1/15
name BCSU-5_IFETH0_PCU-6
inter 1/1/16
name BCSU-5_IFETH0_PCU-4
inter 1/1/17
name BCSU-6_IFETH0_PCU-6
inter 1/1/18
name BCSU-6_IFETH0_PCU-4
end
write mem
show interface
for Gb/IP
SWU3 - Gb Secondary

enable
!
configure terminal
hostname AGR25-GBIP_SWU3
no ip addres dhcp
ip address 172.30.128.70/26
no ip route 0.0.0.0/0 10.1.3.1
ip route 0.0.0.0/0 172.30.128.65
end

configure terminal
protocol
mstp enable
mstp 0 priority 16384
mstp 2 priority 16384
mstp
name region2
instance 2 vlan 1023
revision 1
apply
end

configure terminal
vlan
config default
remove ports 1/1/1-1/1/26
exit
create gboverip 1023
config gboverip
add ports 1/1/1,1/1/3-1/1/4,1/1/23-1/1/26 tagged
add ports 1/1/2,1/1/5-1/1/22 untagged
end

configure terminal
interface 1/1/1
name ETH1_External_SW2
mstp link-type point-to-point
duplex-speed full-100
exit
interface 1/1/2
name Laptop_Local_Access
mstp edge-port
default vlan 1023
exit
interface 1/1/3
name LAN-MGMT_SWU1
mstp link-type point-to-point
shutdown
exit
interface 1/1/4
mstp link-type point-to-point
shutdown
exit
interface 1/1/5
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/6
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/7
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/8
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/9
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/10
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/11
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/12
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/13
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/14
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/15
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/16
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/17
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/18
mstp edge-port
default vlan 1023
duplex-speed full-100
exit
interface 1/1/19
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/20
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/21
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/22
mstp edge-port
shutdown
duplex-speed full-100
exit
interface 1/1/23
shutdown
name Spare_ETH23_External_SW2
mstp link-type point-to-point
exit
interface 1/1/24
name ETH24_SWU2_Redundancy
mstp link-type point-to-point
exit
interface 1/1/25
mstp link-type point-to-point
shutdown
exit
interface 1/1/26
mstp link-type point-to-point
shutdown
exit
end
write mem

configure terminal
inter 1/1/5
name BCSU-0_IFETH1_PCU-6
inter 1/1/6
name BCSU-0_IFETH1_PCU-4
inter 1/1/7
name BCSU-1_IFETH1_PCU-6
inter 1/1/8
name BCSU-1_IFETH1_PCU-4
inter 1/1/9
name BCSU-2_IFETH1_PCU-6
inter 1/1/10
name BCSU-2_IFETH1_PCU-4
inter 1/1/11
name BCSU-3_IFETH1_PCU-6
inter 1/1/12
name BCSU-3_IFETH1_PCU-4
inter 1/1/13
name BCSU-4_IFETH1_PCU-6
inter 1/1/14
name BCSU-4_IFETH1_PCU-4
inter 1/1/15
name BCSU-5_IFETH1_PCU-6
inter 1/1/16
name BCSU-5_IFETH1_PCU-4
inter 1/1/17
name BCSU-6_IFETH1_PCU-6
inter 1/1/18
name BCSU-6_IFETH1_PCU-4
end
write mem
LANU 0 - PCULAN
SWU2 SWU4
ESB26 CARD2 ESB26 CARD3

1/1/1 ETH1 - External Switch1/Router1 1/1/1


1/1/2 ETH2 - Laptop Access 1/1/2
1/1/3 LAN MGMT / SWU4 1/1/3
1/1/4 LAN MGMT / SWU8 1/1/4
1/1/5 BCSU 3 IFETH0 / PCU 8 1/1/5
1/1/6 BCSU 3 IFETH0 / PCU 10 1/1/6
1/1/7 BCSU 3 IFETH0 / PCU 12 1/1/7
1/1/8 BCSU 2 IFETH0 / PCU 4 1/1/8
1/1/9 BCSU 2 IFETH0 / PCU 6 1/1/9
1/1/10 BCSU 2 IFETH0 / PCU 8 1/1/10
1/1/11 BCSU 2 IFETH0 / PCU 10 1/1/11
1/1/12 BCSU 2 IFETH0 / PCU 12 1/1/12
1/1/13 BCSU 1 IFETH0 / PCU 4 1/1/13
1/1/14 BCSU 1 IFETH0 / PCU 6 1/1/14
1/1/15 BCSU 1 IFETH0 / PCU 8 1/1/15
1/1/16 BCSU 1 IFETH0 / PCU 10 1/1/16
1/1/17 BCSU 1 IFETH0 / PCU 12 1/1/17
1/1/18 BCSU 0 IFETH0 / PCU 4 1/1/18
1/1/19 BCSU 0 IFETH0 / PCU 6 1/1/19
1/1/20 BCSU 0 IFETH0 / PCU 8 1/1/20
1/1/21 BCSU 0 IFETH0 / PCU 10 1/1/21
1/1/22 BCSU 0 IFETH0 / PCU 12 1/1/22
1/1/23 Shutdown 1/1/23
1/1/24 ETH24 - SWU3_Redundancy 1/1/24
1/1/25 Shutdown 1/1/25
1/1/26 Shutdown 1/1/26

LANU 1 - PCULAN
SWU3 SWU5
ESB26 CARD2 ESB26 CARD3

1/1/1 ETH1 - External Switch2/Router2 1/1/1


1/1/2 ETH2 - Laptop Access 1/1/2
1/1/3 LAN MGMT / SWU5 1/1/3
1/1/4 LAN MGMT / SWU9 1/1/4
1/1/5 BCSU 3 IFETH1 / PCU 8 1/1/5
1/1/6 BCSU 3 IFETH1 / PCU 10 1/1/6
1/1/7 BCSU 3 IFETH1 / PCU 12 1/1/7
1/1/8 BCSU 2 IFETH1 / PCU 4 1/1/8
1/1/9 BCSU 2 IFETH1 / PCU 6 1/1/9
1/1/10 BCSU 2 IFETH1 / PCU 8 1/1/10
1/1/11 BCSU 2 IFETH1 / PCU 10 1/1/11
1/1/12 BCSU 2 IFETH1 / PCU 12 1/1/12
1/1/13 BCSU 1 IFETH1 / PCU 4 1/1/13
1/1/14 BCSU 1 IFETH1 / PCU 6 1/1/14
1/1/15 BCSU 1 IFETH1 / PCU 8 1/1/15
1/1/16 BCSU 1 IFETH1 / PCU 10 1/1/16
1/1/17 BCSU 1 IFETH1 / PCU 12 1/1/17
1/1/18 BCSU 0 IFETH1 / PCU 4 1/1/18
1/1/19 BCSU 0 IFETH1 / PCU 6 1/1/19
1/1/20 BCSU 0 IFETH1 / PCU 8 1/1/20
1/1/21 BCSU 0 IFETH1 / PCU 10 1/1/21
1/1/22 BCSU 0 IFETH1 / PCU 12 1/1/22
1/1/23 Shutdown 1/1/23
1/1/24 ETH24 - SWU2_Redundancy 1/1/24
1/1/25 Shutdown 1/1/25
1/1/26 Shutdown 1/1/26
LANU 2 - PCULAN
SWU8
CARD3 ESB26 CARD1

Shutdown 1/1/1
ETH2 - Laptop Access 1/1/2
LAN MGMT / SWU2 1/1/3
Shutdown 1/1/4
BCSU 7 IFETH0 / PCU 12 1/1/5
BCSU 6 IFETH0 / PCU 4 1/1/6
BCSU 6 IFETH0 / PCU 6 1/1/7
BCSU 6 IFETH0 / PCU 8 1/1/8
BCSU 6 IFETH0 / PCU 10 1/1/9
BCSU 6 IFETH0 / PCU 12 1/1/10
BCSU 5 IFETH0 / PCU 4 1/1/11
BCSU 5 IFETH0 / PCU 6 1/1/12
BCSU 5 IFETH0 / PCU 8 1/1/13
BCSU 5 IFETH0 / PCU 10 1/1/14
BCSU 5 IFETH0 / PCU 12 1/1/15
BCSU 4 IFETH0 / PCU 4 1/1/16
BCSU 4 IFETH0 / PCU 6 1/1/17
BCSU 4 IFETH0 / PCU 8 1/1/18
BCSU 4 IFETH0 / PCU 10 1/1/19
BCSU 4 IFETH0 / PCU 12 1/1/20
BCSU 3 IFETH0 / PCU 4 1/1/21
BCSU 3 IFETH0 / PCU 6 1/1/22
Shutdown 1/1/23
Shutdown 1/1/24
Shutdown 1/1/25
Shutdown 1/1/26

LANU 3 - PCULAN
SWU9
CARD3 ESB26 CARD1

Shutdown 1/1/1
ETH2 - Laptop Access 1/1/2
LAN MGMT / SWU3 1/1/3
Shutdown 1/1/4
BCSU 7 IFETH1 / PCU 12 1/1/5
BCSU 6 IFETH1 / PCU 4 1/1/6
BCSU 6 IFETH1 / PCU 6 1/1/7
BCSU 6 IFETH1 / PCU 8 1/1/8
BCSU 6 IFETH1 / PCU 10 1/1/9
BCSU 6 IFETH1 / PCU 12 1/1/10
BCSU 5 IFETH1 / PCU 4 1/1/11
BCSU 5 IFETH1 / PCU 6 1/1/12
BCSU 5 IFETH1 / PCU 8 1/1/13
BCSU 5 IFETH1 / PCU 10 1/1/14
BCSU 5 IFETH1 / PCU 12 1/1/15
BCSU 4 IFETH1 / PCU 4 1/1/16
BCSU 4 IFETH1 / PCU 6 1/1/17
BCSU 4 IFETH1 / PCU 8 1/1/18
BCSU 4 IFETH1 / PCU 10 1/1/19
BCSU 4 IFETH1 / PCU 12 1/1/20
BCSU 3 IFETH1 / PCU 4 1/1/21
BCSU 3 IFETH1 / PCU 6 1/1/22
Shutdown 1/1/23
Shutdown 1/1/24
Shutdown 1/1/25
Shutdown 1/1/26
LANU 2 - PCULAN

CARD1

Shutdown Sample Source Data


ETH2 - Laptop Access ESB
LAN MGMT / SWU2 SWU2
BCSU 10 IFETH0 / PCU 4 SWU3
BCSU 10 IFETH0 / PCU 6 SWU4
BCSU 10 IFETH0 / PCU 8 SWU5
BCSU 10 IFETH0 / PCU 10 SWU8
BCSU 10 IFETH0 / PCU 12 SWU9
BCSU 9 IFETH0 / PCU 4 Gateway
BCSU 9 IFETH0 / PCU 6
BCSU 9 IFETH0 / PCU 8 VLAN ID
BCSU 9 IFETH0 / PCU 10 BSC Name
BCSU 9 IFETH0 / PCU 12
BCSU 8 IFETH0 / PCU 4
BCSU 8 IFETH0 / PCU 6 Note:
BCSU 8 IFETH0 / PCU 8 Row6 to Row12 ESB Card IP Address configuration is optional.
BCSU 8 IFETH0 / PCU 10 Not required if separate IP Address for ESB is not available
BCSU 8 IFETH0 / PCU 12
BCSU 7 IFETH0 / PCU 4
BCSU 7 IFETH0 / PCU 6
BCSU 7 IFETH0 / PCU 8
BCSU 7 IFETH0 / PCU 10
Shutdown
Shutdown
Shutdown
Shutdown

LANU 3 - PCULAN

CARD1

Shutdown
ETH2 - Laptop Access
LAN MGMT / SWU3
BCSU 10 IFETH1 / PCU 4
BCSU 10 IFETH1 / PCU 6
BCSU 10 IFETH1 / PCU 8
BCSU 10 IFETH1 / PCU 10
BCSU 10 IFETH1 / PCU 12
BCSU 9 IFETH1 / PCU 4
BCSU 9 IFETH1 / PCU 6
BCSU 9 IFETH1 / PCU 8
BCSU 9 IFETH1 / PCU 10
BCSU 9 IFETH1 / PCU 12
BCSU 8 IFETH1 / PCU 4
BCSU 8 IFETH1 / PCU 6
BCSU 8 IFETH1 / PCU 8
BCSU 8 IFETH1 / PCU 10
BCSU 8 IFETH1 / PCU 12
BCSU 7 IFETH1 / PCU 4
BCSU 7 IFETH1 / PCU 6
BCSU 7 IFETH1 / PCU 8
BCSU 7 IFETH1 / PCU 10
Shutdown
Shutdown
Shutdown
Shutdown
PCULAN for Gb/IP
SWU2 - Gb Primary Verification Command

enable
!
ple Source Data configure terminal
IP Address hostname NRRS-GBIP_SWU2
172.29.11.132/26 no ip address dhcp
172.29.11.133/26 ip address 172.29.11.132/26
172.29.11.134/26 no ip route 0.0.0.0/0 192.168.0.10
172.29.11.135/26 ip route 0.0.0.0/0 172.29.11.129
172.29.11.136/26 end
172.29.11.137/26 show ip
172.29.11.129
configure terminal
196 protocol
NRRS mstp enable
mstp 0 priority 12288
mstp 2 priority 12288
mstp
ess configuration is optional. name region2
s for ESB is not available instance 2 vlan 196
revision 1
apply
end
show mstp

configure terminal
vlan
config default
remove ports 1/1/1-1/1/26
exit
create gboverip 196
config gboverip
add ports 1/1/1,1/1/3-1/1/4,1/1/23-1/1/26 tagged
add ports 1/1/2,1/1/5-1/1/22 untagged
end
show vlan
show interface
configure terminal
interface 1/1/1
name ETH1_External_SW1
mstp link-type point-to-point
duplex-speed full-100
exit
interface 1/1/2
name Laptop_Local_Access
mstp edge-port
default vlan 196
exit
interface 1/1/3
name LAN-MGMT_SWU4
mstp link-type point-to-point
exit
interface 1/1/4
name LAN-MGMT_SWU8
mstp link-type point-to-point
exit
interface 1/1/5
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/6
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/7
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/8
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/9
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/10
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/11
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/12
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/13
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/14
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/15
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/16
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/17
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/18
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/19
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/20
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/21
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/22
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/23
shutdown
name Spare_ETH23_External_SW1
mstp link-type point-to-point
exit
interface 1/1/24
name LANU_Redundancy_SWU3
mstp link-type point-to-point
exit
interface 1/1/25
name Disabled
mstp link-type point-to-point
shutdown
exit
interface 1/1/26
name Disabled
mstp link-type point-to-point
shutdown
exit
end
write mem
show interface
show running
configure terminal
inter 1/1/5
name BCSU-3_IFETH0_PCU-8
inter 1/1/6
name BCSU-3_IFETH0_PCU-10
inter 1/1/7
name BCSU-3_IFETH0_PCU-12
inter 1/1/8
name BCSU-2_IFETH0_PCU-4
inter 1/1/9
name BCSU-2_IFETH0_PCU-6
inter 1/1/10
name BCSU-2_IFETH0_PCU-8
inter 1/1/11
name BCSU-2_IFETH0_PCU-10
inter 1/1/12
name BCSU-2_IFETH0_PCU-12
inter 1/1/13
name BCSU-1_IFETH0_PCU-4
inter 1/1/14
name BCSU-1_IFETH0_PCU-6
inter 1/1/15
name BCSU-1_IFETH0_PCU-8
inter 1/1/16
name BCSU-1_IFETH0_PCU-10
inter 1/1/17
name BCSU-1_IFETH0_PCU-12
inter 1/1/18
name BCSU-0_IFETH0_PCU-4
inter 1/1/19
name BCSU-0_IFETH0_PCU-6
inter 1/1/20
name BCSU-0_IFETH0_PCU-8
inter 1/1/21
name BCSU-0_IFETH0_PCU-10
inter 1/1/22
name BCSU-0_IFETH0_PCU-12
end
write mem
show interface
for Gb/IP PCULAN for Gb/IP
SWU3 - Gb Secondary SWU4 - Gb Primary

enable enable
! !
configure terminal configure terminal
hostname NRRS-GBIP_SWU3 hostname NRRS-GBIP_SWU4
no ip addres dhcp no ip addres dhcp
ip address 172.29.11.133/26 ip address 172.29.11.134/26
no ip route 0.0.0.0/0 192.168.0.10 no ip route 0.0.0.0/0 192.168.0.10
ip route 0.0.0.0/0 172.29.11.129 ip route 0.0.0.0/0 172.29.11.129
end end

configure terminal configure terminal


protocol protocol
mstp enable mstp enable
mstp 0 priority 16384 mstp 0 priority 32768
mstp 2 priority 16384 mstp 2 priority 32768
mstp mstp
name region2 name region2
instance 2 vlan 196 instance 2 vlan 196
revision 1 revision 1
apply apply
end end

configure terminal configure terminal


vlan vlan
config default config default
remove ports 1/1/1-1/1/26 remove ports 1/1/1-1/1/26
exit exit
create gboverip 196 create gboverip 196
config gboverip config gboverip
add ports 1/1/1,1/1/3-1/1/4,1/1/23-1/1/26 tagged add ports 1/1/1,1/1/3,1/1/23-1/1/26 tagged
add ports 1/1/2,1/1/5-1/1/22 untagged add ports 1/1/2,1/1/5-1/1/22 untagged
end end

configure terminal configure terminal


interface 1/1/1 interface 1/1/1
name ETH1_External_SW2 name Disabled
mstp link-type point-to-point mstp link-type point-to-point
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/2 exit
name Laptop_Local_Access interface 1/1/2
mstp edge-port name Laptop_Local_Access
default vlan 196 mstp edge-port
exit default vlan 196
interface 1/1/3 exit
name LAN-MGMT_SWU5 interface 1/1/3
mstp link-type point-to-point name LAN-MGMT_SWU2
exit mstp link-type point-to-point
interface 1/1/4 exit
name LAN-MGMT_SWU9 interface 1/1/4
mstp link-type point-to-point name Disabled
exit shutdown
interface 1/1/5 exit
mstp edge-port interface 1/1/5
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/6 exit
mstp edge-port interface 1/1/6
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/7 interface 1/1/7
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
shutdown duplex-speed full-100
duplex-speed full-100 exit
exit interface 1/1/8
interface 1/1/8 mstp edge-port
mstp edge-port default vlan 196
default vlan 196 shutdown
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/9 interface 1/1/9
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/10 exit
mstp edge-port interface 1/1/10
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/11 exit
mstp edge-port interface 1/1/11
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/12 interface 1/1/12
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
shutdown duplex-speed full-100
duplex-speed full-100 exit
exit interface 1/1/13
interface 1/1/13 mstp edge-port
mstp edge-port default vlan 196
default vlan 196 shutdown
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/14 interface 1/1/14
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/15 exit
mstp edge-port interface 1/1/15
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/16 exit
mstp edge-port interface 1/1/16
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/17 interface 1/1/17
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
shutdown duplex-speed full-100
duplex-speed full-100 exit
exit interface 1/1/18
interface 1/1/18 mstp edge-port
mstp edge-port default vlan 196
default vlan 196 shutdown
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/19 interface 1/1/19
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/20 exit
mstp edge-port interface 1/1/20
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/21 exit
mstp edge-port interface 1/1/21
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/22 interface 1/1/22
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
shutdown duplex-speed full-100
duplex-speed full-100 exit
exit interface 1/1/23
interface 1/1/23 shutdown
shutdown name Disabled
name Spare_ETH23_External_SW2 mstp link-type point-to-point
mstp link-type point-to-point exit
exit interface 1/1/24
interface 1/1/24 name Disabled
name LANU_Redundancy_SWU2 mstp link-type point-to-point
mstp link-type point-to-point shutdown
exit exit
interface 1/1/25 interface 1/1/25
name Disabled name Disabled
mstp link-type point-to-point mstp link-type point-to-point
shutdown shutdown
exit exit
interface 1/1/26 interface 1/1/26
name Disabled name Disabled
mstp link-type point-to-point mstp link-type point-to-point
shutdown shutdown
exit exit
end end
write mem write mem

configure terminal configure terminal


inter 1/1/5 inter 1/1/5
name BCSU-3_IFETH1_PCU-8 name BCSU-7_IFETH0_PCU-12
inter 1/1/6 inter 1/1/6
name BCSU-3_IFETH1_PCU-10 name BCSU-6_IFETH0_PCU-4
inter 1/1/7 inter 1/1/7
name BCSU-3_IFETH1_PCU-12 name BCSU-6_IFETH0_PCU-6
inter 1/1/8 inter 1/1/8
name BCSU-2_IFETH1_PCU-4 name BCSU-6_IFETH0_PCU-8
inter 1/1/9 inter 1/1/9
name BCSU-2_IFETH1_PCU-6 name BCSU-6_IFETH0_PCU-10
inter 1/1/10 inter 1/1/10
name BCSU-2_IFETH1_PCU-8 name BCSU-6_IFETH0_PCU-12
inter 1/1/11 inter 1/1/11
name BCSU-2_IFETH1_PCU-10 name BCSU-5_IFETH0_PCU-4
inter 1/1/12 inter 1/1/12
name BCSU-2_IFETH1_PCU-12 name BCSU-5_IFETH0_PCU-6
inter 1/1/13 inter 1/1/13
name BCSU-1_IFETH1_PCU-4 name BCSU-5_IFETH0_PCU-8
inter 1/1/14 inter 1/1/14
name BCSU-1_IFETH1_PCU-6 name BCSU-5_IFETH0_PCU-10
inter 1/1/15 inter 1/1/15
name BCSU-1_IFETH1_PCU-8 name BCSU-5_IFETH0_PCU-12
inter 1/1/16 inter 1/1/16
name BCSU-1_IFETH1_PCU-10 name BCSU-4_IFETH0_PCU-4
inter 1/1/17 inter 1/1/17
name BCSU-1_IFETH1_PCU-12 name BCSU-4_IFETH0_PCU-6
inter 1/1/18 inter 1/1/18
name BCSU-0_IFETH1_PCU-4 name BCSU-4_IFETH0_PCU-8
inter 1/1/19 inter 1/1/19
name BCSU-0_IFETH1_PCU-6 name BCSU-4_IFETH0_PCU-10
inter 1/1/20 inter 1/1/20
name BCSU-0_IFETH1_PCU-8 name BCSU-4_IFETH0_PCU-12
inter 1/1/21 inter 1/1/21
name BCSU-0_IFETH1_PCU-10 name BCSU-3_IFETH0_PCU-4
inter 1/1/22 inter 1/1/22
name BCSU-0_IFETH1_PCU-12 name BCSU-3_IFETH0_PCU-6
end end
write mem write mem
PCULAN for Gb/IP PCULAN for Gb/IP (Exp
Verification Command SWU5 - Gb Secondary SWU8 - Gb Primary

enable enable
! !
configure terminal configure terminal
hostname NRRS-GBIP_SWU5 hostname NRRS-GBIP_SWU8
no ip addres dhcp no ip addres dhcp
ip address 172.29.11.135/26 ip address 172.29.11.136/26
no ip route 0.0.0.0/0 192.168.0.10 no ip route 0.0.0.0/0 192.168.0.10
ip route 0.0.0.0/0 172.29.11.129 ip route 0.0.0.0/0 172.29.11.129
end end
show ip

configure terminal configure terminal


protocol protocol
mstp enable mstp enable
mstp 0 priority 32768 mstp 0 priority 32768
mstp 2 priority 32768 mstp 2 priority 32768
mstp mstp
name region2 name region2
instance 2 vlan 196 instance 2 vlan 196
revision 1 revision 1
apply apply
end end
show mstp

configure terminal configure terminal


vlan vlan
config default config default
remove ports 1/1/1-1/1/26 remove ports 1/1/1-1/1/26
exit exit
create gboverip 196 create gboverip 196
config gboverip config gboverip
add ports 1/1/1,1/1/3,1/1/23-1/1/26 tagged add ports 1/1/1,1/1/3,1/1/23-1/1/26 tagged
add ports 1/1/2,1/1/5-1/1/22 untagged add ports 1/1/2,1/1/4-1/1/22 untagged
end end
show vlan
show interface
configure terminal configure terminal
interface 1/1/1 interface 1/1/1
name Disabled name Disabled
mstp link-type point-to-point mstp link-type point-to-point
shutdown shutdown
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/2 interface 1/1/2
name Laptop_Local_Access name Laptop_Local_Access
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
exit exit
interface 1/1/3 interface 1/1/3
name LAN-MGMT_SWU3 name LAN-MGMT_SWU2
mstp link-type point-to-point mstp link-type point-to-point
exit exit
interface 1/1/4 interface 1/1/4
name Disabled mstp edge-port
shutdown default vlan 196
exit duplex-speed full-100
interface 1/1/5 exit
mstp edge-port interface 1/1/5
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/6 interface 1/1/6
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/7 exit
mstp edge-port interface 1/1/7
default vlan 196 mstp edge-port
duplex-speed full-100 default vlan 196
exit shutdown
interface 1/1/8 duplex-speed full-100
mstp edge-port exit
default vlan 196 interface 1/1/8
shutdown mstp edge-port
duplex-speed full-100 default vlan 196
exit shutdown
interface 1/1/9 duplex-speed full-100
mstp edge-port exit
default vlan 196 interface 1/1/9
shutdown mstp edge-port
duplex-speed full-100 default vlan 196
exit duplex-speed full-100
interface 1/1/10 exit
mstp edge-port interface 1/1/10
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/11 interface 1/1/11
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/12 exit
mstp edge-port interface 1/1/12
default vlan 196 mstp edge-port
duplex-speed full-100 default vlan 196
exit shutdown
interface 1/1/13 duplex-speed full-100
mstp edge-port exit
default vlan 196 interface 1/1/13
shutdown mstp edge-port
duplex-speed full-100 default vlan 196
exit shutdown
interface 1/1/14 duplex-speed full-100
mstp edge-port exit
default vlan 196 interface 1/1/14
shutdown mstp edge-port
duplex-speed full-100 default vlan 196
exit duplex-speed full-100
interface 1/1/15 exit
mstp edge-port interface 1/1/15
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/16 interface 1/1/16
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/17 exit
mstp edge-port interface 1/1/17
default vlan 196 mstp edge-port
duplex-speed full-100 default vlan 196
exit shutdown
interface 1/1/18 duplex-speed full-100
mstp edge-port exit
default vlan 196 interface 1/1/18
shutdown mstp edge-port
duplex-speed full-100 default vlan 196
exit shutdown
interface 1/1/19 duplex-speed full-100
mstp edge-port exit
default vlan 196 interface 1/1/19
shutdown mstp edge-port
duplex-speed full-100 default vlan 196
exit duplex-speed full-100
interface 1/1/20 exit
mstp edge-port interface 1/1/20
default vlan 196 mstp edge-port
shutdown default vlan 196
duplex-speed full-100 duplex-speed full-100
exit exit
interface 1/1/21 interface 1/1/21
mstp edge-port mstp edge-port
default vlan 196 default vlan 196
duplex-speed full-100 shutdown
exit duplex-speed full-100
interface 1/1/22 exit
mstp edge-port interface 1/1/22
default vlan 196 mstp edge-port
duplex-speed full-100 default vlan 196
exit shutdown
interface 1/1/23 duplex-speed full-100
shutdown exit
name Disabled interface 1/1/23
mstp link-type point-to-point shutdown
exit name Disabled
interface 1/1/24 mstp link-type point-to-point
name Disabled exit
mstp link-type point-to-point interface 1/1/24
shutdown name Disabled
exit mstp link-type point-to-point
interface 1/1/25 shutdown
name Disabled exit
mstp link-type point-to-point interface 1/1/25
shutdown mstp link-type point-to-point
exit shutdown
interface 1/1/26 shutdown
name Disabled exit
mstp link-type point-to-point interface 1/1/26
shutdown mstp link-type point-to-point
exit shutdown
end shutdown
write mem exit
show interface end
show running write mem
configure terminal
inter 1/1/5
name BCSU-7_IFETH1_PCU-12 configure terminal
inter 1/1/6 inter 1/1/4
name BCSU-6_IFETH1_PCU-4 name BCSU-10_IFETH0_PCU-4
inter 1/1/7 inter 1/1/5
name BCSU-6_IFETH1_PCU-6 name BCSU-10_IFETH0_PCU-6
inter 1/1/8 inter 1/1/6
name BCSU-6_IFETH1_PCU-8 name BCSU-10_IFETH0_PCU-8
inter 1/1/9 inter 1/1/7
name BCSU-6_IFETH1_PCU-10 name BCSU-10_IFETH0_PCU-10
inter 1/1/10 inter 1/1/8
name BCSU-6_IFETH1_PCU-12 name BCSU-10_IFETH0_PCU-12
inter 1/1/11 inter 1/1/9
name BCSU-5_IFETH1_PCU-4 name BCSU-9_IFETH0_PCU-4
inter 1/1/12 inter 1/1/10
name BCSU-5_IFETH1_PCU-6 name BCSU-9_IFETH0_PCU-6
inter 1/1/13 inter 1/1/11
name BCSU-5_IFETH1_PCU-8 name BCSU-9_IFETH0_PCU-8
inter 1/1/14 inter 1/1/12
name BCSU-5_IFETH1_PCU-10 name BCSU-9_IFETH0_PCU-10
inter 1/1/15 inter 1/1/13
name BCSU-5_IFETH1_PCU-12 name BCSU-9_IFETH0_PCU-12
inter 1/1/16 inter 1/1/14
name BCSU-4_IFETH1_PCU-4 name BCSU-8_IFETH0_PCU-4
inter 1/1/17 inter 1/1/15
name BCSU-4_IFETH1_PCU-6 name BCSU-8_IFETH0_PCU-6
inter 1/1/18 inter 1/1/16
name BCSU-4_IFETH1_PCU-8 name BCSU-8_IFETH0_PCU-8
inter 1/1/19 inter 1/1/17
name BCSU-4_IFETH1_PCU-10 name BCSU-8_IFETH0_PCU-10
inter 1/1/20 inter 1/1/18
name BCSU-4_IFETH1_PCU-12 name BCSU-8_IFETH0_PCU-12
inter 1/1/21 inter 1/1/19
name BCSU-3_IFETH1_PCU-4 name BCSU-7_IFETH0_PCU-4
inter 1/1/22 inter 1/1/20
name BCSU-3_IFETH1_PCU-6 name BCSU-7_IFETH0_PCU-6
end inter 1/1/21
write mem name BCSU-7_IFETH0_PCU-8
show interface inter 1/1/22
name BCSU-7_IFETH0_PCU-10
end
write mem
PCULAN for Gb/IP (Expansion Cabinet)
Verification Command SWU9 - Gb Secondary

enable
!
configure terminal
hostname NRRS-GBIP_SWU9
no ip addres dhcp
ip address 172.29.11.137/26
no ip route 0.0.0.0/0 192.168.0.10
ip route 0.0.0.0/0 172.29.11.129
end
show ip

configure terminal
protocol
mstp enable
mstp 0 priority 32768
mstp 2 priority 32768
mstp
name region2
instance 2 vlan 196
revision 1
apply
end
show mstp

configure terminal
vlan
config default
remove ports 1/1/1-1/1/26
exit
create gboverip 196
config gboverip
add ports 1/1/1,1/1/3,1/1/23-1/1/26 tagged
add ports 1/1/2,1/1/4-1/1/22 untagged
end
show vlan
show interface
configure terminal
interface 1/1/1
name Disabled
mstp link-type point-to-point
shutdown
duplex-speed full-100
exit
interface 1/1/2
name Laptop_Local_Access
mstp edge-port
default vlan 196
exit
interface 1/1/3
name LAN-MGMT_SWU3
mstp link-type point-to-point
exit
interface 1/1/4
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/5
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/6
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/7
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/8
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/9
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/10
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/11
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/12
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/13
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/14
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/15
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/16
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/17
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/18
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/19
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/20
mstp edge-port
default vlan 196
duplex-speed full-100
exit
interface 1/1/21
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/22
mstp edge-port
default vlan 196
shutdown
duplex-speed full-100
exit
interface 1/1/23
shutdown
name Disabled
mstp link-type point-to-point
exit
interface 1/1/24
name Disabled
mstp link-type point-to-point
shutdown
exit
interface 1/1/25
mstp link-type point-to-point
shutdown
shutdown
exit
interface 1/1/26
mstp link-type point-to-point
shutdown
shutdown
exit
end
write mem
show interface
show running
configure terminal
inter 1/1/4
name BCSU-10_IFETH1_PCU-4
inter 1/1/5
name BCSU-10_IFETH1_PCU-6
inter 1/1/6
name BCSU-10_IFETH1_PCU-8
inter 1/1/7
name BCSU-10_IFETH1_PCU-10
inter 1/1/8
name BCSU-10_IFETH1_PCU-12
inter 1/1/9
name BCSU-9_IFETH1_PCU-4
inter 1/1/10
name BCSU-9_IFETH1_PCU-6
inter 1/1/11
name BCSU-9_IFETH1_PCU-8
inter 1/1/12
name BCSU-9_IFETH1_PCU-10
inter 1/1/13
name BCSU-9_IFETH1_PCU-12
inter 1/1/14
name BCSU-8_IFETH1_PCU-4
inter 1/1/15
name BCSU-8_IFETH1_PCU-6
inter 1/1/16
name BCSU-8_IFETH1_PCU-8
inter 1/1/17
name BCSU-8_IFETH1_PCU-10
inter 1/1/18
name BCSU-8_IFETH1_PCU-12
inter 1/1/19
name BCSU-7_IFETH1_PCU-4
inter 1/1/20
name BCSU-7_IFETH1_PCU-6
inter 1/1/21
name BCSU-7_IFETH1_PCU-8
inter 1/1/22
name BCSU-7_IFETH1_PCU-10
end
write mem
show interface
LANU 0 - PCULAN
SWU2 SWU4
ESB24 SLOT2 CARD ESB24 SLOT3 CARD

1/1/1 ETH1 - External Switch1/Router1 1/1/1


1/1/2 LAN MGMT / SWU4 1/1/2
1/1/3 Shutdown 1/1/3
1/1/4 Shutdown 1/1/4
1/1/5 Shutdown 1/1/5
1/1/6 Shutdown 1/1/6
1/1/7 Shutdown 1/1/7
1/1/8 BCSU 6 IFETH0 / PCU 6 1/1/8
1/1/9 BCSU 6 IFETH0 / PCU 4 1/1/9
1/1/10 BCSU 6 IFETH0 / PCU 12 1/1/10
1/1/11 BCSU 6 IFETH0 / PCU 10 1/1/11
1/1/12 BCSU 6 IFETH0 / PCU 8 1/1/12
1/1/13 BCSU 4 IFETH0 / PCU 6 1/1/13
1/1/14 BCSU 4 IFETH0 / PCU 4 1/1/14
1/1/15 BCSU 4 IFETH0 / PCU 12 1/1/15
1/1/16 BCSU 4 IFETH0 / PCU 10 1/1/16
1/1/17 BCSU 4 IFETH0 / PCU 8 1/1/17
1/1/18 BCSU 2 IFETH0 / PCU 6 1/1/18
1/1/19 BCSU 2 IFETH0 / PCU 4 1/1/19
1/1/20 BCSU 2 IFETH0 / PCU 12 1/1/20
1/1/21 BCSU 2 IFETH0 / PCU 10 1/1/21
1/1/22 BCSU 2 IFETH0 / PCU 8 1/1/22
1/1/23 Shutdown 1/1/23
1/1/24 ETH24 - Redundancy 1/1/24

LANU 1 - PCULAN
SWU3 SWU5
ESB24 SLOT2 CARD ESB24 SLOT3 CARD

1/1/1 ETH1 - External Switch2/Router2 1/1/1


1/1/2 LAN MGMT / SWU5 1/1/2
1/1/3 Shutdown 1/1/3
1/1/4 Shutdown 1/1/4
1/1/5 Shutdown 1/1/5
1/1/6 Shutdown 1/1/6
1/1/7 Shutdown 1/1/7
1/1/8 BCSU 6 IFETH1 / PCU 6 1/1/8
1/1/9 BCSU 6 IFETH1 / PCU 4 1/1/9
1/1/10 BCSU 6 IFETH1 / PCU 12 1/1/10
1/1/11 BCSU 6 IFETH1 / PCU 10 1/1/11
1/1/12 BCSU 6 IFETH1 / PCU 8 1/1/12
1/1/13 BCSU 4 IFETH1 / PCU 6 1/1/13
1/1/14 BCSU 4 IFETH1 / PCU 4 1/1/14
1/1/15 BCSU 4 IFETH1 / PCU 12 1/1/15
1/1/16 BCSU 4 IFETH1 / PCU 10 1/1/16
1/1/17 BCSU 4 IFETH1 / PCU 8 1/1/17
1/1/18 BCSU 2 IFETH1 / PCU 6 1/1/18
1/1/19 BCSU 2 IFETH1 / PCU 4 1/1/19
1/1/20 BCSU 2 IFETH1 / PCU 12 1/1/20
1/1/21 BCSU 2 IFETH1 / PCU 10 1/1/21
1/1/22 BCSU 2 IFETH1 / PCU 8 1/1/22
1/1/23 Shutdown 1/1/23
1/1/24 ETH24 - Redundancy 1/1/24
AN

ESB24 SLOT3 CARD

ETH1 - Laptop Access


LAN MGMT / SWU2
BCSU 0 IFETH0 / PCU 4
BCSU 0 IFETH0 / PCU 6
BCSU 0 IFETH0 / PCU 8
BCSU 0 IFETH0 / PCU 10
BCSU 0 IFETH0 / PCU 12
BCSU 5 IFETH0 / PCU 6
BCSU 5 IFETH0 / PCU 4
BCSU 5 IFETH0 / PCU 12
BCSU 5 IFETH0 / PCU 10
BCSU 5 IFETH0 / PCU 8
BCSU 3 IFETH0 / PCU 6
BCSU 3 IFETH0 / PCU 4
BCSU 3 IFETH0 / PCU 12
BCSU 3 IFETH0 / PCU 10
BCSU 3 IFETH0 / PCU 8
BCSU 1 IFETH0 / PCU 6
BCSU 1 IFETH0 / PCU 4
BCSU 1 IFETH0 / PCU 12
BCSU 1 IFETH0 / PCU 10
BCSU 1 IFETH0 / PCU 8
Shutdown
Shutdown

AN

ESB24 SLOT3 CARD

ETH1 - Laptop Access


LAN MGMT / SWU3
BCSU 0 IFETH1 / PCU 4
BCSU 0 IFETH1 / PCU 6
BCSU 0 IFETH1 / PCU 8
BCSU 0 IFETH1 / PCU 10
BCSU 0 IFETH1 / PCU 12
BCSU 5 IFETH1 / PCU 6
BCSU 5 IFETH1 / PCU 4
BCSU 5 IFETH1 / PCU 12
BCSU 5 IFETH1 / PCU 10
BCSU 5 IFETH1 / PCU 8
BCSU 3 IFETH1 / PCU 6
BCSU 3 IFETH1 / PCU 4
BCSU 3 IFETH1 / PCU 12
BCSU 3 IFETH1 / PCU 10
BCSU 3 IFETH1 / PCU 8
BCSU 1 IFETH1 / PCU 6
BCSU 1 IFETH1 / PCU 4
BCSU 1 IFETH1 / PCU 12
BCSU 1 IFETH1 / PCU 10
BCSU 1 IFETH1 / PCU 8
Shutdown
Shutdown
PCULAN for Gb/IP
SWU2 - GbIP Primary Verification Command

enable
!
config t
hostname BSCname_GBIP_SWU2
syslog output info local volatile
syslog output info local non-volatile
!
bridge
! Removing all ports from default vlan
vlan del default 1/1/1-1/1/24
! Tag & Untag some ports in GbIP-vlan show vlan
vlan create <gb_vlan_no.>
vlan add br<gb_vlan_no.> 1/1/1-1/1/2,1/1/23-1/1/24 tagged
vlan add br<gb_vlan_no.> 1/1/8-1/1/22 untagged
vlan pvid 1/1/8-1/1/22 <gb_vlan_no.>
vlan description br<gb_vlan_no.> gbip_vlan
exit show vlan
! show vlan description
bridge
port speed 1/1/1 100
port duplex 1/1/1 full
port disable 1/1/3-1/1/7,1/1/10-1/1/12,1/1/15-1/1/17,1/1/20-1/1/23
port description 1/1/1 ETH1_External_SW1 show port
port description 1/1/2 LAN-MGMT_SWU4
port description 1/1/3 Shutdown
port description 1/1/4 Shutdown
port description 1/1/5 Shutdown
port description 1/1/6 Shutdown
port description 1/1/7 Shutdown
port description 1/1/8 BCSU-6_IFETH0_PCU-6
port description 1/1/9 BCSU-6_IFETH0_PCU-4
port description 1/1/10 BCSU-6_IFETH0_PCU-12
port description 1/1/11 BCSU-6_IFETH0_PCU-10
port description 1/1/12 BCSU-6_IFETH0_PCU-8
port description 1/1/13 BCSU-4_IFETH0_PCU-6
port description 1/1/14 BCSU-4_IFETH0_PCU-4
port description 1/1/15 BCSU-4_IFETH0_PCU-12
port description 1/1/16 BCSU-4_IFETH0_PCU-10
port description 1/1/17 BCSU-4_IFETH0_PCU-8
port description 1/1/18 BCSU-2_IFETH0_PCU-6
port description 1/1/19 BCSU-2_IFETH0_PCU-4
port description 1/1/20 BCSU-2_IFETH0_PCU-12
port description 1/1/21 BCSU-2_IFETH0_PCU-10
port description 1/1/22 BCSU-2_IFETH0_PCU-8
port description 1/1/23 Shutdown
port description 1/1/24 LANU_Redundancy_SWU3
end show port description
write mem
! Assigning IP address to vlan bridge interface
config t
interface br<gb_vlan_no.>
ldi
no ldi
ip address <ip.addresss>/<subnet.mask>
no shutdown
exit show ip interface brief
ip route 0.0.0.0/0 <gateway.ip.address>
exit show ip route
! MSTP configurations
config t
bridge
spanning-tree
spanning-tree mode mst
spanning-tree mst
spanning-tree mst 0 priority 12288
spanning-tree port 1/1/3-1/1/22 edgeport enable
spanning-tree port 1/1/1-1/1/2,1/1/23-1/1/24 link-type point-to-point
spanning-tree mst max-age 8
spanning-tree mst max-hops 5
spanning-tree mst forward-time 4
spanning-tree mst configuration
name region1
revision 1
instance 2 vlan <gb_vlan_no.>
apply
exit
spanning-tree mst 2 priority 12288
end
write me show spanning-tree active
! SNMP Configurations show spanning-tree mst 0-4
config t
service snmp
snmp community rw public
snmp view nsn_view included 1.3.6.1
snmp trap2-host 10.1.4.1 public
end
write mem show snmp
!
r Gb/IP
SWU3 - GbIP Secondary

enable
!
config t
hostname BSCname_GBIP_SWU3
syslog output info local volatile
syslog output info local non-volatile
!
bridge
! Removing all ports from default vlan
vlan del default 1/1/1-1/1/24
! Tag & Untag some ports in GbIP-vlan
vlan create <gb_vlan_no.>
vlan add br<gb_vlan_no.> 1/1/1-1/1/2,1/1/23-1/1/24 tagged
vlan add br<gb_vlan_no.> 1/1/8-1/1/22 untagged
vlan pvid 1/1/8-1/1/22 <gb_vlan_no.>
vlan description br<gb_vlan_no.> gbip_vlan
exit
!
bridge
port speed 1/1/1 100
port duplex 1/1/1 full
port disable 1/1/3-1/1/7,1/1/10-1/1/12,1/1/15-1/1/17,1/1/20-1/1/23
port description 1/1/1 ETH1_External_SW2
port description 1/1/2 LAN-MGMT_SWU5
port description 1/1/3 Shutdown
port description 1/1/4 Shutdown
port description 1/1/5 Shutdown
port description 1/1/6 Shutdown
port description 1/1/7 Shutdown
port description 1/1/8 BCSU-6_IFETH1_PCU-6
port description 1/1/9 BCSU-6_IFETH1_PCU-4
port description 1/1/10 BCSU-6_IFETH1_PCU-12
port description 1/1/11 BCSU-6_IFETH1_PCU-10
port description 1/1/12 BCSU-6_IFETH1_PCU-8
port description 1/1/13 BCSU-4_IFETH1_PCU-6
port description 1/1/14 BCSU-4_IFETH1_PCU-4
port description 1/1/15 BCSU-4_IFETH1_PCU-12
port description 1/1/16 BCSU-4_IFETH1_PCU-10
port description 1/1/17 BCSU-4_IFETH1_PCU-8
port description 1/1/18 BCSU-2_IFETH1_PCU-6
port description 1/1/19 BCSU-2_IFETH1_PCU-4
port description 1/1/20 BCSU-2_IFETH1_PCU-12
port description 1/1/21 BCSU-2_IFETH1_PCU-10
port description 1/1/22 BCSU-2_IFETH1_PCU-8
port description 1/1/23 Shutdown
port description 1/1/24 LANU_Redundancy_SWU2
end
write mem
! Assigning IP address to vlan bridge interface
config t
interface br<gb_vlan_no.>
ldi
no ldi
ip address <ip.addresss>/<subnet.mask>
no shutdown
exit
ip route 0.0.0.0/0 <gateway.ip.address>
exit
! MSTP configurations
config t
bridge
spanning-tree
spanning-tree mode mst
spanning-tree mst
spanning-tree mst 0 priority 16384
spanning-tree port 1/1/3-1/1/22 edgeport enable
spanning-tree port 1/1/1-1/1/2,1/1/23-1/1/24 link-type point-to-point
spanning-tree mst max-age 8
spanning-tree mst max-hops 5
spanning-tree mst forward-time 4
spanning-tree mst configuration
name region1
revision 1
instance 2 vlan <gb_vlan_no.>
apply
exit
spanning-tree mst 2 priority 16384
end
write me
! SNMP Configurations
config t
service snmp
snmp community rw public
snmp view nsn_view included 1.3.6.1
snmp trap2-host 10.1.4.1 public
end
write mem
!
PCULAN for Gb/IP
SWU4 - GbIP Primary Verification Command

enable
!
config t
hostname BSCname_GBIP_SWU4
syslog output info local volatile
syslog output info local non-volatile
!
bridge
! Removing all ports from default vlan
vlan del default 1/1/1-1/1/24
! Tag & Untag some ports in GbIP-vlan show vlan
vlan create <gb_vlan_no.>
vlan add br<gb_vlan_no.> 1/1/2,1/1/23-1/1/24 tagged
vlan add br<gb_vlan_no.> 1/1/1,1/1/3-1/1/22 untagged
vlan pvid 1/1/1,1/1/3-1/1/22 <gb_vlan_no.>
vlan description br<gb_vlan_no.> gbip_vlan
exit show vlan
! show vlan description
bridge
port disable 1/1/5-1/1/7,1/1/10-1/1/12,1/1/15-1/1/17,1/1/20-1/1/24
port description 1/1/1 Laptop_Local_Access show port
port description 1/1/2 LAN-MGMT_SWU2
port description 1/1/3 BCSU-0_IFETH0_PCU-4
port description 1/1/4 BCSU-0_IFETH0_PCU-6
port description 1/1/5 BCSU-0_IFETH0_PCU-8
port description 1/1/6 BCSU-0_IFETH0_PCU-10
port description 1/1/7 BCSU-0_IFETH0_PCU-12
port description 1/1/8 BCSU-5_IFETH0_PCU-6
port description 1/1/9 BCSU-5_IFETH0_PCU-4
port description 1/1/10 BCSU-5_IFETH0_PCU-12
port description 1/1/11 BCSU-5_IFETH0_PCU-10
port description 1/1/12 BCSU-5_IFETH0_PCU-8
port description 1/1/13 BCSU-3_IFETH0_PCU-6
port description 1/1/14 BCSU-3_IFETH0_PCU-4
port description 1/1/15 BCSU-3_IFETH0_PCU-12
port description 1/1/16 BCSU-3_IFETH0_PCU-10
port description 1/1/17 BCSU-3_IFETH0_PCU-8
port description 1/1/18 BCSU-1_IFETH0_PCU-6
port description 1/1/19 BCSU-1_IFETH0_PCU-4
port description 1/1/20 BCSU-1_IFETH0_PCU-12
port description 1/1/21 BCSU-1_IFETH0_PCU-10
port description 1/1/22 BCSU-1_IFETH0_PCU-8
port description 1/1/23 Shutdown
port description 1/1/24 Shutdown
end show port description
write mem
! Assigning IP address to vlan bridge interface
config t
interface br<gb_vlan_no.>
ldi
no ldi
ip address <ip.addresss>/<subnet.mask>
no shutdown
exit show ip interface brief
ip route 0.0.0.0/0 <gateway.ip.address>
exit show ip route
! MSTP configurations
config t
bridge
spanning-tree
spanning-tree mode mst
spanning-tree mst
spanning-tree mst 0 priority 32768
spanning-tree port 1/1/1,1/1/3-1/1/22 edgeport enable
spanning-tree port 1/1/2,1/1/23-1/1/24 link-type point-to-point
spanning-tree mst max-age 8
spanning-tree mst max-hops 5
spanning-tree mst forward-time 4
spanning-tree mst configuration
name region1
revision 1
instance 2 vlan <gb_vlan_no.>
apply
exit
spanning-tree mst 2 priority 32768
end
write me show spanning-tree active
! SNMP Configurations show spanning-tree mst 0-4
config t
service snmp
snmp community rw public
snmp view nsn_view included 1.3.6.1
snmp trap2-host 10.1.4.1 public
end
write mem show snmp
!
r Gb/IP
SWU5 - GbIP Secondary

enable
!
config t
hostname BSCname_GBIP_SWU5
syslog output info local volatile
syslog output info local non-volatile
!
bridge
! Removing all ports from default vlan
vlan del default 1/1/1-1/1/24
! Tag & Untag some ports in GbIP-vlan
vlan create <gb_vlan_no.>
vlan add br<gb_vlan_no.> 1/1/2,1/1/23-1/1/24 tagged
vlan add br<gb_vlan_no.> 1/1/1,1/1/3-1/1/22 untagged
vlan pvid 1/1/1,1/1/3-1/1/22 <gb_vlan_no.>
vlan description br<gb_vlan_no.> gbip_vlan
exit
!
bridge
port disable 1/1/5-1/1/7,1/1/10-1/1/12,1/1/15-1/1/17,1/1/20-1/1/24
port description 1/1/1 Laptop_Local_Access
port description 1/1/2 LAN-MGMT_SWU3
port description 1/1/3 BCSU-0_IFETH1_PCU-4
port description 1/1/4 BCSU-0_IFETH1_PCU-6
port description 1/1/5 BCSU-0_IFETH1_PCU-8
port description 1/1/6 BCSU-0_IFETH1_PCU-10
port description 1/1/7 BCSU-0_IFETH1_PCU-12
port description 1/1/8 BCSU-5_IFETH1_PCU-6
port description 1/1/9 BCSU-5_IFETH1_PCU-4
port description 1/1/10 BCSU-5_IFETH1_PCU-12
port description 1/1/11 BCSU-5_IFETH1_PCU-10
port description 1/1/12 BCSU-5_IFETH1_PCU-8
port description 1/1/13 BCSU-3_IFETH1_PCU-6
port description 1/1/14 BCSU-3_IFETH1_PCU-4
port description 1/1/15 BCSU-3_IFETH1_PCU-12
port description 1/1/16 BCSU-3_IFETH1_PCU-10
port description 1/1/17 BCSU-3_IFETH1_PCU-8
port description 1/1/18 BCSU-1_IFETH1_PCU-6
port description 1/1/19 BCSU-1_IFETH1_PCU-4
port description 1/1/20 BCSU-1_IFETH1_PCU-12
port description 1/1/21 BCSU-1_IFETH1_PCU-10
port description 1/1/22 BCSU-1_IFETH1_PCU-8
port description 1/1/23 Shutdown
port description 1/1/24 Shutdown
end
write mem
! Assigning IP address to vlan bridge interface
config t
interface br<gb_vlan_no.>
ldi
no ldi
ip address <ip.addresss>/<subnet.mask>
no shutdown
exit
ip route 0.0.0.0/0 <gateway.ip.address>
exit
! MSTP configurations
config t
bridge
spanning-tree
spanning-tree mode mst
spanning-tree mst
spanning-tree mst 0 priority 32768
spanning-tree port 1/1/1,1/1/3-1/1/22 edgeport enable
spanning-tree port 1/1/2,1/1/23-1/1/24 link-type point-to-point
spanning-tree mst max-age 8
spanning-tree mst max-hops 5
spanning-tree mst forward-time 4
spanning-tree mst configuration
name region1
revision 1
instance 2 vlan <gb_vlan_no.>
apply
exit
spanning-tree mst 2 priority 32768
end
write me
! SNMP Configurations
config t
service snmp
snmp community rw public
snmp view nsn_view included 1.3.6.1
snmp trap2-host 10.1.4.1 public
end
write mem
!
Instructions For ESB20 card of LC S10.5 BSC
1

3
4
5
6

Note:

Instructions For ESB26 card of LC S11.5 BSC


1

3
4
5
6

Note:

Instructions For ESB26 Card of HC S12 & S13 BSC


1

3
4
5
6
7

8
9

Note:

Instructions For ESB24D Card of FLEXI BSC


1

3
4
5
6
7

Note:
Instructions For ESB20 card of LC S10.5 BSC
The provided configuration script is considered when the CPULAN & PCULAN are isolated by removing the cable numbers BS
The Configuration script has been written up by taking some sample data like GboverIP VLAN ID, ESB Card management IP A
Addresses
These sample data have to be replaced with the actual according to the BSC to be configured (Do it after copying config in a s
ETH1 port of SWU2 & SWU3 to be used to connect MUX/Site Switch cable
ETH2 port of any ESB20 switch to be used to connect Laptop on LAN
For rest of the connectivity, please check the sheets named - GB OVER IP SCRIPT LC ESB20
If the port ETH1 does not come up after configuration, do a basic troubleshooting and try changing the Speed-Duplex using the
100>'. But the best practice is to use 'duplex-speed full-100' as it does not bring the port in 'Half/Duplex' state.

If possible, please take the print out of sheets named 'MCMU0' & 'MCMU1' and paste it on the BSC cabinets to make Site engi

If the config is to be used on an old ESB of Live BSC then first get the card converted to Factory Default settings by giving the co

Instructions For ESB26 card of LC S11.5 BSC


The provided configuration script is considered when the CPULAN & PCULAN are isolated by removing the cable numbers BS
The Configuration script has been written up by taking some sample data like GboverIP VLAN ID, ESB Card management IP A
Addresses
These sample data have to be replaced with the actual according to the BSC to be configured (Do it after copying config in a s
ETH1 port of SWU2 & SWU3 to be used to connect MUX/Site Switch cable
ETH2 port of any ESB26 switch to be used to connect Laptop on LAN
For rest of the connectivity, please check the sheets named - GB OVER IP SCRIPT LC ESB26
If the port ETH1 does not come up after configuration, do a basic troubleshooting and try changing the Speed-Duplex using the
100>'. But the best practice is to use 'duplex-speed full-100' as it does not bring the port in 'Half/Duplex' state.

If possible, please take the print out of sheets named 'MCMU0' & 'MCMU1' and paste it on the BSC cabinets to make Site engi

If the config is to be used on an old ESB of Live BSC then first get the card converted to Factory Default settings by giving the co

Instructions For ESB26 Card of HC S12 & S13 BSC


The provided configuration script is considered when the CPULAN & PCULAN are isolated by removing the cable numbers BS
BSCD_130 & readjusting the cable numbers BSCC_421, BSCC_423, BSCD0_380, BSCD0_381,
The Configuration script has been written up by taking some sample data like GboverIP VLAN ID, ESB Card management IP A
Addresses
These sample data have to be replaced with the actual according to the BSC to be configured (Do it after copying config in a s
The ESB ports for BCSU/PCU combinations other than for PCU-4 & PCU-6 have been kept Disabled in script. Enable those po
ETH1 port of SWU2 & SWU3 to be used to connect MUX/Site Switch cable
ETH2 port of any ESB26 switch to be used to connect Laptop on LAN
For rest of the connectivity, please check the sheets named - GB OVER IP SCRIPT HC ESB26
If the port ETH1 does not come up after configuration, do a basic troubleshooting and try changing the Speed-Duplex using the
100>'. But the best practice is to use 'duplex-speed full-100' as it does not bring the port in 'Half/Duplex' state.
If possible, please take the print out of sheets named 'LANU0' & 'LANU1' and paste it on the BSC cabinets to make Site engine

If the config is to be used on an old ESB of Live BSC then first get the card converted to Factory Default settings by giving the co

Instructions For ESB24D Card of FLEXI BSC


The provided configuration script is considered when the CPULAN & PCULAN are isolated by removing the cable numbers BS
The Configuration script has been written up by taking some sample data like GboverIP VLAN ID, ESB Card management IP A
Addresses
These bracketed entries '< >' have to be replaced with the actual according to the BSC to be configured (Do it after copying co
The ESB ports for BCSU/PCU combinations other than for PCU-4 & PCU-6 have been kept Disabled in script. Enable those po
ETH1 port of SWU2 & SWU3 to be used to connect MUX/Site Switch cable
ETH1 port of SWU4 & SWU5 switch to be used to connect Laptop on LAN
For rest of the connectivity, please check the sheets named - GB OVER IP SCRIPT FLEXI ESB24D.
If the port ETH1 does not come up after configuration, do a basic troubleshooting and try changing the Speed-Duplex using the
<100/1000>' & 'port duplex <port> <half/full/auto>'. But the best practice is to use 'port speed <port> 100' & 'port duplex <p
'Half Duplex' state.

If possible, please take the print out of sheets named 'LANU0' & 'LANU1' and paste it on the BSC cabinets to make Site engine
If the config is to be used on an old ESB of Live BSC then first get the card converted to Factory Default settings by giving the co
reload the ESB Card.
BSC3i Low-Cap ESB20 Positions & Nomenclature

CPULAN - OSS/IP PCULAN - Gb/IP


MCMU0 SWU0 SWU2
MCMU1 SWU1 SWU3
MCMU0

SWU0 SWU2
MCMU1

SWU1 SWU3
BSC3i Hi-Cap LANU ESB26 Positions & Nomenclature
LANU0

SWU0

LANU1

CPULAN - OSS/IP PCULAN - Gb/IP


LANU0 SWU0 SWU2 SWU4
LANU1 SWU1 SWU3 SWU5
LANU2 -- SWU8
LANU3 -- SWU9
SWU1
LANU0 LANU2

SWU2 SWU4 SWU8

LANU1 LANU3

SWU3 SWU5 SWU9


BSC3i Low-Cap ESB26 Positions & Nomenclature
MCMU0

SWU0
MCMU1

CPULAN - OSS/IP PCULAN - Gb/IP SWU1


MCMU0 SWU0 SWU2
MCMU1 SWU1 SWU3
MCMU0

SWU2
MCMU1

SWU3
Flexi BSC LANU ESB Positions & Nomenclature

SWU0 SWU2 SWU4

SWU1 SWU3 SWU5

CPULAN - OSS/IP PCULAN - Gb/IP


LANU0 SWU0 SWU2 SWU4
LANU1 SWU1 SWU3 SWU5

You might also like