Guest User

Untitled

a guest
Mar 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. 10:102 20:201
  2. 10:103 30:301
  3.  
  4. R1#ping 192.168.2.2 source serial 3/0.102
  5. Type escape sequence to abort.
  6. Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
  7. Packet sent with a source address of 192.168.1.1
  8. !!!!!
  9. Success rate is 100 percent (5/5), round-trip min/avg/max = 104/172/228 ms
  10.  
  11. interface FastEthernet0/0
  12. ip address 10.1.1.1 255.255.255.0
  13. duplex half
  14. !
  15. interface Serial3/0
  16. no ip address
  17. encapsulation frame-relay
  18. serial restart-delay 0
  19. !
  20. interface Serial3/0.102 point-to-point
  21. ip address 192.168.1.1 255.255.255.0
  22. snmp trap link-status
  23. frame-relay interface-dlci 102
  24. !
  25. interface Serial3/0.103 point-to-point
  26. ip address 192.168.2.1 255.255.255.0
  27. snmp trap link-status
  28. frame-relay interface-dlci 103
  29. !
  30. router eigrp 1
  31. network 10.0.0.0
  32. network 192.168.1.0
  33. network 192.168.2.0
  34. auto-summary
  35.  
  36. interface FastEthernet0/0
  37. ip address 10.2.2.1 255.255.255.0
  38. duplex half
  39. !
  40. interface Serial3/0
  41. no ip address
  42. encapsulation frame-relay
  43. serial restart-delay 0
  44. !
  45. interface Serial3/0.201 point-to-point
  46. ip address 192.168.1.2 255.255.255.0
  47. snmp trap link-status
  48. frame-relay interface-dlci 201
  49. !
  50. router eigrp 1
  51. network 10.0.0.0
  52. network 192.168.1.0
  53. no auto-summary
  54.  
  55. interface FastEthernet0/0
  56. ip address 10.3.3.1 255.255.255.0
  57. duplex half
  58. !
  59. interface Serial3/0.301 point-to-point
  60. ip address 192.168.2.2 255.255.255.0
  61. snmp trap link-status
  62. frame-relay interface-dlci 301
  63. !
  64. router eigrp 1
  65. network 10.0.0.0
  66. network 192.168.2.0
  67. no auto-summary
  68. !
  69. interface Serial3/0
  70. no ip address
  71. encapsulation frame-relay
  72. serial restart-delay 0
Add Comment
Please, Sign In to add comment