Advertisement
Guest User

Untitled

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