Advertisement
JConnors

rt1.config

May 26th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. rt1.dadlab.bn#sh running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1535 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname rt1.dadlab.bn
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. enable secret 5 $1$irPI$UoYHqpv5YLXacgKkGlLW5/
  17. enable password ?????
  18. !
  19. no aaa new-model
  20. memory-size iomem 15
  21. no network-clock-participate slot 1
  22. no network-clock-participate wic 0
  23. no ip routing
  24. no ip cef
  25. !
  26. !
  27. no ip dhcp use vrf connected
  28. !
  29. ip dhcp pool dadlab_ccna
  30. network 172.30.2.0 255.255.255.0
  31. default-router 172.30.2.175
  32. dns-server 172.30.2.10
  33. !
  34. ip dhcp pool dadlab_ccna_1
  35. network 172.30.3.0 255.255.255.0
  36. default-router 172.30.3.170
  37. dns-server 172.30.2.10
  38. !
  39. !
  40. ip name-server 172.30.2.10
  41. !
  42. !
  43. !
  44. !
  45. !
  46. interface FastEthernet0/0
  47. ip address 172.30.2.170 255.255.255.0
  48. no ip route-cache
  49. duplex auto
  50. speed auto
  51. !
  52. interface FastEthernet0/1
  53. ip address 172.30.3.170 255.255.255.0
  54. no ip route-cache
  55. duplex auto
  56. speed auto
  57. !
  58. interface FastEthernet1/0
  59. ip address 172.30.2.175 255.255.255.0
  60. no ip route-cache
  61. duplex auto
  62. speed auto
  63. !
  64. ip default-gateway 172.30.2.1
  65. ip forward-protocol nd
  66. ip route 0.0.0.0 0.0.0.0 172.30.2.1
  67. !
  68. no ip http server
  69. !
  70. access-list 101 permit udp any any eq domain
  71. access-list 101 permit udp any eq domain any
  72. access-list 101 permit icmp any any echo-reply
  73. access-list 101 permit ip any any
  74. !
  75. control-plane
  76. !
  77. !
  78. line con 0
  79. exec-timeout 0 0
  80. privilege level 15
  81. logging synchronous
  82. line aux 0
  83. exec-timeout 0 0
  84. privilege level 15
  85. logging synchronous
  86. line vty 0 4
  87. password ???????
  88. login
  89. !
  90. !
  91. end
  92.  
  93. rt1.dadlab.bn#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement