Chapter 26
| IP Routing Commands
Global Routing Configuration
– 574 –
IPv4 Commands
ip route
This command configures static routes. Use the
no
form to remove static routes.
Syntax
ip route
destination-ip
netmask
next-hop
[
distance
]
no ip route
{
destination-ip netmask
next-hop
|
*
}
destination-ip
– IP address of the destination network, subnetwork, or host.
netmask
- Network mask for the associated IP subnet. This mask identifies
the host address bits used for routing to specific subnets.
next-hop
– IP address of the next hop router used for this route.
distance
– An administrative distance indicating that this route can be
overridden by other routing information. (Range: 1-255, Default: 1)
*
– Removes all static routing table entries.
Default Setting
No static routes are configured.
Command Mode
Global Configuration
Command Usage
◆
Up to 24 static routes can be configured.
◆
If an administrative distance is defined for a static route, and the same
destination can be reached through a dynamic route at a lower administration
distance, then the dynamic route will be used.
◆
If both static and dynamic paths have the same lowest cost, the first route
stored in the routing table, either statically configured or dynamically learned
via a routing protocol, will be used.
Example
This example forwards all traffic for subnet 192.168.1.0 to the gateway router
192.168.5.254, using the default metric of 1.
Console(config)#ip route 192.168.1.0 255.255.255.0 192.168.5.254
Console(config)#
Содержание EX-3524
Страница 2: ......
Страница 28: ...Figures 28 ...
Страница 34: ...Section I Getting Started 34 ...
Страница 58: ...Chapter 1 Initial Switch Configuration Setting the System Clock 58 ...
Страница 72: ...Chapter 2 Using the Command Line Interface CLI Command Groups 72 ...
Страница 156: ...Chapter 5 SNMP Commands Notification Log Commands 156 ...
Страница 164: ...Chapter 6 Remote Monitoring Commands 164 ...
Страница 218: ...Chapter 7 Authentication Commands Management IP Filter 218 ...
Страница 268: ...Chapter 8 General Security Measures Port based Traffic Segmentation 268 ...
Страница 292: ...Chapter 9 Access Control Lists ACL Information 292 ...
Страница 312: ...Chapter 10 Interface Commands Power Savings 312 ...
Страница 324: ...Chapter 11 Link Aggregation Commands Trunk Status Display Commands 324 ...
Страница 366: ...Chapter 15 Address Table Commands 366 ...
Страница 428: ...Chapter 17 VLAN Commands Configuring Voice VLANs 428 ...
Страница 572: ...Chapter 25 IP Interface Commands IPv6 Interface 572 ...
Страница 578: ...Section I Appendices 578 ...
Страница 594: ...Appendix C Customer Support Manuals 594 ...