Jul 18, 2002 #1 IBI IS-IT--Management Jun 13, 2002 76 DE simple question : How i can add/delete a route on a cisco router? Thanks
Jul 18, 2002 #2 Guest_imported New member Jan 1, 1970 0 ip route net.wo.r.k sub.n.e.t dest.in.at.ion ie: ip route 10.0.0.0 255.0.0.0 172.16.10.5 Upvote 0 Downvote
Jul 18, 2002 #3 Guest_imported New member Jan 1, 1970 0 ip route net.wo.r.k sub.n.e.t dest.in.at.ion ie: ip route 10.0.0.0 255.0.0.0 172.16.10.5 to delete, just do the cisco normal negate command, no no ip route 10.0.0.0 255.0.0.0 172.16.0.5 Upvote 0 Downvote
ip route net.wo.r.k sub.n.e.t dest.in.at.ion ie: ip route 10.0.0.0 255.0.0.0 172.16.10.5 to delete, just do the cisco normal negate command, no no ip route 10.0.0.0 255.0.0.0 172.16.0.5
Jul 19, 2002 Thread starter #4 IBI IS-IT--Management Jun 13, 2002 76 DE I've to add my route on serial 0 . How I can do it ? Upvote 0 Downvote
Jul 19, 2002 #5 CCIEWANNABE MIS Apr 22, 2002 190 US interface Ethernet0 ip address IP address mask value interface Serial0 ip unnumbered Ethernet0 router igrp [your value] network network address This is the Basics Route once; switch many Upvote 0 Downvote
interface Ethernet0 ip address IP address mask value interface Serial0 ip unnumbered Ethernet0 router igrp [your value] network network address This is the Basics Route once; switch many