Configuring a (Totally) NSSA Area 115
n
Complete Configuration
■Use the display ospf lsdb command on Switch C to display the LSDB. You can see that no
Totally NSSA area configuration (area 1 is a totally NSSA area)
Based on the configuration in
# Configure area 1 as a totally NSSA area.
■The steps above configure a totally NSSA area.
■Use the display ospf lsdb command on Switch C to display the LSDB. You can see that no
n In the following example, the ASBR of the NSSA area will forward all the packets destined for other ASs. For the configurations in other cases, refer to “Configuration Procedure” on page 112.
■Perform the following configuration on Switch A.
#
vlan 100
#
vlan 200
#
interface
ip address 10.1.1.1 255.255.255.0
#
interface
ip address 10.2.1.1 255.255.255.0
#
ospf 1
network 10.2.1.0 0.0.0.255 nssa
#
area 0.0.0.0
network 10.1.1.0 0.0.0.255
#
■Perform the following configuration on Switch B.
#
vlan 100
#
vlan 200
#
interface Vlan-interface100
ip address 10.1.1.2 255.255.255.0
#