Dell Force10 S2410-01-10GE-24P SFTOS Configuration Guide - Page 248

Enabling Routing

Page 248 highlights

www.dell.com | support.dell.com Enabling Routing The S-Series always provides Layer 2 bridging, while Layer 3 routing must be explicitly enabled, first for the S-Series router as a whole, and then for each port that is to participate in the routed network. As introduced in the Getting Started chapter, use the show version command (see Figure 3-8 on page 35) to verify that the Routing package ("Layer 3 Package") of SFTOS is installed in order to utilize these routing procedures. Then, to inspect the system for configured Layer 3 interfaces, use the show ip interface brief command (see Figure 3-16 on page 41). For more details about a specific interface, use the following commands (Note, however, that routing must be enabled before these commands produce a report.): • show ip interface unit/slot/port: See Figure 3-15 on page 40. • show ip interface vlan vlan-ID To view IP information on a Layer 3 interface, use the show ip interface command in the Privileged Exec mode (Figure 17-218). Figure 17-218. show ip interface Command Example Force10 >show ip int vlan 58 Vlan 58 is up, line protocol is up Internet address is 1.1.49.1/24 Broadcast address is 1.1.49.255 Address determined by config file MTU is 1554 bytes Inbound access list is not set Proxy ARP is enabled Split Horizon is enabled Poison Reverse is disabled ICMP redirects are not sent ICMP unreachables are not sent The configuration commands used in the example in this section enable IP routing on ports 1/0/2, 1/0/3, and 1/0/5. The router ID will be set to the management IP address of the S50 stack, or to that of any active router interface if the management address is not configured. After the routing configuration commands have been issued, the following functions will be active: • IP Forwarding, responsible for forwarding received IP packets • ARP Mapping, responsible for maintaining the ARP Table used to correlate IP and MAC addresses. The table contains both static entries and entries dynamically updated based on information in received ARP frames. • Routing Table Object, responsible for maintaining the common routing table used by all registered routing protocols You may then activate RIP or OSPF, used by routers to exchange route information, on top of IP Routing. RIP is more often used in smaller networks, while OSPF was designed for larger and more complex topologies. 248 | Layer 3 Routing

  • 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
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306

248
|
Layer 3 Routing
www.dell.com | support.dell.com
Enabling Routing
The S-Series always provides Layer 2 bridging, while Layer 3 routing must be explicitly enabled, first for
the S-Series router as a whole, and then for each port that is to participate in the routed network.
As introduced in the Getting Started chapter, use the
show version
command (see
Figure 3-8 on page 35
)
to verify that the Routing package (“Layer 3 Package”) of SFTOS is installed in order to utilize these
routing procedures.
Then, to inspect the system for configured Layer 3 interfaces, use the
show ip interface brief
command (see
Figure 3-16 on page 41
).
For more details about a specific interface, use the following commands (Note, however, that routing must
be enabled before these commands produce a report.):
show ip interface
unit/slot/port
: See
Figure 3-15 on page 40
.
show ip interface vlan
vlan-ID
To view IP information on a Layer 3 interface, use the
show ip interface
command in the Privileged Exec
mode
(Figure 17-218)
.
Figure 17-218.
show ip interface Command Example
The configuration commands used in the example in this section enable IP routing on ports 1/0/2, 1/0/3, and
1/0/5. The router ID will be set to the management IP address of the S50 stack, or to that of any active
router interface if the management address is not configured.
After the routing configuration commands have been issued, the following functions will be active:
IP Forwarding, responsible for forwarding received IP packets
ARP Mapping, responsible for maintaining the ARP Table used to correlate IP and MAC addresses.
The table contains both static entries and entries dynamically updated based on information in received
ARP frames.
Routing Table Object, responsible for maintaining the common routing table used by all registered
routing protocols
You may then activate RIP or OSPF, used by routers to exchange route information, on top of IP Routing.
RIP is more often used in smaller networks, while OSPF was designed for larger and more complex
topologies.
Force10 >show ip int vlan 58
Vlan 58 is up, line protocol is up
Internet address is 1.1.49.1/24
Broadcast address is 1.1.49.255
Address determined by config file
MTU is 1554 bytes
Inbound
access list is not set
Proxy ARP is enabled
Split Horizon is enabled
Poison Reverse is disabled
ICMP redirects are not sent
ICMP unreachables are not sent