Chapter 6 Control Configuration
IP Configuration
SCE 1000 2xGBE Release 2.0.10 User Guide
6-8 OL-7117-02
Default Gateway
To configure the default gateway:
Step 1 From the SCE 1000(config)# prompt, type ip default-gateway
<address>, and press Enter.
The default gateway for the SCE 1000 is set.
EXAMPLE:
The following example shows how to set the default gateway IP of the SCE 1000 to 10.1.1.1.
SCE 1000(config)#ip default-gateway 10.1.1.1
Adding IP Routing Entry to Routing Table
To add an IP routing entry to the routing table:
Step 1 From the SCE 1000(config)# prompt, use the ip route <prefix> <mask>
<next-hop> command, and press Enter.
The IP routing entry is added to the routing table. (All addresses must be in dotted
notation. The next-hop must be within the Fast-Ethernet interface subnet.)
EXAMPLE:
The following example shows how to set the router 10.1.1.250 as the next hop to subnet 10.2.0.0.
SCE 1000(config)#ip route 10.2.0.0 255.255.0.0 10.1.1.250
Show IP Route
To use show ip route command to display the entire routing table:
Step 1 From the SCE 1000# prompt, type show ip route and press Enter.
The entire routing table and the destination of last resort (default-gateway) appear.
Comments to this Manuals