cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9567
Views
0
Helpful
7
Replies

Connect Cisco 3750 to Brocade ICX6450

cpremo
Level 1
Level 1

We are trying to connect a Cisco 3750-48 to a Brocade ICX6450 switch.

********************************************************************************************************************************
Cisco IOS Software, C3750 Software (C3750-IPBASEK9-M), Version 12.2(55)SE5, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2012 by Cisco Systems, Inc.
Compiled Thu 09-Feb-12 18:59 by prod_rel_team
Image text-base: 0x01000000, data-base: 0x02D00000

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

Copyright (c) 1996-2015 Brocade Communications Systems, Inc. All rights reserved.
    UNIT 1: compiled on Aug 23 2015 at 21:57:32 labeled as ICX64R08030c
                (9725016 bytes) from Primary ICX64R08030C.bin
        SW: Version 08.0.30cT313
  Boot-Monitor Image size = 776680, Version:07.4.01T310 (kxz07401)
  HW: Stackable ICX6450-48

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

The Cisco switch port used is port 1/0/48

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

!

interface FastEthernet1/0/48
 switchport access vlan 7
 switchport trunk encapsulation dot1q
 switchport mode trunk
 speed 100
 duplex full
!

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

The Brocade switch port used is port 1/1/48

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

!
interface FastEthernet1/0/48
 switchport access vlan 7
 switchport trunk encapsulation dot1q
 switchport mode trunk
 speed 100
 duplex full
!

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

Communications worked for a while but are now not working.  Both switches show port are up, but can't ping form either.  Any ideas????

1 Accepted Solution

Accepted Solutions

OK, so on the surface they seem to be OK.

Now we work on what the actual problem is.  

Again, please define what 'a while' means.  Let's have some logs showing what happens when the links actually come up and when the communications stop.

Where are you pinging from and to?

Show the output from the following commands (both from the Cisco and Brocade side) either side of the communications breaking:


show spanning-tree vlan 7
show spanning-tree int f1/0/48 (and eth 1/1/48)
show arp vlan 7 (or at least for the target IP address)
show mac address vlan 7
show mac address int f1/0/48 (and eth 1/1/48)
show int f1/0/48 switchport (and eth 1/1/48)

Let's see how we go with all of that

View solution in original post

7 Replies 7

lpassmore
Level 1
Level 1

You're not giving us a lot to work with here.

Is this correct or a typo?

The Brocade switch port used is port 1/1/48
*********************************************************
!
interface FastEthernet1/0/48
 switchport access vlan 7

Have you really posted the config from the Brocade or have you just copied the Cisco config twice?

When you say 'Communications worked for a while', can you please define this?  A while might mean 2 seconds or it might mean 5 days.

Is it a spanning-tree issue?  Are both systems using the same Spanning-tree method?

Are there any log entries that might help?
What IP addresses are you pinging between? 

What interfaces are these on and where are the respective routers if this is relevant (i.e. not in the same subnet)?

Show interface f1/0/48 switchport may help.  Make sure the Brocade shows similar output.

Sorry it has taken so long to respond.  Tied up with other issues and priorities.  I've attached the "show running" configurations for both switches.

 Are both systems using the same Spanning-tree method? 

This could be one of the issues.  The Cisco Switch shows

spanning-tree mode pvst
spanning-tree extend system-id

The Brocade Switch shows

spanning-tree 802-1w
spanning-tree 802-1w priority 16384

system-max spanning-tree 64

OK, so on the surface they seem to be OK.

Now we work on what the actual problem is.  

Again, please define what 'a while' means.  Let's have some logs showing what happens when the links actually come up and when the communications stop.

Where are you pinging from and to?

Show the output from the following commands (both from the Cisco and Brocade side) either side of the communications breaking:


show spanning-tree vlan 7
show spanning-tree int f1/0/48 (and eth 1/1/48)
show arp vlan 7 (or at least for the target IP address)
show mac address vlan 7
show mac address int f1/0/48 (and eth 1/1/48)
show int f1/0/48 switchport (and eth 1/1/48)

