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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
|
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Commands</title><script language="JavaScript">
<!--
if (document.images) {
image1on = new Image();
image1on.src = "../../index_images/sitewide_outline_ov.gif";
image2on = new Image();
image2on.src = "../../index_images/sitewide_objectives_ov.gif";
image3on = new Image();
image3on.src = "../../index_images/sitewide_labs_ov.gif";
image4on = new Image();
image4on.src = "../../index_images/sitewide_commands_ov.gif";
image5on = new Image();
image5on.src = "../../index_images/sitewide_media_ov.gif";
image6on = new Image();
image6on.src = "../../index_images/sitewide_links_ov.gif";
image1off = new Image();
image1off.src = "../../index_images/sitewide_outline.gif";
image2off = new Image();
image2off.src = "../../index_images/sitewide_objectives.gif";
image3off = new Image();
image3off.src = "../../index_images/sitewide_labs.gif";
image4off = new Image();
image4off.src = "../../index_images/sitewide_commands.gif";
image5off = new Image();
image5off.src = "../../index_images/sitewide_media.gif";
image6off = new Image();
image6off.src = "../../index_images/sitewide_links.gif";
image1hint = new Image();
image1hint.src = "../../index_images/sitewide_text_outline.gif";
image2hint = new Image();
image2hint.src = "../../index_images/sitewide_text_objectives.gif";
image3hint = new Image();
image3hint.src = "../../index_images/sitewide_text_labs.gif";
image4hint = new Image();
image4hint.src = "../../index_images/sitewide_text_commands.gif";
image5hint = new Image();
image5hint.src = "../../index_images/sitewide_text_media.gif";
image6hint = new Image();
image6hint.src = "../../index_images/sitewide_text_links.gif";
imageHint = new Image();
imageHint.src = "../../index_images/sitewide_text_start.gif";
}
function changeImages() {
if (document.images) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
}
}
}
// -->
</script>
</head><body bgcolor="#FFFFFF" bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0" link="#003399" alink="#000000" vlink="#000000">
<body link="#003399" vlink="#003399" alink="#003399">
<form name="searchform" action="/app/search.taf">
</form>
<input type="hidden" name="_function" value="search">
<input type="hidden" name="more_options" value="two">
<input type="hidden" name="search_scope" value=48054>
<input type="hidden" name="tree_type" value="Asset">
<input type="hidden" name="display_option" value="Glossary">
<input type="hidden" name="style" value="iQ">
<input type="hidden" name="asset_type_id" value="44728">
<input type="hidden" name="public_view" value="true">
<input type="hidden" name="DefMode" value="">
<!-- begin glossary header -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tr>
<td width="120" rowspan="3" valign="top" align="center">
<img src="../../index_images/spacer.gif" alt="" border="0" width="1" height="1"><br>
<img src="../../index_images/logo.gif" alt="Cisco Systems" border="0" width="110" height="73"></td>
<td width="100%" bgcolor="#ffffff" nowrap valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="90" bgcolor="#336666" nowrap valign="top">
<img border="0" src="../../index_images/left_top_bar.gif" width="150" height="30"></td>
<td bgcolor="#336666" nowrap align="right">
<img name="hint" src="../../index_images/sitewide_text_start.gif" border=0 width="136" height="19"></td>
</tr>
</table><br>
</td>
<td width="180" valign="top">
<table width=177 border=0 cellpadding=0 cellspacing=0 align="right">
<tr>
<td bgcolor="#336666" align="right">
<a onMouseOver="changeImages('image1', 'image1on'); changeImages('hint', 'image1hint');" onMouseOut="changeImages('image1', 'image1off'); changeImages('hint', 'imageHint');" href="../../outline/ch1/index.html">
<img name="image1" border="0" src="../../index_images/sitewide_outline.gif" width="28" height="30"></a><a onMouseOver="changeImages('image2', 'image2on'); changeImages('hint', 'image2hint');" onMouseOut="changeImages('image2', 'image2off'); changeImages('hint', 'imageHint');" href="../../objectives/ch1/index.html"><img name="image2" border="0" src="../../index_images/sitewide_objectives.gif" width="27" height="30"></a><a onMouseOver="changeImages('image3', 'image3on'); changeImages('hint', 'image3hint');" onMouseOut="changeImages('image3', 'image3off'); changeImages('hint', 'imageHint');" href="../../labs/ch1/index.html"><img name="image3" border="0" src="../../index_images/sitewide_labs.gif" width="36" height="30"></a><img name="image4" border="0" src="../../index_images/sitewide_commands_dim.gif" width="29" height="30"><a onMouseOver="changeImages('image5', 'image5on'); changeImages('hint', 'image5hint');" onMouseOut="changeImages('image5', 'image5off'); changeImages('hint', 'imageHint');" href="../../media/ch1/index.html"><img name="image5" border="0" src="../../index_images/sitewide_media.gif" width="28" height="30"></a></td>
</tr>
</table><br>
</td>
</tr>
</table>
<!-- end glossary header -->
<!-- "Glossary" graphic title -->
<table border="0" bgcolor="#ffffff" width="100%" cellspacing=0 cellpadding=0>
<tr>
<td bgcolor="#ffffff"><img src="../../index_images/spacer.gif" width="10" height="1" alt="" border="0"></td>
<td width="7" bgcolor="#ffffff"><img src="../../index_images/spacer.gif" width="7" height="7" alt="" border="0"></td>
<td colspan="3" bgcolor="#ffffff"><img src="../../index_images/spacer.gif" width="111" height="1" alt="" border="0"><!-- Tool-Specific Header graphic --><img border="0" src="../../index_images/title_commands.gif" width="144" height="15"></td>
<td bgcolor="#ffffff">
<img src="../../index_images/spacer.gif" alt="" border="0" width="1" height="1"></td>
<td bgcolor="#ffffff"><img src="../../index_images/spacer.gif" width="9" height="1" alt="" border="0"></td>
</tr>
<tr valign="bottom">
<td bgcolor="#ffffff"><img src="../../index_images/spacer.gif" width="10" height="1" alt="" border="0"></td>
<td width="7" bgcolor="#336666">
<img src="../../index_images/content_title_upleft1.gif" alt="" border="0" width="7" height="7"></td>
<td bgcolor="#336666" colspan="3" nowrap>
<img src="../../index_images/content_title_upleft2.gif" alt="" border="0" width="45" height="7"><!-- spacer graphic controls minimum width --><img src="../../index_images/spacer.gif" width="511" height="1" alt="" border="0"></td>
<td bgcolor="#336666" valign="top" align="right">
<img src="../../index_images/content_title_upright.gif" alt="" border="0" width="5" height="5"></td>
<td bgcolor="#ffffff"><img src="../../index_images/content_title_upright_dot.gif" width="1" height="2" alt="" border="0"><img src="../../index_images/spacer.gif" width="8" height="1" alt="" border="0"></td>
</tr>
<!-- end "Glossary" graphic title -->
<!-- main content -->
<tr>
<td bgcolor="#ffffff"><img src="../../index_images/spacer.gif" width="10" height="1" alt="" border="0"></td>
<td width="7" bgcolor="#336666"><img src="../../index_images/spacer.gif" width="7" height="1" alt="" border="0"></td>
<td colspan="4" valign=middle>
<!-- Insert Content Into Table Below -->
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td bgcolor="#99cccc" class="content"><b><img src="../../index_images/spacer.gif" width="1" height="3" alt="" border="0"><font face="Arial" size="1" color="#003333">Modules:</font>
</font></b>
<font color="#003399" face="Arial" size="1"> | 1 |
<a href="../ch2/index.html">2</a> |
<a href="../ch3/index.html">3</a> |
<a href="../ch4/index.html">4</a> |
<a href="../ch5/index.html">5</a> |
<a href="../ch6/index.html">6</a> |
<a href="../cs1/index.html">CS</a> |
<a href="../all/index.html">All</a> |</font></TD>
</tr>
<tr valign="top">
<td bgcolor="#EEEEEE" class="content">
<table border="0" width="100%" cellspacing="0" cellpadding="8">
<tr>
<td bgcolor="#EEEEEE" class="content">
<table border="0" width="100%" cellspacing="0" cellpadding="8">
<tr>
<td width="100%"><b><font face="Arial" color="#003333">M</font></b><font color="#003333" size="3" face="Arial"><b>odule 1:
Scaling IP Addresses</b></font><font color="#003333"><br>
</font><table border="0" width="95%" cellpadding="2" cellspacing="8" bordercolor="#111111" height="622">
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b><font face="Arial" size="2">
Command</font></b></td>
<td valign="top" width="40%" height="19"><b><font face="Arial" size="2">
Command Description</font></b></td>
<td valign="top" width="30%" height="19"><b><font face="Arial" size="2">
Command Syntax</font></b></td>
</tr>
<tr>
<td valign="top" width="10%" height="32"><font face="Arial" size="2">
<a target="main" href="../../../ch1/1_1_4/index.html">1.1.4</a></font></td>
<td valign="top" width="20%" height="32"><b>
<font face="Courier New" size="2">ip route 199.99.9.32 255.255.224.0
200.2.2.18 </font></b></td>
<td valign="top" width="40%" height="32"><font face="Arial" size="2">
To establish static routes, use the </font>
<font face="Courier New" size="2">
<b>ip route</b></font><font face="Arial" size="2">
global configuration
command. To remove static routes, use the </font>
<font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="32">
<font face="Courier New" size="2"><b>ip route </b><i>prefix mask</i><b> </b>{<i>address</i>
| <i>interface-type interface-number </i>[<i>ip-address</i>]} [<i>distance</i>] [<b>tag</b> <i>tag</i>] [<b>permanent</b>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="32"> </td>
<td valign="top" width="20%" height="32"><b>
<font face="Courier New" size="2">ip nat pool public_access
199.99.9.40 199.99.9.62 netmask 255.255.255.224</font></b></td>
<td valign="top" width="40%" height="32"><font face="Arial" size="2">
To define a pool of IP addresses for NAT, use the </font>
<font face="Courier New" size="2">
<b>ip nat pool</b></font><font face="Arial" size="2">
global configuration command. To remove one
or more addresses from the pool, use the </font>
<font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="32">
<font face="Courier New" size="2"><b>
ip nat pool </b><i>name start-ip end-ip</i><b>
{netmask</b> <i>netmask</i> | <b>prefix-length</b> <i>prefix-length</i>}[<b>type rotary</b>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="48"> </td>
<td valign="top" width="20%" height="48"><b>
<font face="Courier New" size="2">access-list 1 permit 10.10.10.0
0.0.0.255</font></b></td>
<td valign="top" width="40%" height="48"><font face="Arial" size="2">
To define an access-control list, use the </font>
<b>
<font face="Courier New" size="2">
access-list</font><font face="Arial" size="2"> </font> </b> <font face="Arial" size="2">
global
configuration command. To remove a standard access lists, use the </font>
<font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command. </font></td>
<td valign="top" width="30%" height="48">
<font face="Courier New" size="2"><b>
IP standard access-list: </b>access-list<i> access-list-number</i><b>
</b>{<b>deny</b> |
<b>permit</b> | <b>remark</b> <b>line</b>} <i>source</i>[<i>source-wildcard</i>] [<b>log</b>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="48"> </td>
<td valign="top" width="20%" height="48"><b>
<font face="Courier New" size="2">ip nat inside source list 1 pool
public_access</font></b></td>
<td valign="top" width="40%" height="48"><font face="Arial" size="2">
To enable NAT of the inside source
address, use the </font><font face="Courier New" size="2">
<b>ip nat inside source</b></font><font face="Arial" size="2">
global configuration command. To
remove the static translation or remove the dynamic association to a
pool, use the </font><font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="48">
<font face="Courier New" size="2"><b>ip nat inside source </b>{list
{<i>access-list-number </i>|<i>name</i>} {<b>pool</b> <i>name</i> | <b>interface</b>
<i>dialer-name</i>}
[<b>overload</b>] | <b>static</b> <i>local-ip global-ip</i>}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="80"> </td>
<td valign="top" width="20%" height="80"><b>
<font face="Courier New" size="2">ip nat inside</font></b></td>
<td valign="top" width="40%" height="80"><font face="Arial" size="2">
To designate that traffic originating from or destined for the
interface is subject to NAT, use the </font>
<font face="Courier New" size="2">
<b>ip
nat interface</b></font><font face="Arial" size="2">
configuration command. To prevent the interface from
being able to translate, use the </font>
<font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="80">
<font face="Courier New" size="2"><b>
ip nat </b>{<b>inside</b> | <b>outside</b>}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="48"> </td>
<td valign="top" width="20%" height="48"><b>
<font face="Courier New" size="2">ip nat outside</font></b></td>
<td valign="top" width="40%" height="48"><font face="Arial" size="2">
To designate that traffic originating from or destined for the
interface is subject to NAT, use the </font>
<font face="Courier New" size="2">
<b>ip
nat interface</b></font><font face="Arial" size="2">
configuration command. To prevent the interface from
being able to translate, use the </font>
<font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="48">
<font face="Courier New" size="2"><b>ip nat </b>{<b>inside</b> | <b>outside</b>}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">show ip nat translations</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To display active NAT translations, use
the </font><font face="Courier New" size="2">
<b>show ip nat</b></font><font face="Arial" size="2">
translations EXEC command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>show ip nat translations </b>
[<b>verbose</b>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">ip nat inside source list 1
interface serial 0 overload</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To enable NAT of the inside source
address, use the </font><font face="Courier New" size="2">
<b>ip nat inside source</b></font><font face="Arial" size="2">
global configuration command. To
remove the static translation or remove the dynamic association to a
pool, use the </font><font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>
ip nat inside source </b>{<b>list</b> {<i>access-list-number</i> |<i>name</i>} {<b>pool</b>
<i>name</i> |
<b>interface</b> <i>dialer-name</i>} [<b>overload</b>] | <b>static</b>
<i>local-ip global-ip</i>}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">ip nat inside source static
10.10.10.10 199.99.9.33</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To enable NAT of the inside source
address, use the </font><font face="Courier New" size="2">
<b>ip nat inside source</b></font><font face="Arial" size="2">
global configuration command. To
remove the static translation or remove the dynamic association to a
pool, use the </font><font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>
ip nat inside source </b>{<b>list</b> {<i>access-list-number</i> |<i>name</i>} {<b>pool</b>
<i>name</i> |
<b>interface</b> <i>dialer-name</i>} [<b>overload</b>] | <b>static</b>
<i>local-ip global-ip</i>}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"><font face="Arial" size="2">
<a target="main" href="../../../ch1/1_1_5/index.html">1.1.5</a></font></td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">show ip nat statistics</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To display NAT statistics, use the </font>
<font face="Courier New" size="2">
<b>show ip nat statistics</b></font><font face="Arial" size="2">
EXEC command.</font></td>
<td valign="top" width="30%" height="19"><b>
<font face="Courier New" size="2">show ip nat statistics </font></b></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">show ip nat translations</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To display active NAT translations, use
the </font><font face="Courier New" size="2">
<b>show ip nat translations</b></font><font face="Arial" size="2">
EXEC command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>
show ip nat translations </b>[<b>verbose</b>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">clear ip nat translation *</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To clear dynamic NAT translations from
the translation table, use the clear </font>
<b>
<font face="Courier New" size="2">
ip nat
<b>translation</b></font><font face="Arial" size="2"> </font></b><font face="Arial" size="2"> EXEC command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>clear ip nat translation </b>{* |
[<b>inside</b> <i>global-ip local-ip</i>] [<b>outside</b> <i>local-ip global-ip</i>]}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19">
<font face="Courier New" size="2"><b>
clear ip nat translation inside global-ip local-ip </b>[<i>outside local-ip
global-ip</i>]</font></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To clear dynamic NAT translations from
the translation table, use the </font>
<font face="Courier New" size="2">
<b>clear ip nat translation</b></font><font face="Arial" size="2">
EXEC command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>clear ip nat translation </b>{* |
[<b>inside</b> <i>global-ip local-ip</i>] [<b>outside</b> <i>local-ip global-ip</i>]}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19">
<font face="Courier New" size="2"><b>
clear ip nat translation <i>protocol</i> inside global-ip global-port local-ip
local-port </b>[<i>outside local-ip local-port global-ip global-port</i>]</font></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To clear extended dynamic NAT translations from
the translation table, use the </font>
<font size="2" face="Courier New"><b>clear ip nat translation</b></font><font face="Arial" size="2"> EXEC command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>clear ip nat translation </b><i>
protocol</i> <b>inside</b> <i>global-ip global-port</i> <i>local-ip</i>
local-port [<b>outside</b> <i>local-ip global-ip</i>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"><font face="Arial" size="2">
<a target="main" href="../../../ch1/1_1_6/index.html">1.1.6</a></font></td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">debug ip nat</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
Use this command to verify the operation of the NAT feature by
displaying information about every packet that is translated by the
router.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>
debug ip nat</b></font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">debug ip nat detailed</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
This command generates a description of each packet considered for
translation. This command also outputs information about certain
errors or exception conditions, such as the failure to allocate a
global address.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>
debug ip nat detailed</b></font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"><font face="Arial" size="2">
<a target="main" href="../../../ch1/1_2_5/index.html">1.2.5</a></font></td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">ip dhcp pool</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To activate the IOS DHCP server and configure pool-specific settings,
use the </font><font face="Courier New" size="2">
<b>ip dhcp pool</b></font><font face="Arial" size="2">
command. To remove the address pool, use the </font><font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2">
<b>ip dhcp pool
</b><i>pool-name </i> </font>
</td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">ip dhcp excluded-address</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
The DHCP Server assumes that all IP addresses in a DHCP address pool
subnet are available for assigning to DHCP clients. You must specify
the IP address that the DHCP Server should not assign to clients.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>dhcp excluded-address
</b><i>low-address</i><b>
</b>[<i>high-address</i>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">default-router</font></b></td>
<td valign="top" width="40%" height="19"><font size="2" face="Arial">
This command specifies the IP address of the default router for a DHCP
client. One IP address is required but up to eight IP addresses may be
specified. To disable this feature, use the no form of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>default-router </b>
<i>address</i> [<i>address2</i> ...
<i>address8</i>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">dns-server</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
This command specifies the IP address of a DNS server that is
available to a DHCP client. To disable this feature, use the no form
of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>dns-server </b>
<i>address</i> [<i>address2</i> ...
<i>address8</i>]</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">netbios-name-server</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
This command specifies the IP address of a netbios name server that is
available to a DHCP client. One IP address is required. However, up to
eight IP addresses can be specified in one command line. To remove
the NetBIOS name server list, use the </font><font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>netbios-name-server </b> <i>address</i> [<i>address2</i> ...
<i>address8</i>] </font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">no service dhcp</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
Enables the CiscoIOS DHCP server and relay features on the router.
Use the </font><font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command to disable the Cisco IOS DHCP server
and relay features.</font></td>
<td valign="top" width="30%" height="19">
<b><font face="Courier New" size="2">no service dhcp</font></b></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">service dhcp</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
Enables the CiscoIOS DHCP server and relay features on the router.
Use the </font><font face="Courier New" size="2">
<b>no </b></font><font face="Arial" size="2">
form of this command to disable the Cisco IOS DHCP server
and relay features.</font></td>
<td valign="top" width="30%" height="19">
<b><font face="Courier New" size="2">service dhcp</font></b></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">domain-name</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
This command specifies the domain name for the client. To remove the
domain name, use the </font><font face="Courier New" size="2">
<b>no</b></font><font face="Arial" size="2">
form of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2">
<b>domain-name </b><i>domain </i> </font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"><font face="Arial" size="2">
<a target="main" href="../../../ch1/1_2_6/index.html">1.2.6</a></font></td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">show ip dhcp binding</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
This command is used to display DHCP server information from EXEC
mode. This displays a list of all bindings created by the DHCP
service.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>show ip dhcp </b>{<b>binding</b>
[<i>address</i>] | <b>conflict</b> [<i>address</i>] | <b>database</b> [<i>url</i>] |
<b>server</b> <b>statistics</b>}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"> </td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">show ip dhcp server statistics</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
This command is used to display DHCP server information from EXEC
mode. This will display count information regarding the number of DHCP
messages that have been sent and received.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2"><b>show ip dhcp </b>{<b>binding</b>
[<i>address</i>] | <b>conflict</b> [<i>address</i>] | <b>database</b> [<i>url</i>] |
<b>server statistics</b>}</font></td>
</tr>
<tr>
<td valign="top" width="10%" height="19"><font face="Arial" size="2">
<a target="main" href="../../../ch1/1_2_8/index.html">1.2.8</a></font></td>
<td valign="top" width="20%" height="19"><b>
<font face="Courier New" size="2">ip helper-address</font></b></td>
<td valign="top" width="40%" height="19"><font face="Arial" size="2">
To have the Cisco IOS software forward User Datagram Protocol (UDP)
broadcasts, including BOOTP, received on an interface, use the </font>
<font face="Courier New" size="2">
<b>ip
helper-address interface</b></font><font face="Arial" size="2">
configuration command. To disable the
forwarding of broadcast packets to specific addresses, use the no form
of this command.</font></td>
<td valign="top" width="30%" height="19">
<font face="Courier New" size="2">
<b>ip helper-address </b><i>address</i></font></td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</tr>
</table>
</TD>
</TR>
</table>
<!-- End of Content Insertion Table -->
</td>
<td rowspan="3" background="../../index_images/contentborderback.gif"><img src="../../index_images/spacer.gif" width="10" height="1" alt="" border="0"></td>
</tr>
<!-- end main -->
<!-- buttons -->
<tr>
<td width="10" bgcolor="#ffffff"><img src="../../index_images/spacer.gif" width="10" height="1" alt="" border="0"></td>
<td width="7" bgcolor="#336666" nowrap>
<img src="../../index_images/content_downleft.gif" alt="" border="0" width="7" height="8"></td>
<td bgcolor="#336666"><!-- spacer graphic controls minimum width --><img src="../../index_images/spacer.gif" width="245" height="1" alt="" border="0"></td>
<td width="28" bgcolor="#336666"><img src="../../index_images/spacer.gif" alt="" height="8" width="1" border="0"></td>
<td bgcolor="#336666"><img src="../../index_images/spacer.gif" alt="" height="8" width="1" border="0"></td>
<td bgcolor="#336666">
<img src="../../index_images/spacer.gif" alt="" border="0" width="1" height="1"></td>
</tr>
</table>
<!-- end buttons -->
<!-- begin glossary footer -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td colspan="4"><img src="../../index_images/spacer.gif" width="1" height="17" alt=""></td></tr>
<tr><td width="13"><img src="../../index_images/spacer.gif" width="13" height="1" alt=""></td>
<td width="100%" class="featuretext" nowrap colspan="2"><a href="javascript:self.close();" class="secondarynav">
<font color="#003333" face="Arial" size="1">Close Window</font></a></td> <td><img src="../../index_images/spacer.gif" width="14" height="1" alt=""></td></tr>
<tr><td colspan="4"><img src="../../index_images/spacer.gif" width="1" height="4" alt=""></td></tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr bgcolor="#336666">
<td background="../../index_images/popup_footer_pattern.gif" bgcolor="#99cccc"><img src="../../index_images/spacer.gif" width="13" height="1" alt=""></td>
<td width="100%" colspan="2" bgcolor="#99CCCC"><img src="../../index_images/spacer.gif" width="1" height="4" alt=""></td></tr>
<tr><td background="../popup_footer_pattern.gif"><img src="../../index_images/spacer.gif" width="1" height="3" alt=""></td>
<td width="100%"><img src="../../index_images/spacer.gif" alt="" width="1" height="1"></td>
<td width="1"><img src="../../index_images/spacer.gif" alt="" width="1" height="1"></td></tr>
<tr><td><img src="../../index_images/spacer.gif" alt="" width="1" height="1"></td>
<td class="footertext" valign="top" width="100%" colspan="2"><i>
<font face="Arial" size="1">All contents
copyright � 2003 Cisco Systems, Inc. All rights reserved.</font></i></td></tr>
</table>
<!-- end glossary footer -->
|