cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
4049
Views
0
Helpful
4
Replies

What is wrong...? vPC question

joyride_us2
Level 1
Level 1

Hello,

what is wrong :

Nexus1 (5548)

vpc domain 1

role priority 4098

system-priority 2000

peer-keepalive destination 10.100.2.13 source 10.100.2.12

delay restore 150

auto-recovery

...

interface Port-channel1

swithc mode trunk

switchpo trunk native vlan 998

spanning-tree port type network

vpc peer-link

_______________________

Nexus 2 (5548)

vpc domain 1

role priority 4096

system priority 2000

peer-keepalive destination 10.200.2.12 source 10.200.2.13

delay restore 150

auto-recovery

interface Port-channel1

switchp mode trunk

switch trunk native vlan 998

spanning-tree port type network

vpc peer-link

>show vpc

vPC domain Id : 1

Peer status   : peer adjacency formed OK

vPC keep-alive status : Suspended (Destination IP not reachable)

Thank you.

1 Accepted Solution

Accepted Solutions

Hey No you should be able to build that live without any issues , basically its just routed vlan across a trunk link so those ips can reach other and keep the hearbeat going between the 2 5ks , once you have that setup that should stop your message ---vPC keep-alive status : Suspended (Destination IP not reachable)  and give you something like vPC keep-alive status : peer is alive

View solution in original post

4 Replies 4

Mark Malone
VIP Alumni
VIP Alumni

Hey vpc keep alive goes across layer 3 link

needs to be another separate po , that's routed those ips or use the mgtm ports

see this doc rexample

http://www.netcraftsmen.com/how-vpc-works/

vpc domain 100
  peer-switch
  role priority 200
  system-priority 150
  peer-keepalive destination 10.1.1.1 source 10.1.1.2 vrf heartbeat
  peer-gateway
  ip arp synchronize

interface port-channel1
  switchport
  switchport mode trunk
  switchport trunk allowed vlan 2,10-11,17-18,20,28,31,33-34,36-39
  switchport trunk allowed vlan add 48,50,64-67,70,72,74,76,78,80,90-108
  switchport trunk allowed vlan add 112,226,400,431,490,1226
  spanning-tree port type network
  logging event port link-status
  logging event port trunk-status
  vpc peer-link

interface Vlan3111
  description EIGRP Routed Subnet
  no shutdown
  no ip redirects
  ip address 10.1.1.1/30

interface port-channel3111
  description Port-Channel to CORE 7K2
  switchport
  switchport access vlan 3111
  switchport trunk allowed vlan none
  logging event port link-status
  logging event port trunk-status

Thanks Mark.

Do I need to restart anything to get this rolling ?

Hey No you should be able to build that live without any issues , basically its just routed vlan across a trunk link so those ips can reach other and keep the hearbeat going between the 2 5ks , once you have that setup that should stop your message ---vPC keep-alive status : Suspended (Destination IP not reachable)  and give you something like vPC keep-alive status : peer is alive

dukenuk96
Level 3
Level 3

Show full running config please.

Review Cisco Networking for a $25 gift card