Let's see how we go with all of that

Mismarked as correct answer.  How do I uncheck that?

Here are the responses for the commands you listed.

1.  show spanning-tree vlan 7
Spanning tree instance(s) for vlan 7 does not exist.
2.  show spanning-tree interface fastEthernet 3/0/48
Vlan                Role Sts Cost      Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
VLAN0001            Desg BKN*19        128.160  P2p *TYPE_Inc
3. show arp vlan 7
% Invalid input detected at '^' marker.
4.  show interfaces fast Ethernet 3/0/48 switchport

Name: Fa3/0/48
Switchport: Enabled
Administrative Mode: dynamic auto
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 7 (VLAN0007)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk associations: none
Administrative private-vlan trunk mappings: none
Operational private-vlan: none
Trunking VLANs Enabled: 7
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Appliance trust: none
5.  show spanning-tree interface fastEthernet 3/0/48
Vlan                Role Sts Cost      Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
VLAN0001            Desg BKN*19        128.160  P2p *TYPE_Inc

So you have a problem with VLAN 7. All your interfaces seem to be configured for VLAN 7 but it doesn't exist, at least on the Cisco.  And I think what you are saying is that the ping worked between the switches for 'a while' (you still haven't defined that) and then stopped.  Did it stop when you deleted VLAN 7 somehow or somewhere?  

Let's see "show interface VLAN 7".  That will likely show as line protocol down.

Start by recreating VLAN 7 on the Cisco and on the Brocade.  Ensure there is a spanning-tree instance for VLAN 7 and it appears on the trunk between them. Research and check the VTP configuration on the switch.  If it is a client then you may have removed VLAN 7 elsewhere or you might have to create it on a different switch (a VTP server)

Recheck the 'show interface VLAN 7'.  Once you recreate VLAN 7, this should show as line protocol up.

Where did FastEthernet 3/0/48 come from?  it wasn't in your original configuration.

You haven't given me any command output from the Brocade so I am running blind there.

As an aside, you have switchport access and switchport trunk configurations on all your ports. Although this isn't necessarily a problem, pick one.  I suggest you remove the 'switchport access vlan 7' from your trunk, and remove 'switchport trunk native vlan 7' from all interfaces.

 

The working for a while meant 15-20 minutes.  We then tried to setup vty security and that broke it.  We are now testing with a different Cisco switch connected to a different Brocade switch to start form scratch to get a working configuration.  so far, nothing.

Not sure if these commands are equivalent:

Cisco Switch

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

show interface VLAN 7
Vlan7 is up, line protocol is up
  Hardware is EtherSVI, address is 001d.a263.06c1 (bia 001d.a263.06c1)
  Internet address is 165.235.24.221/23
  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive not supported
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 4d21h, output 1d22h, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     287 packets input, 294452 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     27 packets output, 1743 bytes, 0 underruns
     0 output errors, 2 interface resets
     0 output buffer failures, 0 output buffers swapped out

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

Brocade switch

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

SSH@2.2.2600F#show vlan ethernet 1/1/23
Total PORT-VLAN entries: 2
Maximum PORT-VLAN entries: 64
Legend: [Stk=Stack-Id, S=Slot]
PORT-VLAN 7, Name VLAN7, Priority level0, Spanning tree On
 Untagged Ports: None
   Tagged Ports: None
   Uplink Ports: None
 DualMode Ports: (U1/M1)  23
 Mac-Vlan Ports: None
     Monitoring: Disabled
SSH@2.2.2600F#

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

On the Cisco switch I ran the command:

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

