Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. DHCP:
  2.  
  3. R0(config)#ip dhcp excluded-address 10.3.13.1
  4. R0(config)#ip dhcp excluded-address 10.3.13.2
  5.  
  6. R0(config)#ip dhcp excluded-address 10.3.23.1
  7. R0(config)#ip dhcp excluded-address 10.3.23.2
  8.  
  9. R0(config)#ip dhcp excluded-address 10.3.33.1
  10. R0(config)#ip dhcp excluded-address 10.3.33.2
  11.  
  12. R0(config)#ip dhcp excluded-address 192.168.15.129
  13. R0(config)#ip dhcp excluded-address 192.168.15.130
  14.  
  15. NU DE POOLS
  16.  
  17. conf t
  18. ip dhcp pool vlan313
  19. network 10.3.13.0 255.255.255.0
  20. default-router 10.3.13.1 /////(10.3.13.0 +1)
  21.  
  22. ----
  23. R0(config)#ip dhcp pool vlan323
  24. R0(dhcp-config)#network 10.3.23.0 255.255.255.0
  25. R0(dhcp-config)#default-router 10.3.23.1
  26.  
  27. ----
  28.  
  29. R0(config)#ip dhcp pool vlan333
  30. R0(dhcp-config)#network 10.3.33.0 255.255.255.0
  31. R0(dhcp-config)#default-router 10.3.33.1
  32.  
  33.  
  34. R0(config)#ip dhcp pool 50hosts
  35. R0(dhcp-config)#netwo
  36. R0(dhcp-config)#network 192.168.15.128 255.255.255.192
  37. R0(dhcp-config)#default
  38. R0(dhcp-config)#default-router 192.168.15.129
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement