Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1.  
  2.  
  3. User Access Verification
  4.  
  5. Password:
  6. R1>enable
  7. Password:
  8. Password:
  9. R1#config
  10. Configuring from terminal, memory, or network [terminal]? t
  11. Enter configuration commands, one per line. End with CNTL/Z.
  12. R1(config)#int s0
  13. R1(config-if)#ip address 192.168.25.1 255.255.255.0
  14. R1(config-if)#clockrate 64000
  15. R1(config-if)#no shut
  16. R1(config-if)#exit
  17. R1(config)#exit
  18. R1#ping 192.168.25.2
  19.  
  20. Type escape sequence to abort.
  21. Sending 5, 100-byte ICMP Echos to 192.168.25.2, timeout is 2 seconds:
  22. !!!!!
  23. Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms
  24. R1#router ospf 100
  25. ^
  26. % Invalid input detected at '^' marker.
  27.  
  28. R1#config
  29. Configuring from terminal, memory, or network [terminal]?
  30. Enter configuration commands, one per line. End with CNTL/Z.
  31. R1(config)#router ospf 100
  32. R1(config-router)#network 192.168.14.0 0.0.0.255 area 0
  33. R1(config-router)#network 192.168.25.0 0.0.0.255 area 0
  34. R1(config-router)#exit
  35. R1(config)#exit
  36. R1#ping 192.168.13.2
  37.  
  38. Type escape sequence to abort.
  39. Sending 5, 100-byte ICMP Echos to 192.168.13.2, timeout is 2 seconds:
  40. !!!!!
  41. Success rate is 100 percent (5/5), round-trip min/avg/max = 84/85/88 ms
  42. R1#tracert 192.168.13.2
  43. ^
  44. % Invalid input detected at '^' marker.
  45.  
  46. R1#traceroute 192.168.13.2
  47.  
  48. Type escape sequence to abort.
  49. Tracing the route to 192.168.13.2
  50.  
  51. 1 192.168.25.2 40 msec 12 msec 16 msec
  52. 2 192.168.3.2 44 msec 28 msec 28 msec
  53. 3 192.168.13.2 40 msec * 40 msec
  54. R1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement