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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco Secondary subnet no route

Status
Not open for further replies.

whygh

Programmer
Apr 18, 2005
16
CA
Hi all,

We have one cisco router, the setting is as below.. this router is connecting to failover checkpoint. in checkpoint, there are some rules which point to subnet 10.10.10.128/192.

the router didnot recoginze subnet: 10.10.10.128/192. when I used "show arp", the subnet has no arp binding. so in order to let router route this subet. I did another setting:

Arp 10.10.10.131 0000.0000.000c arpa. that is working.

the question is if checkpoint failover, I had to change this setting to point to another checkpoint MAC address. It is really annoying.

How can i solve this problem. thanks.

interface FastEthernet0/0
description Connection to Lan
ip address 10.10.10.129 255.255.255.192 secondary
ip address 10.10.10.1 255.255.255.192
no ip proxy-arp
duplex auto
speed auto

ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.177
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top