Guest User

Untitled

a guest
May 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Alpha-36#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 661 bytes
  5. !
  6. version 12.2
  7. service timestamps debug uptime
  8. service timestamps log uptime
  9. no service password-encryption
  10. !
  11. hostname Alpha-36
  12. !
  13. !
  14. ip subnet-zero
  15. !
  16. !
  17. !
  18. call rsvp-sync
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. interface Ethernet0/0
  27. ip address 192.168.1.136 255.255.255.0
  28. half-duplex
  29. !
  30. interface Ethernet0/1
  31. ip address 192.168.3.1 255.255.255.0
  32. half-duplex
  33. !
  34. router rip
  35. version 2
  36. redistribute static
  37. network 192.168.1.0
  38. network 192.168.3.0
  39. default-information originate
  40. no auto-summary
  41. !
  42. ip classless
  43. ip route 0.0.0.0 0.0.0.0 192.168.1.1
  44. ip route 192.168.1.0 255.255.255.0 192.168.1.1
  45. no ip http server
  46. !
  47. !
  48. dial-peer cor custom
  49. !
  50. !
  51. !
  52. !
  53. line con 0
  54. line aux 0
  55. line vty 0 4
  56. !
  57. end
Add Comment
Please, Sign In to add comment