Инструкция для D-LINK DWS-3024

(скачивание инструкции бесплатно)
Формат файла: PDF
Доступность: Бесплатно как и все руководства на сайте. Без регистрации и SMS.
Дополнительно: Чтение инструкции онлайн
background image

Port Routing Configuration

69

10

Port Routing

The first networks were small enough for the end stations to communicate directly. As 
networks grew, Layer 2 bridging was used to segregate traffic, a technology that worked well 
for unicast traffic, but had problems coping with large quantities of multicast packets. The next 
major development was routing, where packets were examined and redirected at Layer 3. End 
stations needed to know how to reach their nearest router, and the routers had to understand 
the network topology so that they could forward traffic. Although bridges tended to be faster 
than routers, using routers allowed the network to be partitioned into logical subnetworks, 
which restricted multicast traffic and also facilitated the development of security mechanisms.

An end station specifies the destination station’s Layer 3 address in the packet’s IP header but 
sends the packet to the MAC address of a router. When the Layer 3 router receives the packet, 
at a minimum it does the following:

Looks up the Layer 3 address in its address table to determine the outbound port 

Updates the Layer 3 header 

Recreates the Layer 2 header 

The router’s IP address is often statically configured in the end station, although the Unified 
Switch supports DHCP that allow the address to be assigned dynamically. You may assign 
static entries in the routing tables used by the router.

Port Routing Configuration

The Unified Switch always supports Layer 2 bridging, but Layer 3 routing must be explicitly 
enabled, first for the Unified Switch as a whole, and then for each port which is to participate 
in the routed network. 

The configuration commands used in this section’s example enable IP routing on ports 0/2, 0/
3, and 0/5. The router ID is set to the Unified Switch’s management IP address, or to that of 
any active router interface if the management address is not configured. 

After you’ve issued the routing configuration commands, the following functions are 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.

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
Оглавление инструкции

Document Outline