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

Can not add hsrp ip address in one of two Nexus 7000

eigrpy
Level 4
Level 4

Hi I noticed one vlan interface miss hsrp ip address in one of two Nexus 7000. When I tried to add the ip address which should be the same with in another Nexus, I got an error message: "ERROR: HSRP address overlaps with IP address configured on Vlan30" I checked the Vlan30, and its ip address does not have overlaped ip address. Any one can give me some suggestion ? Thank you

4 Replies 4

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Can u please share the configuration

Thank you for your reply. I tried to add ip 172.33.10.1 in C7009-01, but I could not

Here is config:

C7009-01# sh run int vlan 100

interface Vlan100
  no ip redirects
  ip address 172.33.10.2/24
  ip router eigrp 100
  ip passive-interface eigrp 100
  hsrp version 2
  hsrp 100
    authentication xxx
    preempt 
    priority 110

 

C7009-02# sh run int vlan 100

interface Vlan100
  no ip redirects
  ip address 172.33.10.3/24
  ip router eigrp 100
  ip passive-interface eigrp 100
  hsrp version 2
  hsrp 100

    authentication xxx
    preempt 
    priority 105
    ip 172.33.10.1 

 

 

 

I just found there is overlaped ip address in other device. Now I can add another new ip address into hsrp group. but I do not know why it is down status. I issued no shutdown, but it is still down. Please see below

 

C7009-02(config-if)# sh int status | i Vlan100
Vlan100        Core Network MGMT  down      routed    auto    auto    --

 

C7009-02(config-if)#sh ip int bri

Vlan100               172.33.10.2     protocol-down/link-down/admin-down

Please check there should be one active interface under vlan 100...

U can do sh vlan 100-.. Check if there is any interface under it and is in up state

 

Hth