cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3376
Views
0
Helpful
5
Replies

HSRP issue

de fl
Level 1
Level 1

I am having an issue bringing up a newly created vlan.  When I run a " show standby" I get "State is Init (interface down)".  I have tried doing shut\no shut on the interface and vlan but no luck.  What am I missing?

 

Vlan230 - Group 1
  State is Init (interface down)
  Virtual IP address is 192.168.230.1
  Active virtual MAC address is unknown
    Local virtual MAC address is 0000.0c07.ac01 (v1 default)
  Hello time 1 sec, hold time 3 sec
  Authentication text "mynetwork1"
  Preemption enabled, delay min 300 secs
  Active router is unknown
  Standby router is unknown
  Priority 110 (configured 110)
  Group name is "hsrp-Vl230-1" (default)

 

I have the following configuration on Layer 3 switch A and Layer 3 switch B:

Switch A:

interface Vlan230
 ip address 192.168.230.2 255.255.255.0
 no ip redirects
 no ip proxy-arp
 standby 1 ip 192.168.230.1
 standby 1 timers 1 3
 standby 1 priority 110
 standby 1 preempt delay minimum 300
 standby 1 authentication mynetwork1

 

Switch B:

interface Vlan230
 ip address 192.168.230.3 255.255.255.0
 no ip redirects
 no ip proxy-arp
 standby 1 ip 192.168.230.1
 standby 1 timers 1 3
 standby 1 priority 105
 standby 1 preempt delay minimum 300
 standby 1 authentication mynetwork1

 

 

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

On each switch is the local vlan interface in up and up mode

sh ip int brie vlan230

Also, are the physical interfaces in up and up mode

sh ip int brie gix/x

Also can you post the output of "sh vlan" from each switch?

Is the trunk port configured correctly between the switches?

HTH

View solution in original post

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

On each switch is the local vlan interface in up and up mode

sh ip int brie vlan230

Also, are the physical interfaces in up and up mode

sh ip int brie gix/x

Also can you post the output of "sh vlan" from each switch?

Is the trunk port configured correctly between the switches?

HTH

They are virtual interfaces.  no shutdown when in the interface dows not bring it up.

Interface              IP-Address      OK? Method Status                Protocol
Vlan230                192.168.230.2   YES manual down                  down

 

SWITCH A:

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Te1/8, Te3/1, Te3/2, Gi3/11, Gi3/13, Gi3/14, Gi3/15, Gi3/16, Gi3/17, Gi3/18, Gi3/19, Gi3/20, Gi3/21, Gi3/22, Gi3/23, Gi3/24
100  VLAN0100                         active    Gi2/14
101  VLAN0101                         active    Gi3/10, Gi3/12
200  VLAN0200                         active    Gi2/4, Gi2/6, Gi2/7, Gi2/9, Gi2/10, Gi2/11, Gi2/13, Gi2/17, Gi2/18, Gi2/19, Gi2/20, Te3/8
220  VLAN0220                         active    Gi2/5
230  VLAN0230                         active

 

SWITCH B:

1    default                          active    Te1/4
10   VLAN0010                         active
20   VLAN0020                         active    Te1/6
66   VLAN0066                         active
100  VLAN0100                         active    Gi2/1, Gi2/10, Gi2/11, Gi2/12, Gi2/14, Gi2/15, Gi2/16
                                                Gi2/17, Gi2/19, Gi2/20, Gi3/1, Gi3/2, Gi3/3, Gi3/4, Gi3/5
                                                Gi3/6, Gi3/7, Gi3/8, Gi3/9, Gi3/10, Gi3/12, Gi3/16
101  VLAN0101                         active
120  VLAN0120                         active
180  VLAN0180                         active
190  VLAN0190                         active
191  VLAN0191                         active
200  VLAN0200                         active    Gi2/2, Gi2/3, Gi2/4, Gi2/5, Gi2/6, Gi2/7, Gi2/8, Gi2/9
                                                Gi2/13, Gi2/18, Gi3/11, Gi3/13, Gi3/14, Gi3/15, Gi3/17
                                                Gi3/18, Gi3/19, Gi3/20
220  VLAN0220                         active
230  VLAN0230                         active

 

 

 

What physical interface(s) connecting the switches together ?

As Reza says, can you check that they are up/up.

Also on each switch can you post -

"sh int trunk"

Jon

Hi Reza.  My apologies for the oversight.  I did not have all of the trunk ports configured to allow vlan 230.  I missed one of the 4!!  Anyway once that was corrected the vlan came up as active.

 

Interface              IP-Address      OK? Method Status                Protocol
Vlan230                192.168.230.2   YES manual up                    up

 

joe19366
Level 1
Level 1

create the layer 2 vlan underneath;

 

make sure that vlan is added to a trunk or an interface that is up/up :)

 

vlan 230

name mynetwork

 

interface g0/48

switchport trunk allowed vlan add 230

 

or 

 

int g0/12

desc facing router-a

spanning-tree portfast

switchport access vlan 230

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card