how to view ospf process ID

shaun5263shaun5263 Member Posts: 120 ■■■□□□□□□□
can anyone tell me if there is another way to view the ospf process ID's running on a router? I typically find it using "show ip protocols"

I bought a practice test package and one of the sims freezes when you enter that command and you have to know the process ID to solve the issue. I e-mailed the company and their response was "well it doesnt ask you to enter show ip protocols".

any suggestions?

Comments

  • nice343nice343 Member Posts: 391
    sh ip ospf
    

    sh ip ospf neighbor
    
    use this command on the neighbor router to find the neighbors router ID. Personally I like this command when verifying ospf because it also allows you to see the DR or BDR when ospf is configured in an NBMA or a broadcast network
    My daily blog about IT and tech stuff
    http://techintuition.com/
  • shaun5263shaun5263 Member Posts: 120 ■■■□□□□□□□
    tried those, this sim sucks it just gave me blank output. thanks though
  • nice343nice343 Member Posts: 391
    shaun5263 wrote:
    tried those, this sim sucks it just gave me blank output. thanks though

    the best simulator you can ever get is dynamips. This actually runs real router ios.
    My daily blog about IT and tech stuff
    http://techintuition.com/
  • shaun5263shaun5263 Member Posts: 120 ■■■□□□□□□□
    Thank you very much :D
  • mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    They may just be looking for you to do a show run and grab the process ID from the "router ospf" line(s) in the config.
    :mike: Cisco Certifications -- Collect the Entire Set!
  • shaun5263shaun5263 Member Posts: 120 ■■■□□□□□□□
    Thanks mike, for some reason I didnt even think to do show run
  • shednikshednik Member Posts: 2,005
    that would've prob been my first move unless show run was disabled
  • NetstudentNetstudent Member Posts: 1,693 ■■■□□□□□□□
    Router# show ip ospf interface 
    
    Ethernet 0 is up, line protocol is up
    
    Internet Address 192.168.254.202, Mask 255.255.255.0, Area 0.0.0.0
    
    AS 201, Router ID 192.168.99.1, Network Type BROADCAST, Cost: 10
    
    Transmit Delay is 1 sec, State OTHER, Priority 1
    
    Designated Router id 192.168.254.10, Interface address 192.168.254.10
    
    Backup Designated router id 192.168.254.28, Interface addr 192.168.254.28
    
    Timer intervals configured, Hello 10, Dead 60, Wait 40, Retransmit 5
    
    Hello due in 0:00:05
    
    Neighbor Count is 8, Adjacent neighbor count is 2
    
      Adjacent with neighbor 192.168.254.28  (Backup Designated Router)
    
      Adjacent with neighbor 192.168.254.10  (Designated Router) 
    
    Router# show ip ospf 
    
    
      Routing Process "ospf 201" with ID 10.0.0.1 and Domain ID 10.20.0.1 
    
      Supports only single TOS(TOS0) routes 
    
      Supports opaque LSA 
    
      SPF schedule delay 5 secs, Hold time between two SPFs 10 secs 
    
      Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs 
    
      LSA group pacing timer 100 secs 
    
      Interface flood pacing timer 55 msecs 
    
      Retransmission pacing timer 100 msecs 
    
      Number of external LSA 0. Checksum Sum 0x0      
    
      Number of opaque AS LSA 0. Checksum Sum 0x0      
    
      Number of DCbitless external and opaque AS LSA 0 
    
      Number of DoNotAge external and opaque AS LSA 0 
    
      Number of areas in this router is 2. 2 normal 0 stub 0 nssa 
    
      External flood list length 0 
    
    
    Router# show ip ospf database
    
    
    OSPF Router with id(192.168.239.66) (Process ID 300)
    
    
                     Displaying Router Link States(Area 0.0.0.0)
    
    
    

    Router# show ip ospf traffic
    
    
    OSPF statistics:
    
      Rcvd: 5300 total, 730 checksum errors
    
            333 hello, 10 database desc, 3 link state req
    
            24 link state updates, 13 link state acks
    
    
      Sent: 264 total
    
            222 hello, 12 database desc, 3 link state req
    
            17 link state updates, 12 link state acks
    
    
               OSPF Router with ID (2.0.0.202) (Process ID 100)
    
    
    There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
Sign In or Register to comment.