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.

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... __