Dell PowerEdge M520 Dell Converged Enhanced Ethernet Administrator's Guide - Page 46

Configuring IP static routes, by dynamic routes. For example

Page 46 highlights

4 Configuring IP static routes TABLE 6 Feature IP static route features and capabilities Capability Static Routes ARPs Less than 2048, which are shared between IP address' and static routes) 1024 (due to Linux IP stack limitation) eAnvil Chip capability 12288 Anvil Chip capability 16384 Configuring IP static routes In directly attached static routes, only the output interface is specified. The destination is assumed to be directly attached to this interface, so the packet destination is used as the next-hop address. Directly attached static routes are candidates for insertion in the IPv4 routing table only if they refer to a valid IPv4 interface; that is, an interface that is both up and has IPv4 enabled on it. This configuration is not recommended because when the next hop of a static route points to an interface, the router considers each of the hosts within the range of the route to be directly connected through that interface. With this type of configuration, a router performs Address Resolution Protocol (ARP) on the Ethernet for every destination the router finds through the default route because the router considers all of these destinations as directly connected to internal 10 Gbps interface 0/1. This kind of default route, especially if it is used by a lot of packets to many different destination subnets, can cause high processor utilization and a large ARP cache. Specifying a numerical next hop on a directly connected interface prevents the router from performing ARP or each destination address. However, if the interface with the next hop goes down and the numerical next hop is reachable through a recursive route, you should specify both the next hop IP address and the interface through which the next hop should be found. NOTE By default, static routes are preferred to routes learned by routing protocols. Therefore, you can configure an administrative distance with a static route if you want the static route to be overridden by dynamic routes. For example, you could have routes installed by the Open Shortest Path First (OSPF) protocol with an administrative distance of 120. To have a static route that would be overridden by an OSPF dynamic route, specify an administrative distance greater than 120. The following example shows all destinations with address prefix 1.1.1.1/32 are directly reachable through internal 10 Gbps interface 0/1, with an administrative distance of 1. switch(config)#ip route 1.1.1.1/32 intengigabitethernet 0/1 1 NOTE Fabric OS v6.3.1_cee allows 64 ECMP routes. Once this pool is exhausted, any additional ECMP routes are automatically rejected. If one of the existing ECMP routes is deleted, previously rejected ECMP routes must be re-added manually. 28 Dell Converged Enhanced Ethernet Administrator's Guide 53-1002116-01

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168

28
Dell Converged Enhanced Ethernet Administrator’s Guide
53-1002116-01
Configuring IP static routes
4
Configuring IP static routes
In directly attached static routes, only the output interface is specified. The destination is assumed
to be directly attached to this interface, so the packet destination is used as the next-hop address.
Directly attached static routes are candidates for insertion in the IPv4 routing table only if they refer
to a valid IPv4 interface; that is, an interface that is both up and has IPv4 enabled on it. This
configuration is not recommended because when the next hop of a static route points to an
interface, the router considers each of the hosts within the range of the route to be directly
connected through that interface. With this type of configuration, a router performs Address
Resolution Protocol (ARP) on the Ethernet for every destination the router finds through the default
route because the router considers all of these destinations as directly connected to internal 10
Gbps interface 0/1. This kind of default route, especially if it is used by a lot of packets to many
different destination subnets, can cause high processor utilization and a large ARP cache.
Specifying a numerical next hop on a directly connected interface prevents the router from
performing ARP or each destination address. However, if the interface with the next hop goes down
and the numerical next hop is reachable through a recursive route, you should specify both the next
hop IP address and the interface through which the next hop should be found.
NOTE
By default, static routes are preferred to routes learned by routing protocols. Therefore, you can
configure an administrative distance with a static route if you want the static route to be overridden
by dynamic routes. For example, you could have routes installed by the Open Shortest Path First
(OSPF) protocol with an administrative distance of 120. To have a static route that would be
overridden by an OSPF dynamic route, specify an administrative distance greater than 120.
The following example shows all destinations with address prefix 1.1.1.1/32 are directly reachable
through internal 10 Gbps interface 0/1, with an administrative distance of 1.
switch(config)#
ip route 1.1.1.1/32 intengigabitethernet 0/1 1
NOTE
Fabric OS v6.3.1_cee allows 64 ECMP routes. Once this pool is exhausted, any additional ECMP
routes are automatically rejected.
If one of the existing ECMP routes is deleted, previously rejected
ECMP routes must be re-added manually.
Static Routes
Less than 2048, which are shared between IP
address’ and static routes)
ARPs
1024 (due to Linux IP stack limitation)
eAnvil Chip capability 12288
Anvil Chip capability 16384
TABLE 6
IP static route features and capabilities
Feature
Capability