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

Recursive IP static routes, Floating IP static routes, Displaying and clearing IP static routes

Page 47 highlights

Configuring IP static routes 4 Recursive IP static routes In a recursive IP static route, only the next hop is specified. The output interface is derived from the next hop. A recursive IP static route is valid (that is, it is a candidate for insertion in the routing table) only when the specified next hop resolves, either directly or indirectly, to a valid output interface, provided the route does not self-recurse, and the recursion depth does not exceed the maximum IPv4 forwarding recursion depth. Fabric OS v6.3.1_cee supports one level of recursion. Beyond this level of recursion the routes are held as inactive routes. Dell does not recommend manually configuring a self-recursive IP static route, although it is not prohibited. However, a recursive IP static route that has been inserted in the routing table may become self-recursive as a result of some transient change in the network learned through a dynamic routing protocol. If this occurs, the fact that the IP static route has become self-recursive is detected and is removed from the routing table, although not from the configuration. A subsequent network change may cause the IP static route to no longer be self-recursive, in which case it is reinserted in the routing table. The following example specifies that all destinations with address prefix 1.1.1.1/32 are reachable via the host with address 2.2.2.2. switch(config)#ip route 1.1.1.1/32 2.2.2.2 Floating IP static routes Floating IP static routes act as a alternative path to dynamic routes learned through configured routing protocols. A floating IP static route is configured with a higher administrative distance than the dynamic routing protocol. As a result, the dynamic route learned through the routing protocol is always used in preference to the floating IP static route. If the dynamic route learned through the routing protocol is lost, the floating IP static route is used in its place. A floating IP static route must be configured with an administrative distance that is greater than the administrative distance of the dynamic routing protocol, because routes with smaller administrative distances are preferred. For example, if your Open Shortest Path First (OSPF) protocol is configured with an administrative distance of 120, specify an administrative distance greater than 120 for your floating IP static route. The following example defines a floating IP static route that shows all destinations with address prefix 1.1.1.1/32 are reachable through internal 10 Gbps interface 0/1: switch(config)#ip route 1.1.1.1/32 intengigabitethernet 0/1 121 Displaying and clearing IP static routes To display the current IP routing information and clear the assigned settings, perform the following procedure from EXEC mode. 1. Display a summary of the IP routing table. switch>show ip route summary Route Source Networks Subnets connected 0 1 static 1 1 internal 1 Total 2 2 Overhead 64 128 192 Memory (bytes) 160 320 1180 1660 Dell Converged Enhanced Ethernet Administrator's Guide 29 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

Dell Converged Enhanced Ethernet Administrator’s Guide
29
53-1002116-01
Configuring IP static routes
4
Recursive IP static routes
In a recursive IP static route, only the next hop is specified. The output interface is derived from the
next hop. A recursive IP static route is valid (that is, it is a candidate for insertion in the routing
table) only when the specified next hop resolves, either directly or indirectly, to a valid output
interface, provided the route does not self-recurse, and the recursion depth does not exceed the
maximum IPv4 forwarding recursion depth. Fabric OS v6.3.1_cee supports one level of recursion.
Beyond this level of recursion the routes are held as inactive routes.
Dell does not recommend manually configuring a self-recursive IP static route, although it is not
prohibited. However, a recursive IP static route that has been inserted in the routing table may
become self-recursive as a result of some transient change in the network learned through a
dynamic routing protocol. If this occurs, the fact that the IP static route has become self-recursive is
detected and is removed from the routing table, although not from the configuration. A subsequent
network change may cause the IP static route to no longer be self-recursive, in which case it is
reinserted in the routing table.
The following example specifies that all destinations with address prefix 1.1.1.1/32 are reachable
via the host with address 2.2.2.2.
switch(config)#
ip route 1.1.1.1/32 2.2.2.2
Floating IP static routes
Floating IP static routes act as a alternative path to dynamic routes learned through configured
routing protocols. A floating IP static route is configured with a higher administrative distance than
the dynamic routing protocol. As a result, the dynamic route learned through the routing protocol is
always used in preference to the floating IP static route. If the dynamic route learned through the
routing protocol is lost, the floating IP static route is used in its place.
A floating IP static route must be configured with an administrative distance that is greater than the
administrative distance of the dynamic routing protocol, because routes with smaller
administrative distances are preferred. For example, if your Open Shortest Path First (OSPF)
protocol is configured with an administrative distance of 120, specify an administrative distance
greater than 120 for your floating IP static route.
The following example defines a floating IP static route that shows all destinations with address
prefix 1.1.1.1/32 are reachable through internal 10 Gbps interface 0/1:
switch(config)#
ip route 1.1.1.1/32 intengigabitethernet 0/1 121
Displaying and clearing IP static routes
To display the current IP routing information and clear the assigned settings, perform the following
procedure from EXEC mode.
1.
Display a summary of the IP routing table.
switch>
show ip route summary
Route Source
Networks
Subnets
Overhead
Memory (bytes)
connected
0
1
64
160
static
1
1
128
320
internal
1
1180
Total
2
2
192
1660