Changing default settings, Disabling ospf on the router, Refer to – Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 595

j)
Enter the ip ospf area operand followed by the area ID to assign the interface to this area.
k)
Enter the no shutdown command:
RB1# conf t
RB1(config)# interface vlan 1001
RB1(config-Vlan-1001)# exit
RB1(config)# rbridge-id 1
RB1(config-rbridge-id-1)# router ospf
RB1(config-router-ospf-vrf-default-vrf)# area 0.0.0.0
RB1(config-router-ospf-vrf-default-vrf)# exit
RB1(config-rbridge-id-1)# interface ve 1001
RB1(config-Ve-1001)# ip address 101.1.1.1/24
RB1(config-Ve-1001)# ip ospf area 0.0.0.0
RB1(config-Ve-1001)# no shutdown
2. On Router RB2, do the following:
a)
Enter the conf t command to enter terminal configuration mode.
b)
Enter the interface vlan command followed by the VLAN number to create a VLAN for the
router.
c)
Enter the exit command to exit interface configuration mode.
d)
Enter the rbridge-id command followed by the RBridge ID to enter RBridge configuration
mode.
e)
Enter the router ospf command to enable the OSPF routing protocol and to enter OSPF
VRF router configuration mode.
f)
Enter the area operand followed by the area ID to create this OSPF area on this router.
g)
Enter the exit command to exit OSPF VRF router configuration mode.
h)
Enter the interface ve command followed by the VLAN number to enter interface
configuration mode.
i)
Enter the ip address operand followed by the IP address/subnet of the interface.
j)
Enter the ip ospf area operand followed by the area ID to assign the interface to this area.
k)
Enter the no shutdown command:
RB2# conf t
RB2(config)# interface vlan 1001
RB2(config-Vlan-1001)# exit
RB2(config)# rbridge-id 2
RB2(config-rbridge-id-2)# router ospf
RB2(config-router-ospf-vrf-default-vrf)# area 0.0.0.0
RB2(config-router-ospf-vrf-default-vrf)# exit
RB2(config-rbridge-id-2)# interface ve 1001
RB2(config-Ve-1001)# ip address 101.1.1.2/24
RB2(config-Ve-1001)# ip ospf area 0.0.0.0
RB2(config-Ve-1001)# no shutdown
l)
Assign VLAN 1001 to a vLAG.
Changing default settings
Refer to the Network OS Command Reference for other commands you can use to change default
OSPF settings. Some commonly configured items include the following:
• Changing reference bandwidth to change interface costs by using the auto-cost reference-
bandwidth command.
• Defining redistribution filters for the Autonomous System Boundary Router (ASBR) by using the
redistribute command.
Disabling OSPF on the router
Consider the topics discussed below when disabling OSPF.
Changing default settings
Network OS Administrator’s Guide
595
53-1003225-04