User`s guide

Monitoring and Maintaining OSPF
8-12 Configuring OSPF
Example
ThisexampleshowsthecompleteconfigurationdescribedinProcedu r e 82,beginningwith
VLAN100configurationinswitchmode.
**Create the VLAN**
Matrix(rw)->set vlan create 100
**Set the inbound PVID associations for untagged frames**
Matrix(rw)->set port vlan fe.5.21-40 100
**Set the list of egress ports and tagging for the VLAN**
Matrix(rw)->set vlan egress 100 fe.5.21-20 untagged
**Configure the router**
Matrix(rw)->set router 1
Matrix(rw)->router 1
Matrix>Router1>enable
Matrix>Router1#configure terminal
**Assign and enable the routing interface**
Matrix>Router1(config)#interface vlan 100
Matrix>Router1(config-if(Vlan 100))#ip address 131.108.1.1 255.255.255.0
Matrix>Router1(config-if(Vlan 100))#no shutdown
**Configure MD5 authentication on the interface**
Matrix>Router1(config-if(Vlan 100))#ip ospf message-digest-key 100 md5 ospfkey
Matrix>Router1(config-if(Vlan 100))#exit
**Configure OSPF area 1 as an NSSA**
Matrix>Router1(config)#router ospf 1
Matrix>Router1(config-router)#network 131.108.1.1 255.255.255.0 area 1
Matrix>Router1(config-router)#area 1 range 131.108.1.1 255.255.255.0
Matrix>Router1(config-router)#area 1 authentication message-digest
Matrix>Router1(config-router)#area 1 nssa
Matrix>Router1(config-router)#area 1 virtual-link 131.108.1.3 authentication-key
100
Monitoring and Maintaining OSPF
UsetheproceduresinthissectiontomonitorandmaintainOSPFonyoursystem:
DisplayingOSPFInformation
DisplayingOSPFInformation
ResettingOSPF
DebuggingOSPF