我有这样的场景,并试图为Cisco ASA 5585 (活动备用)配置vPC。

Nexus vPC配置:
interface port-channel1
switchport mode trunk
switchport trunk allowed vlan 10
speed 10000
mtu 9216
vpc 1Nexus vPC输出
# show vpc brief
Legend:
(*) - local vPC is down, forwarding via vPC peer-link
vPC domain id : 1
Peer status : peer adjacency formed ok
vPC keep-alive status : peer is alive
Configuration consistency status : success
Per-vlan consistency status : success
Type-2 consistency status : success
vPC role : primary
Number of vPCs configured : 3
Peer Gateway : Enabled
Dual-active excluded VLANs : -
Graceful Consistency Check : Enabled
Auto-recovery status : Enabled, timer is off.(timeout = 240s)
Delay-restore status : Timer is off.(timeout = 30s)
Delay-restore SVI status : Timer is off.(timeout = 10s)
vPC Peer-link status
---------------------------------------------------------------------
id Port Status Active vlans
-- ---- ------ --------------------------------------------------
1 Po999 up 10,100
vPC status
----------------------------------------------------------------------
id Port Status Consistency Reason Active vlans
-- ---- ------ ----------- ------ ------------
1 Po1 up success success 10Cisco ASA配置:
# sh run int po1
!
interface Port-channel1
lacp max-bundle 8
no nameif
no security-level
no ip address
!
interface TenGigabitEthernet0/8
channel-group 1 mode active
no nameif
no security-level
no ip address
!
interface TenGigabitEthernet0/9
channel-group 1 mode active
no nameif
no security-level
no ip address
!端口-通道摘要
# show port-channel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
U - in use N - not in use, no aggregation/nameif
M - not in use, no aggregation due to minimum links not met
w - waiting to be aggregated
Number of channel-groups in use: 1
Group Port-channel Protocol Span-cluster Ports
------+-------------+---------+------------+------------------------------------
1 Po1(N) LACP No Te0/8(P) Te0/9(P)Po1(N) N - not in use, no aggregation/nameif?我在这里找到了链接,但没有用:https://www.fir3net.com/Switches/Cisco/design-caveats-active-standby-network-devices-connected-via-vpc.html
发布于 2018-03-12 23:02:42
发布于 2018-03-12 20:21:08
萨蒂什
我们有类似的设置与两个Nexus7K开关,我们不使用VPC,我们使用HSRP在第二层交叉连接我们的Nexus交换机。从那里,我们交叉连接我们的分配和访问交换机使用中继端口的容错。
如果一个ASA正在备份另一个ASA,您应该研究在ASA中创建HA选项。您的ASA将以主动和备用模式相互连接,您可能需要在ASA上使用此功能的许可证。
https://networkengineering.stackexchange.com/questions/49050
复制相似问题