锐捷交换机如何查看IP和MAC

锐捷交换机如何查看IP和MAC及MAC相对应的端口
2024-11-25 14:44:56
推荐回答(2个)
回答1:

查看当前配置及IP地址:#show running-config

查看交换机端口对应的MAC地址:#show mac-address-table

查看MAC地址表:S2126G#show mac-address-table

查看MAC地址表记录的生存时间:S2126G#show mac-address-table aging-time

扩展资料:

锐捷交换机的其它网络命令

1.配置Port VLAN:

Switch(config-if)#switchport access vlan <1-4094>

2.配置Tag VLAN:

Switch(config-if)#switchport mode trunk

3.配置本地(native)VLAN

Switch(config-if)#switchport trunk native vlan <1-4094>

3.从主干链路中清除VLAN

Switch(config-if)#switchport trunk allowed vlan except

注:VLAN1不可被清除

锐捷交换机VLAN的验证:

1.显示全部的VLAN:Switch#show vlan

2.显示单独的VLAN :Switch#show vlan id <1-4094>

3.将VLAN信息保存到flash中:Switch#write memory

4.从flash中清除VLAN信息:Switch#delete flash:vlan.dat

回答2:

查看当前配置及IP地址
#show running-config
查看交换机端口对应的MAC地址
#show mac-address-table