我们有一个连接到 Cisco 1841 路由器的 HPE 1920 PoE 交换机,版本 12.4。HP 交换机有两个 VLAN:
- 数据 - VLAN 1 - 192.168.50.0/24
- 语音 - VLAN 55 - 192.168.55.0/24
交换机上上行链路到路由器的端口具有未标记的 VLAN 1 和标记的 VLAN 55。
路由器配置了两个子接口:
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
ip address 192.168.50.254 255.255.255.0
no snmp trap link-status
no cdp enable
!
interface FastEthernet0/1.55
encapsulation dot1Q 55
ip address 192.168.55.1 255.255.255.0
no snmp trap link-status
no cdp enable
路由器上的 show vlans 显示未配置虚拟 LAN。
默认 VLAN 上可以连接,但第二个 VLAN 上没有,我什至无法从交换机 ping .55 子接口。
请问有没有办法让这个工作?