3-43

Cisco Content Services Switch Routing and Bridging Configuration Guide
OL-8241-02
Chapter3 Configuring Open Shortest Path First
OSPF Configuration in a Startup-Configuration File
OSPF Configuration in a Startup-Configuration File

The following example shows an OSPF configuration in a startup-configuration

file.

!*************************** GLOBAL ***************************
ospf router-id 121.23.21.1
ospf enable
ospf area 1.1.1.1
ospf as-boundary
ospf advertise 192.168.4.15 255.255.255.0
ospf redistribute static
!************************* INTERFACE *************************
interface ethernet-10
bridge vlan 6
!************************** CIRCUIT **************************
circuit VLAN6
ip address 192.168.2.2 255.255.255.0
ospf
ospf area 1.1.1.1
ospf priority 0
ospf enable