user manual
Table Of Contents
- Cisco Content Services Switch Routing and Bridging Configuration Guide
- Contents
- Preface
- Configuring Interfaces and Circuits
- Interface and Circuit Overview
- Configuring Interfaces
- Configuring an Interface
- Entering a Description for the Interface
- Configuring Interface Duplex and Speed
- Setting Interface Maximum Idle Time
- Bridging an Interface to a VLAN
- Specifying VLAN Trunking for an Interface
- Configuring Spanning-Tree Bridging for a VLAN or a Trunked Interface
- Configuring Port Fast on an Interface
- Showing Interface Configurations
- Shutting Down an Interface
- Shutting Down All Interfaces
- Restarting an Interface
- Restarting All Interfaces
- Configuring Circuits
- Configuring RIP for an IP Interface
- Configuring the Switched Port Analyzer Feature
- Configuring Spanning-Tree Bridging for the CSS
- CSS Spanning-Tree Bridging Quick Start
- Configuring Spanning-Tree Bridge Aging-Time
- Configuring Spanning-Tree Bridge Forward-Time
- Configuring Spanning-Tree Bridge Hello-Time
- Configuring Spanning-Tree Bridge Max-Age
- Configuring Spanning-Tree Bridge Priority
- Disabling Bridge Spanning-Tree
- Showing Bridge Configurations
- Configuring Open Shortest Path First (OSPF)
- OSPF Overview
- CSS OSPF Configuration Quick Start
- Configuring OSPF on the CSS
- Configuring OSPF on a CSS IP Interface
- Showing OSPF Information
- OSPF Configuration in a Startup-Configuration File
- Configuring the Address Resolution Protocol
- Configuring Routing Information Protocol
- Configuring the Internet Protocol
- IP Configuration Quick Start
- Configuring an IP Route
- Disabling an Implicit Service for the Static Route Next Hop
- Configuring an IP Source Route
- Configuring the IP Record Route
- Configuring Box-to-Box Redundancy
- Configuring IP Equal-Cost Multipath
- Forwarding IP Subnet Broadcast Addressed Frames
- Configuring IP Unconditional Bridging
- Configuring IP Opportunistic Layer 3 Forwarding
- Showing IP Configuration Information
- Configuring the Cisco Discovery Protocol
- Configuring the DHCP Relay Agent
- Index

Chapter 3 Configuring Open Shortest Path First (OSPF)
OSPF Overview
3-6
Cisco Content Services Switch Routing and Bridging Configuration Guide
OL-4580-01
ASBR routes can be advertised as type1 or type2 ASE. The difference between
type1 and type2 is how the cost is calculated. For a type2 ASE, only the external
cost (metric) is used when comparing multiple paths to the same destination. For
type1 ASE, the combination of the external cost and the cost to reach the ASBR
is used.
Link-State Databases
OSPF routers advertise routes using LSAs. The link-state database stores the
LSAs from routers throughout the area. The advertisements depict the topology
of the autonomous system. They could include:
• Router links that describe the state and cost of each router’s interface to an
area
• Network links from the designated router (see the “Setting the Priority of the
CSS” section) that describe all routes on a segment for multi-access segments
with more than one attached router
• Summarized links from ABRs that describe networks in the AS but outside
an area
• External links from ASBRs that describe destinations external to the AS
All routers that are connected to an area maintain identical routing databases
about the area. Routers that are connected to multiple areas maintain a separate
routing database for each attached area.
Instead of each router sending routing information to every other router on the
network, OSPF routers establish adjacencies among neighboring routers. When
the link-state databases of two neighboring routers are synchronized, they are
considered adjacent.
OSPF routers collect raw topological data from the LSAs that they receive. Each
router then prunes this data down to a tree of the shortest network paths centered
on itself. The router examines the total cost to reach each router or network node
in its domain. By discarding all but the lowest-cost path to each destination, the
router builds a shortest-path tree to each destination, which it uses until the
network topology changes. It is possible to have multiple lowest-cost paths to a
destination.