InterviewSolution
Saved Bookmarks
| 1. |
How Do We Configure Ospf Routing Protocol? |
|
Answer» router(config)# router ospf 10 router(config-router)# network 12.1.1.0 0.0.0.255 area 0 router(config-router)# network 23.1.0.0 0.0.255.255 area 1 router(config-router)# exit
router(config)# router ospf 10 router(config-router)# network 12.1.1.0 0.0.0.255 area 0 router(config-router)# network 23.1.0.0 0.0.255.255 area 1 router(config-router)# exit |
|