Configuration Guide Vol. 3


28.2.3 Stub Area Settings

Points to note

An area border router advertises a default route into areas specified by the area stub command.

A stub area must be configured on every router in the same area.

Command examples

  1. (config)# ipv6 router ospf 1

    Places the router in OSPFv3 mode. Set the domain number to 1.

  2. (config-rtr)# area 1 stub

    Designates area 1 as a stub area.

  3. (config-rtr)# router-id 100.1.1.1

    (config-rtr)# exit

    Assigns 100.1.1.1 as the router ID.

  4. (config)# interface vlan 2

    (config-if)# ipv6 ospf 1 area 1

    Specify to operate in area 1 of domain 1.