IBM RackSwitch G8000 Application Manual page 277

A top-of-rack (tor) switch
Hide thumbs Also See for RackSwitch G8000:
Table of Contents

Advertisement

© Copyright IBM Corp. 2011
2. Configure the router ID.
A router ID is required when configuring virtual links. This router ID must be the
same one specified as the target virtual neighbor (nbr) on switch 1 in
page
274.
RS G8000(config)# ip router-id 10.10.14.1
3. Enable OSPF.
RS G8000(config)# router ospf
RS G8000(config-router-ospf)# enable
4. Define the backbone.
This version of N/OS requires that a backbone index be configured on the
non-backbone end of the virtual link as follows:
RS G8000(config-router-ospf)# area 0 area-id 0.0.0.0
RS G8000(config-router-ospf)# area 0 enable
5. Define the transit area.
RS G8000(config-router-ospf)# area 1 area-id 0.0.0.1
RS G8000(config-router-ospf)# area 1 type transit
RS G8000(config-router-ospf)# area 1 enable
6. Define the stub area.
RS G8000(config-router-ospf)# area 2 area-id 0.0.0.2
RS G8000(config-router-ospf)# area 1 type stub
RS G8000(config-router-ospf)# area 1 enable
RS G8000(config-router-ospf)# exit
7. Attach the network interface to the backbone.
RS G8000(config)# interface ip 1
RS G8000(config-ip-if)# ip ospf area 1
RS G8000(config-ip-if)# ip ospf enable
RS G8000(config-ip-if)# exit
8. Attach the network interface to the transit area.
RS G8000(config)# interface ip 2
RS G8000(config-ip-if)# ip ospf area 2
RS G8000(config-ip-if)# ip ospf enable
RS G8000(config-ip-if)# exit
Step 8 on
275
Chapter 22. OSPF

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents