cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2573
Views
0
Helpful
22
Replies

Cisco switch not communicating with Load balancing router

terenceward
Level 1
Level 1

Hi all,

My first post on here I believe.

I have an issue here. I have a Cisco network on a ship where I work, I have an Ericsson GSM Access point which picks up local GSM 3G signal and broadcasts it onboard. I have two of these units and they are connected to a D-Link Load balancing router which is in turn connected to a Cisco 3560 Series 8 poe switch.

Each unit is on a different subnet. The Cisco is on the DHCP server from my AD server (Windows 2003 Server) The Load balancing router has no DHCP and the Ericsson units have their own DHCP servers.

On the Cisco switch if I plug in with a laptop I get an IP address for the DHCP on my server. I cannot ping the load balancing router from it. If I connect to the Load balancing router and set a static address for that subnet I can access the internet via the Ericsson units. And if I connect to the Ericsson I can access the Internet.

The Cisco is on a 172.x.x.x subnet and the D-link/Ericsson are on a 192.x.x.x subnet, so I'm assuming there needs to be information in the Cisco i.e. static routing table. This is where I have hit a wall. My Cisco experience is limited and I've been trying to look at the routing table in the switch but I get this reponse

Using show ip route I get this:

Default gateway is 172.16.16.1

Host               Gateway           Last Use    Total Uses  Interface
ICMP redirect cache is empty

It looks to me that there is no routing table at all. I've tried using a few commands to add the address of the load balancing router but there is no change. I'm sure which command to use in fact. I might be looking in the wrwong place?

Anyone any ideas? If you need me to show any info from the switch please give me the command to use to speed this up. Thanks

22 Replies 22

Hi,

where is the debug output ? it must be there after these lines you posted.

Regards.

Alain

Don't forget to rate helpful posts.

That was everything:

CISF99_M1#config t
Enter configuration commands, one per line.  End with CNTL/Z.
CISF99_M1(config)#no service timestamp debug
CISF99_M1(config)#access-list 199 permit icmp any any
CISF99_M1(config)#exit
CISF99_M1#debug ip pack 199
IP packet debugging is on for access list 199
CISF99_M1#ping 192.168.50.1 rep 1

Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 192.168.50.1, timeout is 2 seconds:
.
Success rate is 0 percent (0/1)
CISF99_M1#show log
Syslog logging: enabled (0 messages dropped, 131 messages rate-limited, 0 flushe
s, 0 overruns)
    Console logging: disabled
    Monitor logging: level debugging, 0 messages logged
    Buffer logging: level debugging, 1213 messages logged
    Exception Logging: size (4096 bytes)
    Count and timestamp logging messages: disabled
    Trap logging: level notifications, 1060 message lines logged
        Logging to 172.16.10.10, 1060 message lines logged

CISF99_M1#[B

Terence

Can we step back a bit on this and cover the basics. Could you answer all of the following -

1) When you talk about the Cisco unit do you mean the 3560 ?

1) If you connect a laptop to the 3560 then it gets a DHCP address so -

i) what IP address does the laptop get ?

ii) where is the laptops default-gateway ie. it is an IP address that is assigned to a vlan interface on the 3560 ?  I'm assuming it is as it sounds like your 3560 is doing the inter vlan routing ?

2) What is the IP address of the D-link  that you are trying to ping ?

3) How is the D-link connected to the 3560 ie. on the 3560 port that connects to the D-link what vlan is that assigned to. And what is the L3 vlan interface IP address on the 3560 for that vlan.

If the D-link is directly connected to the 3560 and you are using a vlan for connectivity then you don't need a route on the 3560 as it will see it as directly connected. However you will need a route on the D-link for the laptop subnet so the D-link can return the ping packets.

You will probably need to use the web browser to look at and add routes to the D-link as the "ip route ...." syntax is for Catalyst switches and enterprise routers.

Jon

Hi,

Thanks for your message.

Yes I mean the 3560 unit when talking about hte Cisco unit.

