hit counter script

Configuring Static Routes - Cisco 1941W Configuration Manual

Cisco 3900 series, cisco 2900 series, cisco 1900 series
Hide thumbs Also See for 1941W:
Table of Contents

Advertisement

Chapter
Basic Router Configuration
Example
The following configuration shows the command-line access commands.
You do not need to input the commands marked "default." These commands appear automatically in the
configuration file generated when you use the show running-config command.
!
line con 0
exec-timeout 10 0
password 4youreyesonly
login
transport input none (default)
stopbits 1 (default)
line vty 0 4
password secret
login
!

Configuring Static Routes

Static routes provide fixed routing paths through the network. They are manually configured on the
router. If the network topology changes, the static route must be updated with a new route. Static routes
are private routes unless they are redistributed by a routing protocol.
To configure static routes, follow these steps, beginning in global configuration mode.
SUMMARY STEPS
1.
2.
DETAILED STEPS
Command
Step 1
ip route prefix mask {ip-address | interface-type
interface-number [ip-address]}
Example:
Router(config)# ip route 192.168.1.0
255.255.0.0 10.10.10.2
Router(config)#
Step 2
end
Example:
Router(config)# end
Router#
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
ip route prefix mask {ip-address | interface-type interface-number [ip-address]}
end
Purpose
Specifies the static route for the IP packets.
For details about this command and about
additional parameters that can be set, see
IOS IP Command Reference, Volume 2 of 4:
Routing Protocols, Release 12.3
Exits router configuration mode, and enters
privileged EXEC mode.
Configuring Static Routes
Cisco
23

Advertisement

Table of Contents
loading

This manual is also suitable for:

194129012911295139252921 ... Show all

Table of Contents