0% found this document useful (0 votes)
40 views1 page

Router DHCP Configuration Guide

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Router DHCP Configuration Guide

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Router0

-------
ip dhcp excluded-address 192.168.10.1
ip dhcp excluded-address 192.168.20.1
ip dhcp excluded-address 192.168.30.1
!
ip dhcp pool VLAN10
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
ip dhcp pool VLAN30
network 192.168.30.1 255.255.255.0
default-router 192.168.30.1
!

!
access-list 1 permit 192.168.0.253
access-list 1 permit 192.168.0.252
! ---> access-list 1 dey any <---
!
line vty 0 4
access-class 1 in
!

Router1
-------

ip dhcp excluded-address 192.168.1.1 192.168.1.20


ip dhcp excluded-address 192.168.1.129 192.168.1.140
!
ip dhcp pool VLAN10
network 192.168.1.0 255.255.255.128
default-router 192.168.1.1
ip dhcp pool VLAN20
network 192.168.1.128 255.255.255.128
default-router 192.168.1.129

!
ip access-list stan REMOTO
no permit 192.168.0.253
permit 192.168.0.254
!
line vty 0 4
access-class REMOTO in
!

You might also like