小白菜it,思科的配置翻译成华三
问题描述:
思科配置如下,
interface FastEthernet0/3
switchport access vlan 99
switchport mode access
switchport voice vlan
switchport port-security maximum 2
switchport port-security
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard loop
组网及组网描述:
思科配置如下,
interface FastEthernet0/3
switchport access vlan 99
switchport mode access
switchport voice vlan
switchport port-security maximum 2
switchport port-security
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard loop
参考:
interface FastEthernet0/3
switchport access vlan 99 //port access vlan 99
switchport mode access // port link-type access
switchport voice vlan
switchport port-security maximum 2 //port-security max-mac-count 2
switchport port-security
spanning-tree portfast //stp edged-port
spanning-tree bpduguard enable //全局stp bpdu-protection
spanning-tree guard loop //loopback-detection enable vlan 1 to 4094
loopback-detection action shutdown
话机接到华三设备上拿不到VOICE 地址只能拿到access地址,是什么问题啊
小白菜it思科的配置翻译成华三H3C的如下:
interface Ethernet0/3
port access vlan 99
port link-type access
voice vlan
port-security max-mac-num 2
port-security enable
stp edged-port enable
stp bpdu-protection
stp loop-protection
6小时前回答你正在,思科的配置翻译成华三