8-2
Cisco ONS 15530 Configuration Guide and Command Reference
78-14227-01, Cisco IOS Release 12.1(10)EV2
Chapter8 Configuring Multiple Shelf Nodes
Configuring Multiple Shelf Nodes
Configuring Patch Connections Between Shelves
To represent the three shelves as one node in the network topology, you must configure the patch
connection between the shelves in the CLI (command-line interface). To configure these connections,
use the following commands, beginning in global configuration mode:
Note Configure the patch connections between the OADM modules on the same shelf as described in the
Configuring Patch Connections section on page 4-15.
Examples
The following example shows how to configure the patch connections between the OADM modules on
the three shelves in the example node:
Shelf1(config)# interface wdm 0/0
Shelf1(config-if)# topology neighbor name node1 port name wdm 0/1
Shelf1(config-if)# topology neighbor agent ip-address 10.1.1.1
Shelf1(config-if)# exit
Shelf1(config)# interface thru 0/0
Shelf1(config-if)# topology neighbor name shelf2 port name wdm 0/0
Shelf1(config-if)# topology neighbor agent ip-address 10.2.2.2
Shelf1(config-if)# exit
Shelf1(config)# interface wdm 0/1
Shelf1(config-if)# topology neighbor name shelf2 port name thru 0/1
Shelf1(config-if)# topology neighbor agent ip-address 10.2.2.2
Shelf1(config-if)# exit
Shelf1(config)# interface thru 0/1
Shelf1(config-if)# topology neighbor name shelf3 port name thru 0/0
Shelf1(config-if)# topology neighbor agent ip-address 10.2.2.3
Shelf1(config-if)# exit
Command Purpose
Step1 Switch1(config)# interface {wave slot |
oscfilter slot/subcard | thru slot/subcard |
wdm slot/subcard}
Selects the interface to configure and enters interface
configuration mode.
Step2 Switch(config-if)# topology neighbor
{name node-name | ip-address
node-ip-address | mac-address
node-mac-address} {port {name
port-name | ip-addressport-ip-address |
mac-addressport -mac-address}}
Configures the network topology information for a
neighboring node.
Step3 Switch(config-if)# topology neighbor
agent ip-address ip-address Specifies the address of the network topology agent on a
neighboring node.