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

ip route

Status
Not open for further replies.
Jun 10, 2003
5
0
0
IN
i am using cisco 805 and i configure e0 with 2 ip (secondary)
i want to route 192.168.1.2(sec IP on e0)with subnet 255.255.255.224 to 192.197.88.1 how can i do that

 
You could use a static route to do this as normal, the fact that you have a secondary network cofigured makes no difference. Packets with a source address in either of the subnets on e0 that are going to 192.197.88.1 would follow the static route.
 
To configure static route:
The commands are below

Router A(config)#ip route 198.10.1.0 255.255.255.0 161.44.192.1

That means route the packet to destination 198.10.1.0 by via 161.44.192.1 which is maybe the ip address given to router A ethernet port fa0/0.

Any problem feel free to post them.
 
Router A(config)# ip route 192.168.1.2 255.255.255.224 192.197.88.1

AS long as the 192.197.88.1 is a valid next hop

“Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA, Network+
[americanflag]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top