Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Router#sh running-config
  2. Building configuration...
  3.  
  4. Current configuration : 984 bytes
  5. !
  6. version 12.4
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname Router
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. no ip cef
  19. no ipv6 cef
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. spanning-tree mode pvst
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. interface FastEthernet0/0
  40. ip address 192.168.1.1 255.255.255.0
  41. ip nat inside
  42. duplex auto
  43. speed auto
  44. !
  45. interface FastEthernet0/1
  46. no ip address
  47. duplex auto
  48. speed auto
  49. shutdown
  50. !
  51. interface Serial0/1/0
  52. no ip address
  53. encapsulation frame-relay
  54. clock rate 2000000
  55. !
  56. interface Serial0/1/0.100 point-to-point
  57. ip address 100.0.0.1 255.0.0.0
  58. frame-relay interface-dlci 100
  59. ip nat outside
  60. clock rate 2000000
  61. !
  62. interface Vlan1
  63. no ip address
  64. shutdown
  65. !
  66. router eigrp 1
  67. network 100.0.0.0
  68. network 192.168.1.0
  69. auto-summary
  70. !
  71. ip nat inside source list 1 interface Serial0/1/0.100 overload
  72. ip classless
  73. !
  74. ip flow-export version 9
  75. !
  76. !
  77. access-list 1 permit 192.168.1.0 0.0.0.255
  78. !
  79. !
  80. !
  81. !
  82. !
  83. line con 0
  84. !
  85. line aux 0
  86. !
  87. line vty 0 4
  88. login
  89. !
  90. !
  91. !
  92. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement