Link to home
Start Free TrialLog in
Avatar of Tory W
Tory WFlag for United States of America

asked on

Cisco 3020 Switch config

I have 4 Cisco 3020s inside a couple of HP Blade Chassis.  They function very similar to a normal switch with a few variations.  I am able to link the state of my incoming network connection to the internal connections to the blades so that when my incoming link goes down the internal links go down.  

I am using a very simple config of:
link state track 1
!      
interface GigabitEthernet 0/17
 link state group 1 upstream
interface range Gig0/1 - 16
 link state group 1 downstream

My problem is that the switch wont allow me to put Gig0/19 and Gig0/20 into this group as "downstream"
So my question is:
Is there a way to link the Gig0/19 and Gig0/20 link state to Gig0/17? (so that if Gig0/17 fails ports 0/19 and 0/20 will auto disable themselves)

Avatar of Jimmy Larsson, CISSP, CEH
Jimmy Larsson, CISSP, CEH
Flag of Sweden image

It is by design in 3020 so that gi0/1-16 are the interfaces connected to the blades that are downstream. All other interfaces are classified as upstream ports. If I remember it correctly all ports 17 - 20 are external connectors and they are not designed to be downlinks.

How are you using gi0/19 and 20?

/Kvistofta
Avatar of Tory W

ASKER

We are connecting our SANs (basically network storage) on those ports.  What happens when we pull the main line cable to test failover is that the 16 internal ports failover to our B side, but the SANs connected to ports 0/19 and 0/20 do not fail over.  

We are trying to find out if there is another config that allows you to connect one ports link state to another (besides the link state tracking).

ASKER CERTIFIED SOLUTION
Avatar of Jimmy Larsson, CISSP, CEH
Jimmy Larsson, CISSP, CEH
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tory W

ASKER

Thanks bro.

Saved me hours of parsing HP and Cisco Tech documents.