IOS üzerind VLAN bazlı ip dağıtma
ip dhcp excluded-address 10.0.10.1 10.0.10.10
ip dhcp excluded-address 10.0.20.1 10.0.20.10
ip dhcp pool Guest
network 10.0.10.0 255.255.255.0
default-router 10.0.10.1
dns-server 208.67.222.222
!
ip dhcp pool Local
network 10.0.20.0 255.255.255.0
default-router 10.0.20.1
dns-server 208.67.222.222
!
interface FastEthernet0/2
switchport access vlan 10
!
interface FastEthernet0/3
switchport access vlan 20
!
interface Vlan10
ip address 10.0.10.1 255.255.255.0
!
interface Vlan20
ip address 10.0.20.1 255.255.255.0
Categories: Cisco
Yorumlar