Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 557
NOTE
If you are configuring this in a logical chassis cluster mode, you do not configure the VLAN again on
RB2 because RB1 (the principal node) would distribute the configuration to all nodes in the logical
chassis cluster.
a)
Connect to RB2 by using a serial connection.
b)
Enter the configure terminal command to enter global configuration mode.
c)
Enter the interface vlan command to configure a VLAN on RB2.
RB2# configure terminal
Entering configuration mode terminal.
RB2(config)# interface vlan 100
d)
Enter the rbridge-id rbridge-id command to enter RBridge ID configuration mode.
e)
Configure OSPF by using the router ospf command followed by the area command. Enter
0 to configure OSPF area 0.
f)
Enter the exit command to return to RBridge ID configuration mode.
RB2(config-Vlan-100)# rbridge-id 18
RB2(config-rbridge-id-18)# router ospf
RB2(conf-ospf-router)# area 0
RB2(conf-ospf-router)# exit
RB2(config-rbridge-id-18)#
g)
Configure the virtual Ethernet interface for the VLAN and assign the IP address for RB2.
h)
Set OSPF area 0 with the ip ospf area command.
i)
Enter the no shutdown command to enable the interface.
RB2(config-rbridge-id-18)# interface ve 100
RB2(config-Ve-100)# ip address 100.100.100.18/24
RB2(config-Ve-100)# ip ospf area 0
RB1(config-Ve-100)# no shutdown
3. Verify the OSPF configuration in the VCS fabric.
a)
On RB2, verify adjacency between RB1 and RB2. RB2 is displayed as a neighbor.
RB2(config-Ve-100)# do show ip ospf neighbor
Port Address Pri State Neigh Address Neigh ID Ev Opt Cnt
Ve 100 100.100.100.18 1 FULL/BDR 100.100.100.17 100.100.100.17 6 2 0
b)
On RB2, verify the IP routes between RB1 and RB2.
RB2(config-Ve-100)# do show ip route
Total number of IP routes: 2
Type Codes-B:BGP D:Connected I:ISIS O:OSPF R:RIP S:Static; Cost-Dist/Metric
BGP Codes - i:iBGP e:eBGP
ISIS Codes - L1:Level-1 L2:Level-2
OSPF Codes - i:Inter Area 1:External Type 1 2:External Type 2 s:Sham Link
Destination Gateway Port Cost Type Uptime
1 2.2.2.0/24 100.100.100.17 Ve 100 110/10 O2 0m14s
2 100.100.100.0/24 DIRECT Ve 100 0/0 D 5m2s
c)
On RB1, distribute the routes between RB1 and RB2 as shown here:
RB1# configure terminal
Entering configuration mode terminal.
RB1(config)# rbridge-id 17
RB1(config-rbridge-id-17)# router ospf
RB1(conf-ospf-router)# redistribute connected
RB1(conf-ospf-router)# exit
RB1(config)#
d)
Verify the VCS fabric configuration on RB1.
RB1(config)# do show vcs
Config Mode : Local-Only
VCS ID : 2
Total Number of Nodes : 2
Rbridge-Id WWN Management IP Status HostName
------------------------------------------------------------------
17 10:00:00:05:33:77:31:9C* 10.24.73.80 Online RB1
18 >10:00:00:05:33:77:23:6C 10.24.73.85 Online RB2
e)
Verify the VCS fabric configuration on RB2.
RB2# show vcs
Config Mode : Local-Only
VCS ID : 2
Total Number of Nodes : 2
Rbridge-Id WWN Management IP Status HostName
------------------------------------------------------------------
Configuring In-Band Management
Network OS Administrator’s Guide
557
53-1003225-04