|
2975| 8
|
[求助] 新人,求如何配置DHCP |
|
3鸿鹄币
最佳答案交换机en
vl da
vl 10
vl 20
vl 30
vl 40
vl 99
exit
conf t
ip routi
int f0/1
sw acc vl 10
exit
int f0/2
sw acc vl 20
exit
int f0/3
sw acc vl 30
exit
int f0/4
sw acc vl 40
exit
int f0/24
sw acc vl 99
exit
int vl 10
ip add 192.168.10.254 255.255.255.0
ip helper-add 192.168.99.1
no sh
int vl 20
ip add 192.168.20.254 255.255.255.0
ip helper-add 192.168.99.1
no sh
int vl ...
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||