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

add/delete route

Status
Not open for further replies.

IBI

IS-IT--Management
Jun 13, 2002
76
DE

simple question :

How i can add/delete a route on a cisco router?

Thanks
 
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

 
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
 
I've to add my route on serial 0 .
How I can do it ?
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top