Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connect 3548 and 5505 switches

Status
Not open for further replies.

rusavolk

MIS
Nov 25, 2004
32
US
Hello,
I would like to interconnect 3548 and 5505 swiches using fast ethernet.

The 5505 is connected to another 5505. There is a trunk created, and they communicate fine (trunk on both end is set to nonegotiate).
Right now there are all on a single VLAN1.


I used crossover cable to connect the 5505 and 3548 but no resolt.

Do i have to create a trunk link between 3548 and 5505 for them to communicate?
 
I am pretty sure 5505 only supports ISL (but that really depends on the hardware you have as most of the older stuff won't support 802.1q), while the 3548 will support both 802.1q and ISL.

Configure 3548
interface FastEthernet0/24
switchport trunk encapsulation isl
switchport mode trunk
duplex full
speed 100

Configure 5505
set port speed 1/1 100
set port duplex 1/1 full
set trunk 1/1 on isl

You will need to make sure that both switched are in the same VTP domain. If you only have the 2 switches, I would make the 3548 the VTP domain master and the 5505 the VTP domain client.

Here is how to change the VTP information on the 5505 to match the 3548

set vtp domain <domain name>
set vtp mode client




It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
Thank you for the reply,
I did just like you wrote, but the switches can not ping each other. (unreachable is disabled).
The VTP version 2 is enabled. The domain name is the same.

I notice that 5505 has some ports set on channels. Maybe it has something to do with it? (Due to my limmited knowledge of CatOS i am sure what channeling is used for... ;-))


 
you can always post your config of both switches. Make sure you include the VTP information.


It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
Hi,

Thank for responding again.

Here the situation.

For some reason the trunk between the 5505 (fast Ethernet port 2/1) and the 3548 does not work…

I have a trunk created between 5505 and another 5505 and works… It is created on port 1/1 (GBIC)
When I use command “show trunk” (on 5505) it show the trunk to port 1/1, the other trunk is not shown, but if I use “show trunk 2/1” it displays the created trunk.

