If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.
Bạn xem thử nhé:
nt VLAN 1
ip addr 172.16.1.2 255.255.255.0
!
int VLAN 2
ip addr 172.16.2.2 255.255.255.0
!
int VLAN 3
ip addr 172.16.3.2 255.255.255.0
Service DHCP
!
ip dhcp excluded-address 172.16.1.1 172.16.1.40
ip dhcp excluded-address 172.16.2.1 172.16.2.40
ip dhcp excluded-address 172.16.2.1 172.16.2.40
!
ip dhcp pool network-1
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
!
ip dhcp pool network-2
network 172.16.2.0 255.255.255.0
default-router 172.16.1.1
!
ip dhcp pool network-3
network 172.16.3.0 255.255.255.0
default-router 172.16.1.1
Comment