Sie sind auf Seite 1von 1

ena

config t
!
ip dhcp excluded-address 11.0.0.1 11.0.0.100
ip dhcp excluded-address 192.168.2.1 192.168.2.100
!
interface fa0/0
no shutdown
!
interface fa0/0.10
encapsulation dot1Q 10
ip add 11.0.0.1 255.0.0.0
no shutdown
!
interface fa0/0.20
encapsulation dot1Q 20
ip add 192.168.2.1 255.255.255.0
no shutdown
!
ip dhcp pool marketing
network 11.0.0.0 255.0.0.0
default-router 11.0.0.1
!
ip dhcp pool TI
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1

Das könnte Ihnen auch gefallen