Connectivity Guide

Table Of Contents
OS10(conf-if-eth1/1/2)# no switchport
OS10(conf-if-eth1/1/2)# ip vrf forwarding vrf-blue
OS10(conf-if-eth1/1/1)# ip address 11.1.1.1/24
OS10(conf-if-eth1/1/1)# ip ospf 100 area 0.0.0.0
Assign router identier
For managing and troubleshooting purposes, you can assign a router ID for the OSPFv2 process. Use the router’s IP address as the router
ID.
Assign the router ID for the OSPFv2 process in ROUTER-OSPF mode
router-id ip-address
Assign router ID
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# router-id 10.10.1.5
View OSPFv2 status
OS10# show ip ospf 10
Routing Process ospf 10 with ID 10.10.1.5
Supports only single TOS (TOS0) routes
It is an Autonomous System Boundary Router
It is Flooding according to RFC 2328
Convergence Level 0
Min LSA origination 0 msec, Min LSA arrival 1000 msec
Min LSA hold time 5000 msec, Max LSA wait time 5000 msec
Number of area in this router is 1, normal 1 stub 0 nssa 0
Area (0.0.0.0)
Number of interface in this area is 3
SPF algorithm executed 38 times
Area ranges are
Stub areas
Type 5 LSAs are not ooded into stub areas. The ABR advertises a default route into the stub area where it is attached. Stub area routers
use the default route to reach external destinations.
1 Enable OSPF routing and enter ROUTER-OSPF mode, from 1 to 65535.
router ospf instance number
2 Congure an area as a stub area in ROUTER-OSPF mode.
area area-id stub [no-summary]
area-id—Enter the OSPF area ID as an IP address in A.B.C.D format or number, from 1 to 65535.
no-summary—(Optional) Enter to prevent an ABR from sending summary LSA to the stub area.
Congure stub area
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# area 10.10.5.1 stub
View stub area conguration
OS10# show ip ospf
Routing Process ospf 10 with ID 130.6.196.14
Supports only single TOS (TOS0) routes
It is Flooding according to RFC 2328
SPF schedule delay 1000 msecs, Hold time between two SPFs 10000 msecs
Convergence Level 0
Min LSA origination 0 msec, Min LSA arrival 1000 msec
Min LSA hold time 5000 msec, Max LSA wait time 5000 msec
Number of area in this router is 1, normal 0 stub 1 nssa 0
Layer 3
437