Blade ICE RACKSWITCH G8124-E User Manual
Page 301

BLADEOS 6.5.2 Application Guide
BMD00220, October 2010
Chapter 20: OSPF 301
2.
Enable OSPFv3.
This is equivalent to the OSPFv2
enable
option in the
router
ospf
command path.
3.
Define the backbone.
This is identical to OSPFv2 configuration.
4.
Define the stub area.
This is identical to OSPFv2 configuration.
5.
Attach the network interface to the backbone.
The
ipv6
command path is used instead of the OSPFv2
ip
command path
6.
Attach the network interface to the stub area.
The
ipv6
command path is used instead of the OSPFv2
ip
command path
RS G8124(config)# ipv6 router ospf
RS G8124(config-router-ospf3)# enable
RS G8124(config-router-ospf3)# area 0 area-id 0.0.0.0
RS G8124(config-router-ospf3)# area 0 type transit
RS G8124(config-router-ospf3)# area 0 enable
RS G8124(config-router-ospf3)# area 1 area-id 0.0.0.1
RS G8124(config-router-ospf3)# area 1 type stub
RS G8124(config-router-ospf3)# area 1 enable
RS G8124(config-router-ospf3)# exit
RS G8124(config)# interface ip 3
RS G8124(config-ip-if)# ipv6 ospf area 0
RS G8124(config-ip-if)# ipv6 ospf enable
RS G8124(config-ip-if)# exit
RS G8124(config)# interface ip 4
RS G8124(config-ip-if)# ipv6 ospf area 1
RS G8124(config-ip-if)# ipv6 ospf enable
RS G8124(config-ip-if)# exit