我知道 MUX-UNI 只能在运行某些 IOS 版本、SR 和 SX 的 7600 上配置,我相信。这不包括SRE吗?
登录到运行 12.2(33)SRE9a 的 7600,配置如下;
interface GigabitEthernet8/3
description Link to a box
no ip address
!
interface GigabitEthernet8/3.123
description L3 link to a box
encapsulation dot1Q 556
ip address 10.21.225.65 255.255.255.248
!
interface GigabitEthernet8/3.456
description PWE3 to a box
encapsulation dot1Q 920
xconnect 172.16.25.25 1026 encapsulation mpls
mtu 1500
当我尝试将其重新配置为 MUX-UNI 接口时,会发生以下情况;
r1(config-if)#int gi8/3
r1(config-if)#switchport
Subinterfaces configured on this interface will not be available after mode change. To re-use reserved internal vlans, subinterfaces need to be deleted before changing the mode.
Proceed with the command? [confirm]
我找不到任何明确地说“是”或“否”的 Cisco 文档。
更新:
监控器是 RSP720-3CX1-GE。我尝试配置的线卡是旧的 WS-X6516A-GBIC。但我认为这不取决于线卡,而是取决于 IOS。我在该线路卡上配置了另一个端口并选择了“确认”,果然它关闭并删除了子接口。我尝试先将端口配置为交换机端口,然后添加子接口,但我无法为子接口分配 IP 地址;
r1(config)#do show run | b 8/1
interface GigabitEthernet8/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 58,59
switchport mode trunk
!
interface GigabitEthernet8/1.58
r1(config)#int gi8/1.58
r1(config-subif)#ip ?
Interface IP configuration subcommands:
access-group Specify access control for packets
admission Apply Network Admission Control
auth-proxy Apply authenticaton proxy
dhcp Configure DHCP parameters for this interface
header-compression IPHC options
rsvp RSVP Interface Commands
vrf VPN Routing/Forwarding parameters on the interface
我在不同的线卡WS-X6748-GE-TX上尝试了相同的配置,结果相同,无法配置IP地址,因为在子接口配置模式下没有给出该选项。