Guest User

Untitled

a guest
Oct 17th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. R66(config-subif)#do sh runn
  2. Building configuration...
  3.  
  4. Current configuration : 1934 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 R66
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. logging message-counter syslog
  17. !
  18. aaa new-model
  19. !
  20. !
  21. aaa authentication login AAAauthen group tacacs+ local
  22. !
  23. !
  24. aaa session-id common
  25. dot11 syslog
  26. ip source-route
  27. !
  28. !
  29. !
  30. !
  31. ip cef
  32. ip domain name gop.com
  33. !
  34. multilink bundle-name authenticated
  35. !
  36. !
  37. !
  38. !
  39. !
  40. username gop password 0 Pattaya
  41. archive
  42. log config
  43. hidekeys
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. interface FastEthernet0/0
  53. description TO CORE ROUTER
  54. ip address dhcp
  55. ip nat outside
  56. ip virtual-reassembly
  57. duplex auto
  58. speed auto
  59. !
  60. interface FastEthernet0/1
  61. description 3550 trunk
  62. no ip address
  63. duplex auto
  64. speed auto
  65. !
  66. interface FastEthernet0/1.10
  67. description VLAN 10
  68. encapsulation dot1Q 10
  69. ip address 172.10.100.10 255.255.255.0
  70. ip nat inside
  71. ip virtual-reassembly
  72. !
  73. interface FastEthernet0/1.20
  74. encapsulation dot1Q 20
  75. ip address 172.10.200.10 255.255.255.0
  76. ip nat inside
  77. ip virtual-reassembly
  78. !
  79. interface Serial0/0/0
  80. no ip address
  81. shutdown
  82. clock rate 2000000
  83. !
  84. ip default-gateway 192.168.1.1
  85. ip forward-protocol nd
  86. ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
  87. ip route 0.0.0.0 0.0.0.0 192.168.1.1
  88. ip route 172.10.100.0 255.255.255.0 FastEthernet0/1.10
  89. ip route 172.10.200.0 255.255.255.0 FastEthernet0/1.20
  90. ip route 192.168.1.0 255.255.255.0 192.168.1.1
  91. no ip http server
  92. no ip http secure-server
  93. !
  94. !
  95. ip nat inside source list 10 interface FastEthernet0/0 overload
  96. ip nat inside source list 100 interface FastEthernet0/0 overload
  97. !
  98. access-list 10 permit 172.10.100.0 0.0.0.255
  99. access-list 10 permit 172.10.200.0 0.0.0.255
  100. access-list 100 permit ip 192.168.1.0 0.0.0.255 any
  101. access-list 100 permit ip 172.10.100.0 0.0.0.255 any
  102. access-list 101 permit ip 192.168.1.0 0.0.0.255 any
  103. !
  104. !
  105. !
  106. !
  107. tacacs-server host 172.10.100.22
  108. !
  109. control-plane
  110. !
  111. !
  112. line con 0
  113. line aux 0
  114. line vty 0 4
  115. !
  116. scheduler allocate 20000 1000
  117. end
Add Comment
Please, Sign In to add comment