If somebody sees some misconfiguration please post the reply…
:-(




****************************************
*************** info for 3548



-C3548XL-01#sh vtp status
VTP Version : 2
Configuration Revision : 1
Maximum VLANs supported locally : 254
Number of existing VLANs : 5
VTP Operating Mode : Server
VTP Domain Name : somedomain
VTP Pruning Mode : Disabled
VTP V2 Mode : Enabled
VTP Traps Generation : Disabled
MD5 digest : 0x0F 0xD3 0xB2 0x5A 0x01 0x30 0xC0 0x1A
Configuration last modified by 10.10.1.5 at 4-16-93 19:40:31




***************************************************************'
****** show conf

C3548XL-01#sh run

Building configuration...

Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname C3548XL-01
!
enable secret 5 $1$fSjO$vtuq7a3/ECaf0NW1815tI/
enable password 7 120A0D46170708547E
!
!
!
!
!
clock timezone EDT -5
clock summer-time EDT recurring
!
ip subnet-zero
!
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface FastEthernet0/25
!
interface FastEthernet0/26
!
interface FastEthernet0/27
!
interface FastEthernet0/28
!
interface FastEthernet0/29
!
interface FastEthernet0/30
!
interface FastEthernet0/31
duplex full
speed 100
switchport mode trunk
!
interface FastEthernet0/32
!
interface FastEthernet0/33
!
interface FastEthernet0/34
!
interface FastEthernet0/35
!
interface FastEthernet0/36
!
interface FastEthernet0/37
!
interface FastEthernet0/38
!
interface FastEthernet0/39
!
interface FastEthernet0/40
!
interface FastEthernet0/41
!
interface FastEthernet0/42
!
interface FastEthernet0/43
!
interface FastEthernet0/44
!
interface FastEthernet0/45
!
interface FastEthernet0/46
!
interface FastEthernet0/47
duplex half
speed 10
switchport mode trunk
!
interface FastEthernet0/48
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface VLAN1
ip address 10.10.1.5 255.255.0.0
no ip directed-broadcast
no ip route-cache
!
ip default-gateway 10.10.1.1
snmp-server engineID local 000000090200000532862180
snmp-server community private RW
snmp-server community public RO
!
line con 0
transport input none
stopbits 1
line vty 0 4
password 7 064E0A2D484D0C1D4C
login
line vty 5 15
password 7 074724404A0A1C015E
login
!
ntp server 10.10.1.1
end


************ show hosts *******************

C3548XL-01>sh hosts
Default domain is not set
Name/address lookup uses domain service
Name servers are 255.255.255.255

Host Flags Age Type Address(es)


****************************************************************
*****************************************************************






*******************************************************************
*****************************************************************8
*****
***** 5505 info


************************************************************************
*** sh conf output

as01-ddc> (enable) sh conf
This command shows non-default configurations only.
Use 'show config all' to show both default and non-default configurations.
...........
.................
..................
..................




..

begin
!
# ***** NON-DEFAULT CONFIGURATION *****
!
!
#time: Tue Apr 26 2005, 17:21:08
!
#version 6.4(3)
!
set option fddi-user-pri enabled
set password $2$kYic$nuvdKMX5x58hk1wQ3j50L0
set enablepass $2$Y2Pl$/VIREE89BQSo1uipIKiqx/
!
#system
set system name as01-ddc
!
#frame distribution method
set port channel all distribution mac both
!
#snmp
set snmp community read-only disaster
!
#vtp
set vtp domain somedomain
set vtp mode client
!
#ip
set interface sc0 1 10.10.3.2/255.255.0.0 10.10.255.255

set ip unreachable disable
set ip route 0.0.0.0/0.0.0.0 10.10.1.1
set ip alias default 0.0.0.0
!
#spantree
#vlan <VlanId>
set spantree portstate 1003 block 1005
!
#syslog
set logging server enable
set logging server 10.1.1.211
set logging server facility LOCAL6
!
#set boot command
set boot auto-config non-recurring
!
#mls
set mls nde disable
!
#port channel
set port channel 2/1-4 50
set port channel 2/5-8 51
set port channel 2/9-12 52
set port channel 2/13-16 53
set port channel 2/17-20 54
set port channel 2/21-24 55
set port channel 2/25-28 56
set port channel 2/29-32 57
set port channel 2/33-36 58
set port channel 3/1-4 59
set port channel 3/5-8 60
set port channel 3/9-12 61
set port channel 3/13-16 62
set port channel 3/17-20 63
set port channel 3/21-24 64
set port channel 3/25-28 65
set port channel 3/29-32 66
set port channel 3/33-36 67
!
# default port status is enable
!
!
#module 1 : 2-port 1000BaseX Supervisor IIIG
set port name 1/1 ISL Trunk
set udld enable 1/2
set trunk 1/1 nonegotiate isl 1-1005
!
#module 2 : 36-port 10/100BaseTX Ethernet
set port speed 2/1 10
set port name 2/1 ds
set port name 2/5 183
set port name 2/11 2100 printer
set port name 2/12 55
set port name 2/15 59
set port name 2/25 77
set port name 2/26 Admin-Testing
set port name 2/27 W
set port name 2/28 W
set port name 2/31 m
set port name 2/32 T
set port name 2/33 m
set port name 2/34 D
set port name 2/35 R
set cdp disable 2/26
set trunk 2/1 on isl 1-1005
set trunk 2/33 nonegotiate isl 1-1005
!
#module 3 : 36-port 10/100BaseTX Ethernet
set port name 3/18 DDC-181
set port name 3/25
set port name 3/26 056
set port name 3/27 232
set port name 3/28 3333
set port name 3/30 65
set port name 3/31 070
!
#module 4 empty
!
#module 5 empty
!
#module 15 empty
!
#module 16 empty
end





as01-ddc> (enable) sh vtp domain
Domain Name Domain Index VTP Version Local Mode Password
-------------------------------- ------------ ----------- ----------- ----------

somedomain 1 2 client -

Vlan-count Max-vlan-storage Config Revision Notifications
---------- ---------------- --------------- -------------
5 1023 0 disabled

Last Updater V2 Mode Pruning PruneEligible on Vlans
--------------- -------- -------- -------------------------
10.10.3.2 enabled disabled 2-1000

***********************************************************
* When i use the command sh trunk it is showing only one trunk available (this trunk
* is used to connect another 5505 swith to the current 5505

as01-ddc> (enable) sh trunk
* - indicates vtp domain mismatch
Port Mode Encapsulation Status Native vlan
-------- ----------- ------------- ------------ -----------
1/1 nonegotiate isl trunking 1

Port Vlans allowed on trunk
-------- ---------------------------------------------------------------------
1/1 1-1005

Port Vlans allowed and active in management domain
-------- ---------------------------------------------------------------------
1/1 1,1003,1005

Port Vlans in spanning tree forwarding state and not pruned
-------- ---------------------------------------------------------------------
1/1 1,1003,1005


***********************************************
* here is use show trunk command to see the trunk on port 2/1

as01-ddc> (enable) sh trunk 2/1
* - indicates vtp domain mismatch
Port Mode Encapsulation Status Native vlan
-------- ----------- ------------- ------------ -----------
2/1 on isl not-trunking 1

Port Vlans allowed on trunk
-------- ---------------------------------------------------------------------
2/1 1-1005

Port Vlans allowed and active in management domain
-------- ---------------------------------------------------------------------
2/1 1

Port Vlans in spanning tree forwarding state and not pruned
-------- ---------------------------------------------------------------------
2/1


*****************************************
* i can ping the switch localy

as01-ddc> (enable) ping 10.10.3.2



!!!!!

----10.10.3.2 PING Statistics----
5 packets transmitted, 5 packets received, 0% packet loss
round-trip (ms) min/avg/max = 5/9/23


******************************

* i can ping another 5505 switch trunke though the port 1/1


as01-ddc> (enable) ping 10.10.3.4
!!!!!

----10.10.3.4 PING Statistics----
5 packets transmitted, 5 packets received, 0% packet loss
round-trip (ms) min/avg/max = 5/6/8

**********************************************************

 
computerhighguy!!!

Thank you for your post. YOUR INFORMATION WAS ABSOLUTLY CORRECT!!!

... all i had was a problem with my crossover ethernet cable... which i made myself...
Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top