cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
277
Views
0
Helpful
2
Replies

7609 Ports not pinging

crumdub12
Level 1
Level 1

A Chara,

I have a 48 port 10/100/1000 RJ45 card with SUP 3 board fitted in a 7609.

I want to setup a 2600 and AS5350 on these ports , both devices will be in seperate subnets.

The config will be 2600 = 192.168.230.129/30

7609 Gig 3/11 = 192.168.230.130/30

AS5350 = 192.168.230.161/30

7609 Gig 3/12 = 192.168.230.162/30

I have set this up, and can ping both devices from 7609 , but 2600 cannot communicate with AS5350 , and vice versa.

Any ideas ??

Slan /Ed

2 Replies 2

Prashanth Krishnappa
Cisco Employee
Cisco Employee

Do you have a default route statement pointing towards 7609 on your 2600 and AS5350?

On your 2600

conf t

ip route 0.0.0.0 0.0.0.0 192.168.230.130

On your AS5350

conf t

ip route 0.0.0.0 0.0.0.0 192.168.230.162

Alternatively, you could run some routing protocol on all 3 devices.

Thanks for the quick reply prkrishn,

The static routes will work (I have tested) but I have many devices to connect, and need to get routing protocols working.

I have setup IP ROUTING , and am using ROUTER BGP.

Can you see any faults ??

Here is setup:

AS5350:

router bgp 65534

no synchronization

bgp log-neighbor-changes

neighbor 192.168.230.162 remote-as 65534

neighbor 192.168.230.162 send-community

no auto-summary

--------------------------------

2600:

router bgp 65534

bgp log-neighbor-changes

neighbor 192.168.230.130 remote-as 65534

neighbor 192.168.230.130 send-community

------------------------------------

7609:

router bgp 65534

no synchronization

bgp log-neighbor-changes

neighbor 190.168.200.218 remote-as 64512

neighbor 190.168.200.218 send-community

neighbor 190.168.200.222 remote-as 64512

neighbor 190.168.200.222 send-community

neighbor 190.168.201.218 remote-as 64514

neighbor 190.168.201.218 send-community

neighbor 190.168.201.222 remote-as 64514

neighbor 190.168.201.222 send-community

neighbor 192.168.230.129 remote-as 65534

neighbor 192.168.230.129 send-community

neighbor 192.168.230.161 remote-as 65534

neighbor 192.168.230.161 send-community

no auto-summary

Review Cisco Networking for a $25 gift card