Configure Static Routes - Dell Force10 S4810P Configuration Manual

High-density, 1ru 48-port 10gbe switch
Hide thumbs Also See for Force10 S4810P:
Table of Contents

Advertisement

To view the configuration, use the
example below or
FTOS(conf-if)#show conf
!
interface GigabitEthernet 0/0
ip address 10.11.1.1/24
no shutdown
!
FTOS(conf-if)#
FTOS#show ip int gi 0/8
GigabitEthernet 0/8 is up, line protocol is up
Internet address is 10.69.8.1/24
Broadcast address is 10.69.8.255
Address determined by config file
MTU is 1554 bytes
Inbound
Proxy ARP is enabled
Split Horizon is enabled
Poison Reverse is disabled
ICMP redirects are not sent
ICMP unreachables are not sent
FTOS#

Configure static routes

A static route is an IP address that is manually configured and not learned by a routing protocol, such as
OSPF. Often, static routes are used as backup routes in case other dynamically learned routes are
unreachable.
To configure a static route, use the following command in the CONFIGURATION mode:
Command Syntax
ip route ip-address mask
[
interface
ip-address
[
] [
permanent
tag tag-value
You can enter as many static IP addresses as necessary.
520
|
IPv4 Routing
show config
show ip interface
access list is not set
Command Mode
{
|
CONFIGURATION
ip-address
]} [
]
distance
]
command in the INTERFACE mode as shown in the
in the EXEC privilege mode as shown in the second example.
Purpose
Configure a static IP address. Use the following
required and optional parameters:
: Enter an address in dotted decimal
ip-address
format (A.B.C.D).
: Enter a mask in slash prefix-length
mask
format (/X).
: Enter an interface type followed by
interface
slot/port information.
range: 1 to 255 (optional).
distance
: Keep the static route in the routing
permanent
table (if
option is used) even if the
interface
interface with the route is disabled. (optional)
range: 1 to 4294967295.
tag tag-value
(optional)

Advertisement

Table of Contents
loading

Table of Contents