If I connect a laptop to the Cisco unit I get an IP address, I think I mentioned that in my first post. It gets an IP address in the 172.x.x.x range.

The Cisco unit is one of many Cisco units onboard. there are a number of VLans onboard yes, but the 3560 is not controlling anything as far as I am aware, it's just a router that connects to the Ericsson GSM units (via the load balancer).

The IP address of the D-Link is 192.168.50.1

The IP address of the Cisco is 172.16.16.129 with a default gateway of 172.16.16.1

The port the D-Link is connected to is on Vlan 500 However I don't know how to asnwer the last part of that question (And what is the L3 vlan interface IP address on the 3560 for that vlan)

I wont be able to access the D-Link today as we are at sea and it's right on top of the ship (under the antenna in the deckhead (roof) and as I need direct access to connect to the D-Link I'll have to wait.)

Jon Marshall
Hall of Fame
Hall of Fame

The IP address of the D-Link is 192.168.50.1

The IP address of the Cisco is 172.16.16.129 with a default gateway of 172.16.16.1

The D-link port on the 3560 is in vlan 500. So for the 3560 to be able to route to the D-link you will need a L3 vlan interface on the 3560 in vlan 500 with and ip address from the 192.168.50.x network eg on the 3560 -

int vlan 500

ip address 192.168.50.x  255.255.255.0  <---- where .x is an unused IP. I'm also assuming it is a /24 network.

The routing table you printed in a previous response - is it from the 3560 ? If it is then fine. If not can you post the output of the following command from the 3560 -

3560# sh ip int brief

** Edit - you still need routes on the D-link for the subnets you want to be able to communicate from on the 3560.

Jon

Hi,

Here is the info you requested. As for the previous one, I'm not certain it came from the right router as I have been away and may have telneted in to the wrong one.

Smilly#sh ip int brief

Interface              IP-Address      OK? Method Status                Protocol

Vlan1                  unassigned      YES NVRAM  up                    up

Vlan160                172.16.16.129   YES NVRAM  up                    up

FastEthernet0/1        unassigned      YES unset  down                  down

FastEthernet0/2        unassigned      YES unset  up                    up

FastEthernet0/3        unassigned      YES unset  down                  down

FastEthernet0/4        unassigned      YES unset  down                  down

FastEthernet0/5        unassigned      YES unset  down                  down

FastEthernet0/6        unassigned      YES unset  down                  down

FastEthernet0/7        unassigned      YES unset  down                  down

FastEthernet0/8        unassigned      YES unset  down                  down

GigabitEthernet0/1     unassigned      YES unset  up                    up

Smilly#

Terence

The switch is not routing for vlans. It's default-gateway is 172.16.6.1 - what is that device.

It's difficult to suggest an answer because the infomation you have provided is inconsistent. It looks like this switch is only acting as a layer 2 switch ie. when you connect a client it gets a default-gateway in it's config. This IP address (the default-gateway) is not on the 3560, it must be on another device.

So you cannot just connect the D-link on vlan 500 to this switch and expect it to work. If the D-link is directly connected to this switch then -

1) you need a L3 vlan 500 interface on the switch as described before

2) you need routes on the D-link for the subnets you want to ping from

but even then it won't work because when the client sends a ping it will go off to the clients default-gateway which is not this switch. You could enable ip routing on the 3560 but that still won't help unless you move all the clients default-gateways for all vlans to the 3560.

I can't suggest you do that because it could break the rest of your network.

So we need to know more about the setup. The device you printed the routing table off, what device is this and how is it related to the 3560 and the D-link ?

Jon

Hi Jon,

We use something called a NAS 3000 which allows us to change the type of Internet access based on what is best where we are located. We have GSM systems, VSat, Wireless antennas etc. and we can direct everything to use a particular default gateway based on what is strongest at any one time.

I'm certain the other list came from another Cisco switch I telnet to by mistake. I can't tell you which but there are many here.

I also don't know which phyisical device 172.16.16.1 is? I've only been here a few weeks and I am still learning the system.