show vlan

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active
7    VLAN0007                         active    Fa3/0/1, Fa3/0/2, Fa3/0/3
                                                Fa3/0/4, Fa3/0/5, Fa3/0/6
                                                Fa3/0/7, Fa3/0/8, Fa3/0/9
                                                Fa3/0/10, Fa3/0/11, Fa3/0/12
                                                Fa3/0/13, Fa3/0/14, Fa3/0/15
                                                Fa3/0/16, Fa3/0/17, Fa3/0/18
                                                Fa3/0/19, Fa3/0/20, Fa3/0/21
                                                Fa3/0/22, Fa3/0/23, Fa3/0/24
                                                Fa3/0/25, Fa3/0/26, Fa3/0/27
                                                Fa3/0/28, Fa3/0/29, Fa3/0/30
                                                Fa3/0/31, Fa3/0/32, Fa3/0/33
                                                Fa3/0/34, Fa3/0/35, Fa3/0/36
                                                Fa3/0/37, Fa3/0/38, Fa3/0/39
                                                Fa3/0/40, Fa3/0/41, Fa3/0/42
                                                Fa3/0/43, Fa3/0/44, Fa3/0/45
                                                Fa3/0/46, Fa3/0/47, Gi3/0/1
                                                Gi3/0/2, Gi3/0/3, Gi3/0/4
1002 fddi-default                     act/unsup
1003 token-ring-default               act/unsup
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1004 fddinet-default                  act/unsup
1005 trnet-default                    act/unsup
VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1    enet  100001     1500  -      -      -        -    -        0      0
7    enet  100007     1500  -      -      -        -    -        0      0
1002 fddi  101002     1500  -      -      -        -    -        0      0
1003 tr    101003     1500  -      -      -        -    -        0      0
1004 fdnet 101004     1500  -      -      -        ieee -        0      0
1005 trnet 101005     1500  -      -      -        ibm  -        0      0
Remote SPAN VLANs
------------------------------------------------------------------------------

Primary Secondary Type              Ports
------- --------- ----------------- ------------------------------------------
*******************************************************************************
The Cisco switch shows the following in the running configuration
***************************************************************************
!
interface FastEthernet3/0/48
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 7
 switchport mode trunk
 speed 100
 duplex full
!
!
interface Vlan7
 ip address 165.235.24.221 255.255.254.0
!
*************************************************************************
The Brocade switch shows this information in the running configuration:
***************************************************************************
!
vlan 1 name DEFAULT-VLAN by port
 router-interface ve 1
 spanning-tree 802-1w
 spanning-tree 802-1w priority 36864
!
vlan 7 name VLAN7 by port
 tagged ethe 1/1/23
 spanning-tree
!
!
interface ethernet 1/1/23
 port-name Dist02B
 dual-mode  7
 speed-duplex 100-full
 spanning-tree 802-1w admin-pt2pt-mac
 broadcast limit 16384
 pvst-mode
!
***************************************************************************

Now I don't actually know which switch the output in the previous posts is actually from, but working from your last post:

VLAN 7 is present on the switch but doesn't appear on F3/0/48.   I'm now assuming this is the interface you have the Brocade connected into. Is that interface actually up?

Let's get the switches connected again and run the full suite of tests again.  I'll show the Cisco commands but you should find the equivalent Brocade ones to also look at.

Layer 1
Are the switches actually connected and are there lights on the connected interfaces?
Do the physical interfaces show as up on both ends? (show int g3/0/48)
Are there any errors on the interface? Clear int counters, wait and then show int

Layer 2
Are there any MAC addresses visible (show mac add int g3/0/48)
Is the VLAN present on the switch (show vlan id 7)
Is the VLAN present on the interface. Show vlan id 7 - look for G3/0/48 & show spanning-tree int g3/0/48 - look for VLAN 7 presence
Are there any MAC addresses in VLAN 7? show mac address vlan 7

Layer 3
Is the Vlan 7 interface up (show int vlan 7)
Try to ping the other switch. Is there an ARP entry for it? Show ip arp
If so, check again for the MAC address (show mac address)
debug ip icmp might be useful



Once it is all working, you can try to configure VTY security.  If it breaks again, take the configuration off and see if the pings work again. Make sure logging is enabled -  ensure log console or log monitor is set to debug and if you are using telnet or ssh to connect to the switch, ensure you have typed 'term mon'.  

If you still can't work it out, post what you tried to configure along with any generated logs

Review Cisco Networking for a $25 gift card