Static routing: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 202.57.47.196 (talk) to last revision by Nyook (TW)
Tag: section blanking
Line 49:
'''Router(config)#''' ip route 197.164.73.0 255.255.255.0 197.164.72.2
'''Router(config)#''' ip route 197.164.74.0 255.255.255.0 197.164.72.2
 
==== Add static route by specifying exit interface ====
 
Static routes can also be added by specifying the exit interface rather than the "next hop" IP address of the router.
 
<code>'''Router(config)#''' ip route 10.10.20.0 255.255.255.0 Serial 0/0/0 </code>
 
==== Configuring administrative distance ====