发布网友 发布时间:2022-04-21 20:49
共1个回答
热心网友 时间:2023-10-04 11:01
输入以下命令
vlan 10
interface Vlanif10
ip address 192.168.3.2 255.255.255.0
interface GigabitEthernet0/0/1
port link-type access
port default vlan 10
interface GigabitEthernet0/0/2
port link-type access
port default vlan 10
interface GigabitEthernet0/0/3
port link-type access
port default vlan 10
interface GigabitEthernet0/0/4
port link-type access
port default vlan 10
ip route-static 0.0.0.0 0.0.0.0 202.98.192.67追问[Quidway-vlan10]interface Vlanif10
我输入这个命令的时候就出现这个问题
Error: Can not create this interface because the interface number of this type h
as reached its maximum.
追答说明你的精简版不支持多个vlanif,你改成vlanif1就行了。把1-4端口放到vlan1(默认就是vlan1)