[c-nsp] Can a 3550 or 3750 host a trunk?

Primoz Jeroncic jp at softnet.si
Wed Oct 5 12:43:27 EDT 2005


On Thu, 6 Oct 2005, Skeeve Stevens wrote:

>
>
> Can a Cat 3550 or 3750 host a Trunk from a smaller dumber switch like a
> 2950?
>
>
> As in:
>
> interface FastEthernet0/0
>  description Layer 2 Trunk Link to 2950
>  ...


It can just config is a bit different.
cat3550
interface FastEthernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Vlan2
 ip address x.x.x.x x.x.x.x
!
interface Vlan3
 ip address y.y.y.y y.y.y.y

cat2950
interface FastEthernet0/1
 switchport access vlan 2
!
interface FastEthernet0/2
 switchport access vlan 3
!
interface FastEthernet0/24
 switchport mode trunk

Hope this will help at least a bit :)

Have fun,
Primoz Jeroncic
Support - IP Connectivity & Routing
-------------------------------------------------------------------
Softnet d.o.o.  tel:  +386 1 562 31 40   |
Borovec 2       fax:  +386 1 562 18 55   |       1 + 1 = 3
1236 Trzin      primoz(at)softnet.si     | for larger values of 1
Slovenija       http://flea.softnet.si/
-------------------------------------------------------------------



More information about the cisco-nsp mailing list