6-2
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 6 Global Configuration
IP Routing Configuration
IP Routing Configuration
•
Configuring the IP Routing Table, page 6-2
•
Configuring the IP Routing Table
•
How to Configure the Default Gateway, page 6-2
•
How to Add an Entry to the IP Routing Table, page 6-3
•
How to Display the IP Routing Table, page 6-3
For handling IP packets on the out-of-band MNG port, the Cisco SCE platform maintains a static routing
table. When a packet is sent, the system checks the routing table for proper routing, and forwards the
packet accordingly. In cases where the Cisco SCE platform cannot determine where to route a packet, it
sends the packet to the default gateway.
The Cisco SCE platform supports the configuration of the default gateway as the default next hop router,
as well as the configuration of the routing table to provide different next hop routers for different subnets
(for maximum configuration of 100 subnets).
The following sections illustrate how to use CLI commands to configure various parameters.
The following commands are relevant to IP routing tables:
•
ip default-gateway
•
ip route prefix mask next-hop
•
no ip route all
•
no ip route prefix mask
•
show ip route
•
show ip route prefix
•
show ip route prefix mask
How to Configure the Default Gateway
Options
The following option is available:
•
ip-address—the IP address of the default gateway.
From the SCE(config)# prompt, type:
Configuring the Default Gateway: Example
The following example shows how to set the default gateway IP of the Cisco SCE platform to 10.1.1.1.
SCE(config)#ip default-gateway 10.1.1.1
Command
Purpose
ip default-gateway
ip-address
Configures the default gateway.