Advertisement
kweevuss

Router config

Jan 25th, 2015
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. vWLCR#show run
  2. Building configuration...
  3.  
  4. Current configuration:
  5. !
  6. version 12.0
  7. service timestamps debug uptime
  8. service timestamps log uptime
  9. no service password-encryption
  10. !
  11. hostname vWLCR
  12. !
  13.  
  14. !
  15. !
  16. ip subnet-zero
  17. !
  18. ip dhcp pool vlan2
  19. network 172.16.20.0 255.255.255.0
  20. default-router 172.16.20.1
  21. !
  22. ip dhcp pool vlan3
  23. network 172.16.30.0 255.255.255.0
  24. default-router 172.16.30.1
  25. option 43 hex f104.ac10.1e0a
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. interface FastEthernet0/0
  33. no ip address
  34. no ip directed-broadcast
  35. duplex auto
  36. speed auto
  37. !
  38. interface FastEthernet0/0.2
  39. encapsulation dot1Q 2
  40. ip address 172.16.20.1 255.255.255.0
  41. no ip directed-broadcast
  42. !
  43. interface FastEthernet0/0.3
  44. encapsulation dot1Q 3
  45. ip address 172.16.30.1 255.255.255.0
  46. no ip directed-broadcast
  47. !
  48. ip classless
  49. no ip http server
  50. !
  51. !
  52. line con 0
  53. transport input none
  54. line aux 0
  55. line vty 0 4
  56. password letmein
  57. login
  58. !
  59. no scheduler allocate
  60. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement