11-24-2019 03:04 AM
SW1# interface Ethernet1/1 interface Ethernet1/2 interface Ethernet1/3 interface Ethernet1/4
interface port-channel20 vpc domain 100 | SW2# interface Ethernet1/1 interface Ethernet1/2 interface Ethernet1/3 interface Ethernet1/4
interface port-channel10
interface port-channel20 vpc domain 100 |
SW1# show port-channel summary Flags: D - Down P - Up in port-channel (members) I - Individual H - Hot-standby (LACP only) s - Suspended r - Module-removed b - BFD Session Wait S - Switched R - Routed U - Up (port-channel) p - Up in delay-lacp mode (member) M - Not in use. Min-links not met -------------------------------------------------------------------------------- Group Port- Type Protocol Member Ports Channel -------------------------------------------------------------------------------- 10 Po10(RU) Eth LACP Eth1/1(P) Eth1/2(P) 20 Po20(SU) Eth LACP Eth1/3(P) Eth1/4(P) | sw2# show port-channel summary Flags: D - Down P - Up in port-channel (members) I - Individual H - Hot-standby (LACP only) s - Suspended r - Module-removed b - BFD Session Wait S - Switched R - Routed U - Up (port-channel) p - Up in delay-lacp mode (member) M - Not in use. Min-links not met -------------------------------------------------------------------------------- Group Port- Type Protocol Member Ports Channel -------------------------------------------------------------------------------- 10 Po10(RU) Eth LACP Eth1/1(P) Eth1/2(P) 20 Po20(SU) Eth LACP Eth1/3(P) Eth1/4(P) |
SW1# show vpc vPC domain id : 100 vPC Peer-link status | sw2# show vpc vPC domain id : 100 vPC Peer-link status |
12-05-2019 11:48 PM
Hi,
Show vpc clearly states that
vPC keep-alive status : Suspended (Destination IP not reachable) that means the somehow your routing is not working.
vpc domain 100
role priority 4098
peer-keepalive destination 1.1.1.2 source 1.1.1.1
Here, by default Management VRF is chosen to route. So please check what VRF you are using in order to route the keepalive link traffic.
You can check if any firewall in between that might be blocking the default port UDP / 3200 used by the keepalive process.
07-01-2021 03:54 PM
peer-keepalive destination 1.1.1.1 source 1.1.1.2 vrf default
it will work
01-27-2023 08:33 PM
that worked, thanks. what a ridiculous command!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide