> "BernieM" <> wrote in message
> news:iE%Yg.48598$...
>> >
>>> "BernieM" <> wrote in message
>>> news:8rZXg.46741$...
>>>>
>>>> "tony" <> wrote in message
>>>> news:egp88k$nl5$...
>>>>>I want to setup my uplinks from all my 4503s to my core 4506 as trunk
>>>>>links. We are not on any vlans yet just a flat layer 2 for now.
>>>>>
>>>>> Are there any problems with this?
>>>>>
>>>>
>>>> While not attempting to be complete, here's a few things to do:
>>>>
>>>> 1) use 'switchport nonegotiate'
>>>> 2) assign 'switchport trunk native vlan <vlan id> to be a separate
>>>> vlan dedicated for this across all trunks that doesn't contain any
>>>> hosts
>>>> 3) use "udld port aggressive"
>>>> 4) don't use vtp. configure all switches as transparent but configure
>>>> a common vtp domain. This gets debated but generally agreed if your
>>>> environment is fairly static.
>>>> 5) only trunk vlans that are needed and only have vlans that are
>>>> needed on the switches.
>>>> 6) define a template for common config components and make it policy
>>>> it gets used on all trunk ports
>>>>
>>>> BernieM
>>>>
>>
>> "tony" <> wrote in message
>> news:eh0cuq$f3t$...
>>>I remember setting this command on one of my cisco 3750 switches.
>>>
>>> switchport trunk native vlan2 on the uplink port and I ended up losing
>>> all connectivity to the hosts connected to this 3750. By default All
>>> ports are on vlan1. So If i suddenly set uplink port to vlan2, I will
>>> have problems right?
>>>
>>>
>> Changing uplinks from access to trunking is going to cause spanning-tree
>> reconvergence so there is going to be a period of connectivity loss but
>> if you have all the correct settings at both ends things should come
>> back. You can't expect to do this during production time.
>>
>> BernieM
>>
>
>
"tony" <> wrote in message
news:eh5sta$f7h$...
> how can i configure one uplink as a trunk? Also do I have to set all the
> other switches uplinks to trunk as well or can be done anytime?
You apply the configuration settings as mentioned previously. Apply
"switchport mode trunk" last as that actually changes the mode from access
to trunk and is when other 'switchport trunk' entries get applied.
Links between switches are fairly independent of each other so, yes, you can
do one first and others when ever.
BernieM
|