Working from the my last couple of OSPF posts I am going to try and crystallize some of the material found by working through questions found in Stewart, B,D., Gough, C (2008). CCNP BSCI Official Exam Certification Guide, Fourth Edition. Indianapolis: Cisco Press book.
10. How would you show the OSPF process ID of the router?
The OSPF process ID is the ID of the OSPF process to which the interface belongs. Defined by the below command
Router_1(config)#router ospf [process id]
The process ID is local to the router, and two OSPF neighboring routers can have different OSPF process IDs. (This is not true of Enhanced Interior Gateway Routing Protocol [EIGRP], in which the routers need to be in the same autonomous system). IOS can run multiple OSPF processes on the same router, and the process ID merely distinguishes one process from the another. The process ID should be a positive integer.
To show the OSPF Process ID use the following commands:
Router_1#show ip ospf
In the first line of output Routing Process ospf xxx with ID xxx.xxx.xxx.xxx
Router_1#show ip ospf database
In the first line of output OSPF Router with ID (xxx.xxx.xxx.xxx) (Process ID xxx)
Router_1#show ip ospf interface
In the third (plus or minus) line of output Process ID xxx, Router ID xxx.xxx.xxx.xxx, network type xxxxxxxxx, Cost: x
Resources:
Notes and Notices: This is a part of my personal BSCI notes and research to assist myself in learning and understanding the concepts and theory for the BSCI exam. I learn by making notes reading and writing things down and wish to file them where I cannot lose them. These notes are not to be seen, judged or mistaken for replacements to Cisco recognized and authorized training which I personally support and attend and suggest you undertake if you are going for the BSCI Certification.
how can u miss this:
show ip protocols
http://www.flickr.com/photos/deonlouwbotha/3618736573/
Reply
Oops
I won’t forget that one again
http://www.cisco.com/en/US/docs/ios/12_3/iproute/command/reference/ip2_s3g.html#wp1039132
Reply