RE: IP Routes

2000-08-29 Thread Bessette, Jesse

ip route [to get to 192.168.1.0 with a subnetmask of 255.255.255.0 use this
router 192.168.1.0
you dont have to specify the interface..


the first net numbers are the destination than its subnet mask and than you
tell it what gatway[router] to use. i believe...

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: IP Routes

2000-08-29 Thread Chuck Larrieu

There is always the Cisco IOS Command References

http://www.cisco.com/univercd/cc/td/doc/product/software/index.htm

ip route 192.168.1.0 255.255.255.128 e 0
ip route 192.168.128.0 255.255.255.128 e 0

something like that?

This can be supernetted as the more typical ip route 192.168.1.0
255.255.255.0 e 0

Chuck

-Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Roan, Wayne
Sent:   Tuesday, August 29, 2000 6:47 AM
To: '[EMAIL PROTECTED]'
Subject:IP Routes

Anyone know a good resouce for how to properly add static routes on a Cisco
router?  I need to advertise routes to the same subnet on the same router,
but going out different interfaces (Two child companies of our's are using
the same subnet, but it is subnetted with a /25).

Thanks,

Wayne

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]