Guest User

Untitled

a guest
Jan 14th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. hostname RouterLan
  2.  
  3. ip dhcp excluded-address 172.16.96.1
  4. ip dhcp excluded-address 172.16.97.1
  5. !
  6. ip dhcp pool pool1
  7. network 172.16.96.0 255.255.255.0
  8. default-router 172.16.96.1
  9. !
  10. ip dhcp pool pool2
  11. network 172.16.97.0 255.255.255.0
  12. default-router 172.16.97.1
  13. !
  14. ip domain name router.lan
  15. ip ssh version 2
  16. !
  17. username jass password 0 pass
  18. !
  19. interface FastEthernet0/0
  20. no ip address
  21. duplex auto
  22. speed auto
  23. !
  24. interface FastEthernet0/0.40
  25. encapsulation dot1Q 40
  26. ip address 172.16.96.1 255.255.255.0
  27. !
  28. interface FastEthernet0/0.100
  29. encapsulation dot1Q 100
  30. ip address 172.16.97.1 255.255.255.0
  31. !
  32. end
Add Comment
Please, Sign In to add comment