我正试图将PA-3020上的两个10位接口捆绑到思科Cat9300上。以前,我在同一台设备上捆绑了两个千兆接口,一切都很好。但现在,当我尝试以同样的方式配置它时,思科侧的10 Gig端口仍然处于“等待聚合”模式。在Palo上的AE束在GUI上显示出一个琥珀色的符号。
show etherc 2 summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
A - formed by Auto LAG
Number of channel-groups in use: 6
Number of aggregators: 6
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
2 Po2(SU) LACP Te3/1/6(P) Te3/1/7(w)show run int port-channel 2
Building configuration...
Current configuration : 107 bytes
!
interface Port-channel2
switchport trunk native vlan 511
switchport mode trunk
lacp max-bundle 2
endshow run int te 3/1/6
Building configuration...
Current configuration : 150 bytes
!
interface TenGigabitEthernet3/1/6
switchport trunk native vlan 511
switchport mode trunk
channel-protocol lacp
channel-group 2 mode active
end我已经尝试了不同模式的LACP在思科和帕洛阿尔托侧,但永远无法使两个端口在思科捆绑或绿色标志的AE捆绑在帕洛阿尔托。
思科在阅读文档时表示,它有可能在10 Gigabit接口上设置Ggabit以太通道。我知道它适用于帕洛阿尔托,因为其他的捆绑也在上升。这里的配置中缺少什么东西吗?
发布于 2020-02-28 18:43:35
问题是帕洛阿尔托上有两种不同类型的物理接口。PA3020有两种不同类型的SFP端口(1gAbd10gig),我忘记了。
https://networkengineering.stackexchange.com/questions/65375
复制相似问题