Advertisement
Weper

Edge4 Running

Sep 3rd, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. !
  2. version 12.4
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname Edge4
  8. !
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. ip cef
  17. no ipv6 cef
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. spanning-tree mode pvst
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. interface FastEthernet0/0
  38. ip address 10.0.0.1 255.255.255.0
  39. ip nat inside
  40. duplex auto
  41. speed auto
  42. !
  43. interface FastEthernet0/1
  44. no ip address
  45. duplex auto
  46. speed auto
  47. shutdown
  48. !
  49. interface Serial0/0/0
  50. ip address 172.18.0.18 255.255.255.252
  51. encapsulation frame-relay
  52. frame-relay interface-dlci 110
  53. ip ospf network broadcast
  54. ip nat outside
  55. !
  56. interface Serial0/0/1
  57. no ip address
  58. clock rate 2000000
  59. shutdown
  60. !
  61. interface Vlan1
  62. no ip address
  63. shutdown
  64. !
  65. ip nat inside source list 1 interface Serial0/0/0 overload
  66. ip classless
  67. ip route 0.0.0.0 0.0.0.0 Serial0/0/0
  68. !
  69. ip flow-export version 9
  70. !
  71. !
  72. access-list 1 permit 10.0.0.0 0.0.0.255
  73. !
  74. no cdp run
  75. !
  76. !
  77. !
  78. !
  79. !
  80. line con 0
  81. !
  82. line aux 0
  83. !
  84. line vty 0 4
  85. login
  86. !
  87. !
  88. !
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement