Ecmp Static Routes; Ospf Integration; Ecmp Route Hashing - IBM RackSwitch G8000 Application Manual

A top-of-rack (tor) switch
Hide thumbs Also See for RackSwitch G8000:
Table of Contents

Advertisement

ECMP Static Routes

OSPF Integration

ECMP Route Hashing

© Copyright IBM Corp. 2011
6. Configure the default gateway to the routers' addresses.
The default gateway allows the switch to send outbound traffic to the router:
RS G8000(config)# ip gateway 1 address 205.21.17.1
RS G8000(config)# ip gateway 1 enable
7. Enable IP routing.
RS G8000(config)# ip routing
8. Verify the configuration.
RS G8000(config)# show vlan
RS G8000(config)# show interface information
RS G8000(config)# show interface ip
Examine the resulting information. If any settings are incorrect, make the
appropriate changes.
Equal-Cost Multi-Path (ECMP) is a forwarding mechanism that routes packets along
multiple paths of equal cost. ECMP provides equally-distributed link load sharing
across the paths. The hashing algorithm used is based on the source IP address
(SIP). ECMP routes allow the switch to choose between several next hops toward a
given destination. The switch performs periodic health checks (ping) on each ECMP
gateway. If a gateway fails, it is removed from the routing table, and an SNMP trap
is sent.
When a dynamic route is added through Open Shortest Path First (OSPF), the
switch checks the route's gateway against the ECMP static routes. If the gateway
matches one of the single or ECMP static route destinations, then the OSPF route is
added to the list of ECMP static routes. Traffic is load-balanced across all of the
available gateways. When the OSPF dynamic route times out, it is deleted from the
list of ECMP static routes.
You can configure the parameters used to perform ECMP route hashing, as follows:
sip: Source IP address (default)
dipsip: Source IP address and destination IP address
The ECMP hash setting applies to all ECMP routes.
Chapter 15. Basic IP Routing
187

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents