Cisco help
Curious if anyone around here is good with the Cisco command line?
I have a Giant switch for the work lab. (catalyst 6509)
I would like to have it link to another switch. a top of rack switch for my vmotion and Dracs.
curious what port setting to use on the catalyst? I was going to do the default of Dynamic auto as safe but i can't get to the multiple IP's that way. only one.
if i plug directly into my top of rack switch. it works fine. any ideas? or does this not make sense?
If one end is dynamic auto the other needs to be dynamic desirable or a static trunk port. Auto-auto will not form a trunk.
Auto = I'll be a trunk but only if you ask, I'm not going to ask.
Desirable = I want to be a trunk and I will ask
Static Trunk(on) = I am only a trunk and will be a trunk no matter what the other port says, I will ask it to be a trunk.
These statements are true under the assumption that the "switchport nonegotiate" command has no been issued. Ports configured as static ports (trunk or access) will still negotiation trunking with DTP, you can use the above listed command to disable VTP on any port.
Realistically this is only really necessary if you are doing VLANs. If you are not doing VLANs you should just be able to plug it into another switch and you should be good to go. There are some possible other issues here however;
ensure the port is not in the shutdown state
rootguard, bpdu guard or other features may disable (loop-inconsistent, err-disable) the port if these options are enable on either switch
mac filters or port-security features
There's also some other possibilities but these would be the more common issues. However perhaps I just don't fully grasp what your question is here, can you clarify what you mean by "but i can't get to the multiple IP's that way. only one."? Is the port in the "no switchport" or routed port state?

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now