2000.12.15--22.55
极进交换机vlan配置及MTU修改
1、查看设备物理接口及vlan信息
2、配置vlan
3、查看设备mtu及三层接口mtu信息
4、修改设备mtu及三层接口mtu
5、查看并保存配置
以vlan10,port1,mtu2000举例:
进入设备并查看接口配置
console口波特率9600进入
默认密码
user:admin
pass:<none>
show vlan
show configuration vlan
show ports
show ports information detail
show configuration detail | include tag
show configuration detail
vlan配置
creat vlan <vlan_name> tag 10
configure vlan <vlan_name> tag 10
configure valn <vlan_name> protocol ip
configure vlan <vlan_name> ipaddress xxxx/x
enable ipforwarding vlan <vlan_name>
configure vlan Default add ports 1 tagged
configure vlan <vlan_name> add ports 1 untagged
查看MTU
show vlan
show ipconfig vlan "<vlan_name>"
show configuration detail | include jum
show configuration detail | include mtu
修改设备mtu及三层接口mtu
configure jumbo-frame-size 2000
configure ip-mtu 2000 vlan "<vlan_name>"
enable jumbo-frame ports 1
有疑问或交流请联系:[email protected]
标签:configuration,configure,show,vlan,detail,mtu,极进,MTU From: https://www.cnblogs.com/gaoshuai010107/p/16986300.html