Title: Cisco Networking Academy Program Semester 5 : Routing
1Cisco Networking Academy Program Semester 5
Routing
- Chapter 4
- OSPF In A Single Area
2OSPF
- OSPF Operation
- Configuring OSPF
- Verifying OSPF Operation
3Issues Addressed By OSPF
- Speed of convergence (event triggered updates)
- Support for Variable-Length Subnet Masking (VLSM)
- Network size (no limit)
- Use of bandwidth (incremental updates, multicast)
- Path Selection (better metrics)
- Grouping of members (hierarchy)
4OSPF Terminology
Flash
5OSPF Packet Types
6OSPF States
- Down no info exchanged
- Init Received a type 1 packet on an interface
- Two-Way Each OSPF routers know about each others
(no data exchanged) - Ex-Start Negotiation of relationship and
sending of DBD - Exchange Comparison of database and request for
info. - Loading Exchange of specific info.
- Full Link-State Databases converged.
Media
7OSPF Hello Protocol
Multicast address 224.0.0.5
8OSPF operations 5 steps
9Basic OSPF Configuration
10DR BDR configuration
- The router with the Highest IP address becomes
the DR, the next one the BDR - It can be modified by
- adding loopback interfaces
- (config)interface lo0
- (config-if)ip address 192.168.10.12
255.255.255.0 - Setting the routers priority (before the election
of the DR and BDR - (config-if)ip ospf priority number
11Controling DR and BDR
12OSPF Costs
- To override the default cost (multi-vendor
network)router(config)interface
s0router(config-if)ip ospf cost 1000 - Dont forget to set the serial interface
speedrouter(config-if)bandwidth 56
13OSPF authentication
router(config-if)ip ospf authentication-key
password router(config-if)ip ospf
message-digest-key key-id md5 encryption-type
password router(config-router)area number
authentication message-digest
14Configuring OSPF Timers
router(config)interface e0router(config-if)ip
ospf hello-interval 5router(config-if)ip ospf
dead-interval 20
15DR BDR Issues Types of OSPF Networks
16DR BDR Issues OSPF and Frame-Relay
Full-Mesh
Hub-and-Spoke Point-to-multipoint
Point-to-point
17DR BDR Issues Full Mesh topology (NBMA)
RTA(config)router ospf 1RTA(config-router)netwo
rk 3.1.1.0 0.0.0.255 area 0RTA(config-router)nei
ghbor 3.1.1.2RTA(config-router)neighbor 3.1.1.3
18DR BDR Issues Point-to-point
Point-to-point connection No DR/BDR election
19DR BDR Issues Hub-and-Spoke topology
- Only RTB can see the two other routers
- Priority must be set to 0 on RTA and RTC
20Adjacency and hub-and-spoke topology
router(config-if)ip ospf network
point-to-multipoint router(config-if)frame-relay
map ip address dlci broadcast
21Show Commands
22Debug Commands
routerdebug ip ospf ? adj OSPF adjacency
events events OSPF events flood OSPF
flooding lsa-generation OSPF lsa
generation packet OSPF packets retransmission
OSPF retransmission events spf OSPF spf tree OSPF
database tree
23(No Transcript)