- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 02:46 PM - edited 03-07-2019 10:18 PM
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
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 02:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 02:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 03:11 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 03:39 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 03:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 02:57 PM
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
