summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/index/commands/all/index.html
blob: 3515ecaf3368198f4e630472225cab1c25846e5e (plain)
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
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
<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>

		&nbsp;</td>

	<td width="180" valign="top">

				<table width=177 border=0 cellpadding=0 cellspacing=0>

	<tr>

		<td bgcolor="#336666">

        <p align="right">

        <a onMouseOver="changeImages('image1', 'image1on'); changeImages('hint', 'image1hint');" onMouseOut="changeImages('image1', 'image1off'); changeImages('hint', 'imageHint');" href="../../outline/all/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/all/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/all/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><a onMouseOver="changeImages('image5', 'image5on'); changeImages('hint', 'image5hint');" onMouseOut="changeImages('image5', 'image5off'); changeImages('hint', 'imageHint');" href="../../media/all/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>&nbsp; 

             

            </font></b>

            <font color="#003399" face="Arial" size="1"> |&nbsp; 

            <a href="../ch1/index.html">1</a>&nbsp; |&nbsp;

            <a href="../ch2/index.html">2</a>&nbsp; |&nbsp;

            <a href="../ch3/index.html">3</a>&nbsp; |&nbsp;

            <a href="../ch4/index.html">4</a>&nbsp; |&nbsp;

            <a href="../ch5/index.html">5</a>&nbsp; |&nbsp;

            <a href="../ch6/index.html">6</a>&nbsp; |&nbsp;

            <a href="../cs1/index.html">CS</a>&nbsp; |&nbsp;

            All&nbsp; |</font></TD>

			</tr>

		<tr valign="top">

			<td bgcolor="#EEEEEE" class="content">



<table border="0" width="100%" cellspacing="0" cellpadding="8">

  <tr>

    <td width="100%"><b><font face="Arial" size="3" color="#003333">

          Module 1 - </font></b><font face="Arial" size="3" color="#003333"><b>6 

    and Case Study</b></font><font color="#003333"><br>

&nbsp;</font><table border="0" width="100%" cellspacing="0" cellpadding="8">

        <tr>

          <td width="100%"><b><font face="Arial" size="2">Module 1: </font></b><font color="#000000" size="2" face="Arial"><b>

          Scaling IP Addresses</b></font></td>

        </tr>

      </table>

      <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%"><table border="0" width="95%" cellpadding="2" cellspacing="8" bordercolor="#111111" height="622">

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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 translation</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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>

        <tr>

          <td width="100%"><b><font face="Arial" size="2">Module 2:

          WAN Technologies</font></b></td>

        </tr>

        <tr>

          <td width="100%">



      <table border="0" width="95%" cellpadding="2" cellspacing="8" bordercolor="#111111">

        <tr>

          <td valign="top"><font face="Arial" size="2">There are no commands in 

          this module.</font></td>

        </tr>

        </table>



          </td>

        </tr>

      </table>

<!-- Raf-->

      <table border="0" width="100%" cellspacing="0" cellpadding="8">

        <tr>

          <td width="100%"><b><font face="Arial" size="2">Module 3: PPP</font></b></td>

        </tr>

        </table>

        <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%"><table border="0" width="95%" cellpadding="2" cellspacing="8" bordercolor="#111111" height="622">

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</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="../../../ch3/3_1_6/index.html">3.1.6</a></font></td>

          <td valign="top" width="20%" height="32"><b>

          <font face="Courier New" size="2">encapsulation hdlc </font></b></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          This command configures the interface to HDLC encapsulation. This 

          encapsulation method provides the synchronous framing and error 

          detection functions of HDLC without windowing or retransmission. This 

          is the default for synchronous serial interfaces.</font></td>

          <td valign="top" width="30%" height="32">

          <font face="Courier New" size="2"><b>encapsulation hdlc </b></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="32"><font face="Arial" size="2">

          <a target="main" href="../../../ch3/3_1_7/index.html">3.1.7</a></font></td>

          <td valign="top" width="20%" height="32"><b>

          <font face="Courier New" size="2">show interfaces serial &lt;X&gt; </font></b></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>show interfaces</b></font><font face="Arial" size="2">

          EXEC command to display statistics for all 

          interfaces configured on the router or access server. The resulting 

          output varies, depending on the network for which an interface has 

          been configured. The summary option limits the amount of information 

          presented.</font></td>

          <td valign="top" width="30%" height="32">

          <font face="Courier New" size="2"><b>

          show interfaces </b>{<i>type number</i>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48"><b>

          <font face="Courier New" size="2">show controllers</font></b></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>show controllers</b></font><font face="Arial" size="2">

          serial privileged EXEC command to display 

          information that is specific to the interface hardware.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2"><b>

          show controllers serial </b>[<i>slot</i>/<i>port</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48"><b>

          <font face="Courier New" size="2">show controllers cbus</font></b></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          Displays the internal status of each interface processor and lists 

          each interface.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2"><b>show controller cbus</b></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="80">&nbsp;</td>

          <td valign="top" width="20%" height="80"><b>

          <font face="Courier New" size="2">debug serial interface</font></b></td>

          <td valign="top" width="40%" height="80"><font face="Arial" size="2">

          Verifies whether HDLC keepalive packets are incrementing. If they are 

          not, a possible timing problem exists on the interface card or in the 

          network.</font></td>

          <td valign="top" width="30%" height="80">

          <font face="Courier New" size="2"><b>

          debug serial interface</b></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48"><b>

          <font face="Courier New" size="2">debug arp</font></b></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          Indicates whether the router is sending information about or learning 

          about routers on the other side of the WAN cloud, using ARP. Use this 

          command when some nodes on a TCP/IP network are responding, but others 

          are not.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2"><b>debug arp</b></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug frame-relay lmi</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Obtains Local Management Interface (LMI) information useful for 

          determining whether a Frame Relay switch and a router are sending and 

          receiving LMI packets.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>debug frame-relay lmi</b></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug frame-relay events</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Determines whether exchanges are occurring between a router and a 

          Frame Relay switch.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          debug frame-relay events</b></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug ppp negotiation</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>debug ppp</b></font><font face="Arial" size="2">

          EXEC command to display information on traffic and 

          exchanges in an internetwork implementing the Point-to-Point Protocol 

          (PPP). This command displays PPP packets sent during PPP startup, 

          where PPP options are negotiated.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          debug ppp </b>{<b>packet</b> | <b>negotiation</b> | <b>error</b> | <b>authentication</b> | 

          <b>compression</b> | <b>cbcp</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug ppp packet</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>debug ppp</b></font><font face="Arial" size="2">

          EXEC command to display information on traffic and 

          exchanges in an internetwork implementing the Point-to-Point Protocol 

          (PPP). This command displays PPP packets being sent and received.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          debug ppp </b>{<b>packet</b> | <b>negotiation</b> | <b>error</b> | <b>authentication</b> | 

          <b>compression</b> | <b>cbcp</b>} </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug ppp error</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the </font><font face="Courier New" size="2">

          <b>debug ppp</b></font><font face="Arial" size="2">

          EXEC command to display information on traffic and 

          exchanges in an internetwork implementing the Point-to-Point Protocol 

          (PPP). This command displays protocol errors and error statistics 

          associated with PPP connection negotiation and operation.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          debug ppp </b>{<b>packet</b> | <b>negotiation</b> | <b>error</b> | <b>authentication</b> | 

          <b>compression</b> | <b>cbcp</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug ppp authentication</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the </font><font face="Courier New" size="2">

          <b>debug ppp</b></font><font face="Arial" size="2"> EXEC command to 

          display information on traffic and exchanges in an internetwork 

          implementing the Point-to-Point Protocol (PPP). This command displays 

          authentication protocol messages, including Challenge Handshake 

          Authentication Protocol (CHAP) packet exchanges and Password 

          Authentication Protocol (PAP) exchanges. </font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>debug ppp </b>{<b>packet</b> | 

          <b>negotiation</b> | <b>error</b> | <b>authentication</b> | <b>compression</b> |

          <b>cbcp</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch3/3_2_6/index.html">3.2.6</a></font></td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          encapsulation ppp</b></font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          This command is used to set the encapsulation type of a serial 

          interface to Point-to-Point Protocol (PPP).</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>encapsulation ppp </b></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch3/3_3_2/index.html">3.3.2</a></font></td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          compress </b>[<b>predictor</b> | <b>stac</b>]</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To configure software compression for Point-to-Point Protocol (PPP) 

          encapsulation, use the compress interface configuration command. To 

          disable compression, use the no form of this command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>compress </b>[<b>predictor</b> |

          <b>stac</b> | 

          <b>mppc</b> [<b>ignore-pfc</b>]] </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">ppp quality percentage</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Enables Link Quality Management (LQM) on the interface. The percentage 

          argument specifies the link quality threshold in a range from 1 to 

          100. That percentage must be maintained, or the link is deemed to be 

          of poor quality and is taken down.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          ppp quality </b><i>percentage </i></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">ppp multilink</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To enable Multilink PPP (MLP) on an interface and, optionally, to 

          enable dynamic bandwidth allocation, use the  </font>

          <font face="Courier New" size="2">

          <b>ppp multilink</b></font><font face="Arial" size="2">

          interface 

          configuration command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          ppp multilink </b>[<b>bap</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch3/3_3_3/index.html">3.3.3</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">username Tokyo password cisco</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To establish a username-based authentication system, enter the 

           

          </font><font face="Courier New" size="2">

          <b>username</b></font><font face="Arial" size="2">

          global configuration command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>username </b><i>name</i><b> password </b><i>secret</i></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">ppp authentication chap</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To enable Challenge Handshake Authentication Protocol (CHAP) or 

          Password Authentication Protocol (PAP) or both and to specify the 

          order in which CHAP and PAP authentication are selected on the 

          interface, use the </font><font size="2" face="Courier New"><b>ppp 

          authentication</b></font><font face="Arial" size="2"> command in 

          interface configuration mode. The interface must be using </font>

          <font size="2" face="Courier New"><b>ppp encapsulation</b></font><font face="Arial" size="2"> 

          to access these protocols. To disable this authentication, use the

          </font><font size="2" face="Courier New"><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>ppp authentication </b>{<b>chap</b> | 

          <b>chap</b> <b>pap</b> | <b>pap</b> <b>chap</b> | <b>pap</b>} [<b>if-needed</b>] [<i>list-name</i> | 

          <b>default</b>] [<b>callin</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch3/3_3_5/index.html">3.3.5</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug ppp authentication</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the </font><font face="Courier New" size="2">

          <b>debug ppp</b></font><font face="Arial" size="2">

          EXEC command to display information on traffic and 

          exchanges in an internetwork implementing the Point-to-Point Protocol 

          (PPP).</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>debug ppp </b>{<b>packet</b> | 

          <b>negotiation</b> | <b>error</b> | <b>authentication</b> | <b>compression</b> |

          <b>cbcp</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug ppp</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the </font><font face="Courier New" size="2">

          <b>debug ppp</b></font><font face="Arial" size="2">

          EXEC command to display information on traffic and 

          exchanges in an internetwork implementing the Point-to-Point Protocol 

          (PPP).</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>debug ppp </b>{<b>packet</b> | 

          <b>negotiation</b> | <b>error</b> | <b>authentication</b> | <b>compression</b> |

          <b>cbcp</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          debug ppp </b>{<b>packet</b> | <b>negotiation</b> | <b>error</b> | <b>

          authentication</b>}</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the </font><font face="Courier New" size="2">

          <b>debug ppp</b></font><font face="Arial" size="2">

          EXEC command to display information on traffic and 

          exchanges in an internetwork implementing the Point-to-Point Protocol 

          (PPP).</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>debug ppp </b>{<b>packet</b> | 

          <b>negotiation</b> | <b>error</b> | <b>authentication</b> | <b>compression</b> |

          <b>cbcp</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          no debug ppp </b>{<b>packet</b> | <b>negotiation</b> | <b>error</b> |

          <b>authentication</b>}</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To disable a </font><font face="Courier New" size="2">

          <b>debug </b></font><font face="Arial" size="2">

          command, use the </font><font face="Courier New" size="2">

          <b>no</b></font><font face="Arial" size="2">

          form of the command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>no debug ppp </b>{<b>packet</b> | 

          <b>negotiation</b> | <b>error</b> | <b>authentication</b> | <b>compression</b> |

          <b>cbcp</b>}</font></td>

        </tr>

              </table>



    </td>

  </tr>

</table>



                  </TD>

			</tr>

        </table>

        <table border="0" width="100%" cellspacing="0" cellpadding="8">

        <tr>

          <td width="100%"><b><font face="Arial" size="2">Module 4: ISDN and 

          DDR</font></b></td></tr>

         <tr>

    <td width="100%"><table border="0" width="95%" cellpadding="2" cellspacing="8" bordercolor="#111111" height="622">

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</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="../../../ch4/4_2_1/index.html">4.2.1</a></font></td>

          <td valign="top" width="20%" height="32">

          <font face="Courier New" size="2"><b>

          isdn switch-type </b><i>switch-type </i> </font></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          To specify the central office switch type on the ISDN interface, use 

          the isdn  </font>

          <font face="Courier New" size="2"><b>

          isdn switch-type</b></font><font face="Arial" size="2">

          command in global or interface configuration 

          mode. To remove an ISDN switch type, 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>isdn switch-type </b><i>

          switch-type</i><b> </b>

          </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="32">&nbsp;</td>

          <td valign="top" width="20%" height="32"><b>

          <font face="Courier New" size="2">isdn switch-type none</font></b></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          To specify the central office switch type on the ISDN interface, use 

          the  </font>

          <font face="Courier New" size="2"><b>

          isdn switch-type</b></font><font face="Arial" size="2">

          command in global or interface configuration 

          mode. To remove an ISDN switch type, 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>isdn switch-type </b><i>switch-type</i></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48"><b>

          <font face="Courier New" size="2">isdn switch-type basic-ni</font></b></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          To specify the central office switch type on the ISDN interface, use 

          the  </font>

          <font face="Courier New" size="2"><b>

          isdn switch-type</b></font><font face="Arial" size="2">

          command in global or interface configuration 

          mode. To remove an ISDN switch type, 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>isdn switch-type  </b><i>switch-type </i>

          </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48">

          <font face="Courier New" size="2"><b>

          isdn spid1 </b><i>spid-number</i><b>

          </b>[<i>ldn</i>]</font></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          Use the isdn spid1 interface configuration command on the router to 

          define the service profile identifier (SPID) number that has been 

          assigned by the ISDN service provider for the B1 channel. This value 

          is assigned by the ISDN service provider and is usually a 10-digit 

          telephone number with additional digits.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2"><b>isdn spid1 </b><i>spid-number</i><b> </b>[<i>ldn</i>] 

          [<i>ldn2</i>] [<i>ldn3</i>]  </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="80">&nbsp;</td>

          <td valign="top" width="20%" height="80">

          <font face="Courier New" size="2"><b>

          isdn spid2 </b><i>spid-number</i><b>

          </b>[ldn]</font></td>

          <td valign="top" width="40%" height="80"><font face="Arial" size="2">

          Use the isdn spid2 interface configuration command on the router to 

          define the service profile identifier (SPID) number that has been 

          assigned by the ISDN service provider for the B2 channel. This value 

          is assigned by the ISDN service provider and is usually a 10-digit 

          telephone number with additional digits.</font></td>

          <td valign="top" width="30%" height="80">

          <font face="Courier New" size="2"><b>isdn spid2 </b><i>spid-number</i><b> </b>[<i>ldn</i>] 

          [<i>ldn2</i>] [<i>ldn3</i>]  </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48">

          <font face="Courier New" size="2"><b>

          interface bri </b><i>slot</i>/<i>port</i></font></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>interface</b></font><font face="Arial" size="2">

          global configuration command to configure an 

          interface type and enter interface configuration mode.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2">

          <b>interface type </b><i>slot</i>/<i>port</i></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">show isdn status</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Displays the status of all ISDN interfaces or, optionally, a specific 

          digital signal link (DSL) or a specific ISDN interface. The dsl range 

          can vary , depending on the hardware platform. Interface-type can be 

          bri or serial.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>show isdn status </b>[<i>dsl</i> | 

          <i>interface-type number</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">clear interface bri 0</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          This command will clear the hardware logic for the specified 

          slot/port. This is often used with ISDN BRI interfaces to force the 

          interface to resend the SPIDs.</font></td>

          <td valign="top" width="30%" height="19">

          <b><font face="Courier New" size="2">clear interface name-tag type 

          slot/port </font></b></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">show isdn active</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Displays current call information, including called number, the time 

          until the call is disconnected, Advice of Charge (AOC) charging units 

          used during the call, and whether the AOC information is provided 

          during calls or at end of calls.</font></td>

          <td valign="top" width="30%" height="19">

          <b><font face="Courier New" size="2">show isdn active </font></b></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_2_2/index.html">4.2.2</a></font></td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          controller </b>{<b>t1</b> | <b>e1</b>} {<i>slot</i>/<i>port</i>}</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Defines the controller location in the router by slot and port number. </font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          controller </b>{<b>t1</b> | <b>e1</b>} {<i>slot</i>/<i>port</i>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          framing </b>{<b>sf</b> | <b>esf</b>}</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the framing controller configuration command to select the frame 

          type for the T1 or E1 data line. Use this command in configurations 

          where the router or access server is intended to communicate with T1 

          or E1 fractional data line.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>framing</b> {<b>sfadm</b> | <b>

          esfadm</b>} (for T1 lines)</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          framing </b>{crc4 | no-crc4} [australia]</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the framing controller configuration command to select the frame 

          type for the T1 or E1 data line. Use this command in configurations 

          where the router or access server is intended to communicate with T1 

          or E1 fractional data line.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>framing</b> {<b>crc4adm</b> | <b>

          pcm30adm</b> | <b>clear e1</b>} (for E1 lines)</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          linecode </b>{ami | b8zs| hdb3}</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>linecode controller</b></font><font face="Arial" size="2">

          configuration command to select the 

          line-code type for the T1 or E1 line. Use the no form of the command 

          to restore the default.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>linecode </b>{ami | b8zs | hdb3}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>pri-group </b>[<b>timeslots</b>

          <i>range</i>]</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To specify ISDN Primary Rate Interface (PRI) on a channelized T1 or 

          channelized E1 controller, use the  </font>

          <font face="Courier New" size="2">

          <b>pri-group controller</b></font><font face="Arial" size="2">

          configuration 

          command. Use the no form of this command to remove the ISDN PRI 

          configuration.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>pri-group </b>[<b>timeslots</b>

          <i>range</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_2_3/index.html">4.2.3</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">show dialer</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To display general diagnostic information for interfaces configured 

          for dial-on-demand routing (DDR), use the </font>

          <font size="2" face="Courier New"><b>show dialer</b></font><font face="Arial" size="2"> 

          command in EXEC mode.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>show dialer </b>[<b>interface</b>

          <i>type 

          number</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_2_4/index.html">4.2.4</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug isdn q921</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To display data link layer access procedures that are taking place at 

          the router on the D channel (LAPD) of its ISDN interface, use the

          </font><font size="2" face="Courier New"><b>debug isdn q921</b></font><font face="Arial" size="2"> 

          command in privileged EXEC mode. The </font>

          <font size="2" face="Courier New"><b>no</b></font><font face="Arial" size="2"> 

          form of this command disables debugging output.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>debug isdn

          </b>[<b>event</b> | <b>q921</b> | <b>q931</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug isdn q931</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To display information about call setup and teardown of ISDN network 

          connections between the local router (user side) and the network, use 

          the </font><b>

          <font face="Courier New" size="2">debug isdn q931</font></b><font face="Arial" size="2"> 

          command in privileged EXEC mode. The </font>

          <font size="2" face="Courier New"><b>no</b></font><font face="Arial" size="2"> 

          form of this command disables debugging output.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>debug isdn </b>[<b>event</b> | <b>q921</b> | 

          <b>q931</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_3_2/index.html">4.3.2</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer-list 1 protocol ip permit</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To define a dial-on-demand routing (DDR) dialer list to control 

          dialing by protocol or by a combination of a protocol and a previously 

          defined access list, use the  </font><font face="Courier New" size="2">

          <b>dialer-list global</b></font><font face="Arial" size="2">

          configuration command. 

          To delete a dialer list, use the  </font>

          <font size="2" face="Courier New"><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>dialer-list </b><i>dialer-group</i><b> 

          protocol </b><i>protocol-name</i><b> </b>{<b>permit</b> | <b>deny</b> | 

          <b>list</b><i> access-list-number</i> | 

          <i>access-group</i>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer-group 1</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To control access by configuring an interface to belong to a specific 

          dialing group, use the dialer-group command in interface configuration 

          mode. Use the  </font><font size="2" face="Courier New"><b>no</b></font><font face="Arial" size="2">

          form of this command to remove an interface from the 

          specified dialer access group.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>dialer-group

          </b><i>group-number </i> </font>

          </td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer idle-timeout 120</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          The </font><font face="Courier New" size="2">

          <b>dialer idle-timeout interface</b></font><font face="Arial" size="2">

          configuration command specifies the amount of idle time, in seconds, 

          before the line is disconnected. Use the </font>

          <font face="Courier New" size="2">

          <b>no dialer idle-timeout</b></font><font face="Arial" size="2">

          command to reset the idle timeout to the default value of 120 seconds.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer idle-timeout </b>

          <i>seconds</i><b> </b>

          [<b>inbound</b> | <b>either</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer map ip 192.168.3.2 name 

          Moscow 5552000</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To configure an ISDN interface to place a call to multiple sites, or 

          to authenticate calls from multiple sites, use the  </font>

          <font face="Courier New" size="2">

          <b>dialer map 

          interface</b></font><font face="Arial" size="2">

          configuration command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>dialer map </b><i>protocol next-hop-address</i><b> </b>[<b>name</b>

          <i>hostname</i>] [<b>spc</b> ] 

          [<b>speed</b> <b>56</b> | <b>speed</b> <b>64</b> ] [<b>broadcast</b> ] [<b>modem-script</b>

          <i>modem-regexp</i>] 

          [<b>system-script</b> <i>system-regexp</i>] [<b>dial-string</b> [: <b>isdn-subaddress</b>]]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer remote-name Moscow</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>dialer remote-name interface</b></font><font face="Arial" size="2">

          configuration command to specify 

          the authentication name of the remote router on the destination subnetwork.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>dialer remote-name </b><i>username </i> </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer string 5552000</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To specify the string (telephone number) to be used when placing a 

          call from an interface, use the dialer string interface configuration 

          command. Use the  </font><font size="2" face="Courier New"><b>no</b></font><font face="Arial" size="2">

          form of this command to delete the telephone 

          number specified for the interface.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>dialer string </b><i>dial-string </i>[<b>class</b> <i>class-name</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer pool-member 1</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To configure a physical interface to be a member of a Dialer Profiles 

          dialing pool, use the  </font><font face="Courier New" size="2">

          <b>dialer pool-member interface</b></font><font face="Arial" size="2">

          configuration 

          command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer pool-member </b>

          <i>number</i><b> </b>

          [<b>priority</b> <i>priority</i>] [<b>min-link </b><i>minimum</i>] [<b>max-link</b><i> 

          maximum</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">interface dialer 1</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To define a dialer rotary group, use the  </font>

          <font face="Courier New" size="2">

          <b>interface dialer</b></font><font face="Arial" size="2">

          global 

          configuration command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>interface dialer

          </b><i>number</i><b>

          </b> </font>

          </td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer pool 1</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To specify, for a dialer interface, which dialing pool to use to 

          connect to a specific destination subnetwork, use the  </font>

          <font face="Courier New" size="2">

          <b>dialer pool 

          interface</b></font><font face="Arial" size="2">

          configuration command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>dialer pool </b><i>number</i></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer idle-timeout 60</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          The  </font><font face="Courier New" size="2">

          <b>dialer idle-timeout interface</b></font><font face="Arial" size="2">

          configuration command specifies the 

          amount of idle time (in seconds) before the line is disconnected. Use 

          the  </font><font face="Courier New" size="2">

          <b>no dialer idle-timeout</b></font><font face="Arial" size="2">

          command to reset the idle timeout to the 

          default value of 120 seconds.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer idle-timeout </b>

          <i>seconds</i><b> </b>

          [<b>inbound</b> | <b>either</b>] </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">show dialer</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To display general diagnostic information for interfaces configured 

          for DDR (dial-on-demand routing), use the  </font>

          <font face="Courier New" size="2">

          <b>show dialer</b></font><font face="Arial" size="2">

          command in EXEC 

          mode.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>show dialer </b>[<b>interface</b> <i>type number</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_3_4/index.html">4.3.4</a></font></td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          dialer-list dialer-group-num protocol protocol-name </b>{permit | deny 

          | list access-list-number}</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To define a dial-on-demand routing (DDR) dialer list to control 

          dialing by protocol or by a combination of a protocol and a previously 

          defined access list, use the  </font><font face="Courier New" size="2">

          <b>dialer-list global</b></font><font face="Arial" size="2">

          configuration command. 

          To delete a dialer list, use the  </font>

          <font size="2" face="Courier New"><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>dialer-list </b><i>dialer-group</i><b> 

          protocol </b><i>protocol-name</i><b> </b>{<b>permit</b> | <b>deny</b> | 

          <b>list</b> <i>access-list-number</i> | 

          <i>access-group</i>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer-list 1 protocol ip permit</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To define a dial-on-demand routing (DDR) dialer list to control 

          dialing by protocol or by a combination of a protocol and a previously 

          defined access list, use the  </font><font face="Courier New" size="2">

          <b>dialer-list global</b></font><font face="Arial" size="2">

          configuration command. 

          To delete a dialer list, use the  </font>

          <font size="2" face="Courier New"><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>dialer-list </b><i>dialer-group</i><b> 

          protocol </b><i>protocol-name</i><b> </b>{<b>permit</b> | <b>deny</b> | 

          <b>list</b> <i>access-list-number</i> | 

          <i>access-group</i>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_3_5/index.html">4.3.5</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">ppp authentication chap</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          The  </font><font face="Courier New" size="2">

          <b>ppp authentication</b></font><font face="Arial" size="2">

          command is used configure the PPP PAP or CHAP 

          authentication protocols on an interface. The interface must be using </font>

          <font face="Courier New" size="2">

          <b>ppp encapsulation</b></font><font face="Arial" size="2">

          to access these protocols.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>ppp authentication </b>{<b>chap</b> | 

          <b>chap</b> <b>pap</b> | <b>pap</b> <b>chap</b> | <b>pap</b>} [<b>if-needed</b>] [<i>list-name</i> | 

          <b>default</b>] [<b>callin</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          dialer map protocol next-hop-address </b>[<b>name</b> <i>hostname</i>] [<b>speed 56

          </b>| 

          <b>64</b>] [<b>broadcast</b>] <b>dial-string</b></font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To configure an ISDN interface to place a call to multiple sites, or 

          to authenticate calls from multiple sites, use the </font>

          <font face="Courier New" size="2">

          <b>dialer map 

          interface</b></font><font face="Arial" size="2">

          configuration command. </font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer map </b><i>protocol 

          next-hop-address</i><b> </b>[<b>name</b> <i>hostname</i>] [<b>spc</b> ] [<b>speed</b>

          <b>56</b> | <b>speed 64 </b>] 

          [<b>broadcast</b> ] [<b>modem-script</b> <i>modem-regexp</i>] [<b>system-script</b>

          <i>system-regexp</i>] 

          [<b>dial-string</b> [: <b>isdn-subaddress</b>]]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer string</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To specify the string (telephone number) to be used when placing a 

          call from an interface, use the  </font>

          <font face="Courier New" size="2">

          <b>dialer string interface</b></font><font face="Arial" size="2">

          configuration 

          command. Use the </font><font face="Courier New" size="2"> <b>no</b></font><font face="Arial" size="2"> form of this command to delete the telephone 

          number specified for the interface.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer string </b>

          <i>dial-string</i><b> </b>

          [<b>class</b> <i>class-name</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_3_7/index.html">4.3.7</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">interface dialer</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To define a dialer rotary group, use the  </font>

          <font face="Courier New" size="2">

          <b>interface dialer</b></font><font face="Arial" size="2">

          global 

          configuration command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>interface dialer

          </b><i>number</i></font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer string</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To specify the string (telephone number) to be used when placing a 

          call from an interface, use the  </font>

          <font face="Courier New" size="2">

          <b>dialer string interface</b></font><font face="Arial" size="2">

          configuration 

          command. Use the </font><font size="2" face="Courier New"><b>no</b></font><font face="Arial" size="2">

          form of this command to delete the telephone 

          number specified for the interface.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer string </b>

          <i>dial-string</i><b> </b>

          [<b>class</b> <i>class-name</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer remote-name</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>dialer remote-name interface</b></font><font face="Arial" size="2">

          configuration command to specify 

          the authentication name of the remote router on the destination subnetwork.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>dialer remote-name </b><i>

          username</i><b> </b>

          </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer pool</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To specify, for a dialer interface, which dialing pool to use to 

          connect to a specific destination subnetwork, use the  </font>

          <font face="Courier New" size="2">

          <b>dialer pool 

          interface</b></font><font face="Arial" size="2">

          configuration command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>dialer pool </b><i>number</i><b> </b> </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer pool-member</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To configure a physical interface to be a member of a Dialer Profiles 

          dialing pool, use the  </font><font face="Courier New" size="2">

          <b>dialer pool-member interface</b></font><font face="Arial" size="2">

          configuration 

          command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer pool-member </b>

          <i>number</i><b> </b>

          [<b>priority</b> <i>priority</i>] [<b>min-link</b> <i>minimum</i>] [<b>max-link</b>

          <i>maximum</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">dialer pool-member priority</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To configure a physical interface to be a member of a Dialer Profiles 

          dialing pool, use the  </font><font face="Courier New" size="2">

          <b>dialer pool-member interface</b></font><font face="Arial" size="2">

          configuration 

          command.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>dialer pool-member </b>

          <i>number</i><b> </b>

          [<b>priority</b> <i>priority</i>] [<b>min-link</b> <i>minimum</i>] [<b>max-link</b>

          <i>maximum</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch4/4_3_9/index.html">4.3.9</a></font></td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>debug dialer </b>[<b>events</b> | 

          <b>packets</b>]</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          This command is used to display debugging information about the 

          packets received on a dialer interface, including source and 

          destination address, and number dialed.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>debug dialer </b>{<b>events</b> | 

          <b>packets</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">isdn call interface</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Forces the local router to attempt to dial into the remote router. </font></td>

          <td valign="top" width="30%" height="19">

          <b><font face="Courier New" size="2">isdn call interface</font></b></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">clear interface bri</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          This command will clear the hardware logic for the specified 

          slot/port. This is often used with ISDN BRI interfaces to force the 

          interface to resend the SPIDs.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2">

          <b>clear interface </b><i>type</i> <i>slot</i>/<i>port</i> </font></td>

        </tr>

              </table>



    </td>

        </tr>

        <tr>

          <td width="100%"><b><font face="Arial" size="2">Module 5: Frame Relay</font></b></td>

        </tr>

        <tr>

			<td bgcolor="#EEEEEE" class="content">



<table border="0" width="95%" cellpadding="2" cellspacing="8" bordercolor="#111111" height="622">

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</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="../../../ch5/5_2_1/index.html">5.2.1</a></font></td>

          <td valign="top" width="20%" height="32">

          <font face="Courier New" size="2"><b>

          encapsulation frame-relay </b>[<b>cisco</b> | <b>ietf</b>]</font></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          To enable Frame Relay encapsulation, use the  </font>

          <font face="Courier New" size="2">

          <b>encapsulation frame-relay 

          interface</b></font><font face="Arial" size="2">

          configuration command. To disable Frame Relay encapsulation, 

          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>encapsulation frame-relay </b>[<b>cisco</b> 

          | <b>ietf</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="32">&nbsp;</td>

          <td valign="top" width="20%" height="32">

          <font face="Courier New" size="2"><b>

          frame-relay lmi-type </b>[<b>ansi</b> | <b>cisco</b> | <b>q933a</b>]</font></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          To select the Local Management Interface (LMI) type, use the 

           

          </font><font face="Courier New" size="2">

          <b>frame-relay lmi-type interface</b></font><font face="Arial" size="2">

          configuration command. To return to the 

          default LMI type, 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>frame-relay lmi-type </b>{<b>ansi</b> | 

          <b>cisco</b> | <b>q933a</b> }</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48"><b>

          <font face="Courier New" size="2">show frame-relay map</font></b></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          To display the current map entries and information about the 

          connections, use the  </font><font face="Courier New" size="2">

          <b>show frame-relay map</b></font><font face="Arial" size="2">

          EXEC command.</font></td>

          <td valign="top" width="30%" height="48">

          <b><font face="Courier New" size="2">show frame-relay map </font></b></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48"><font face="Arial" size="2">

          <a target="main" href="../../../ch5/5_2_2/index.html">5.2.2</a></font></td>

          <td valign="top" width="20%" height="48">

          <font face="Courier New" size="2"><b>

          frame-relay map protocol protocol-address dlci </b>[<b>broadcast</b>]</font></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          To define the mapping between a destination protocol address and the 

          DLCI used to connect to the destination address, use the f</font><font face="Courier New" size="2"><b>rame-relay 

          map interface</b></font><font face="Arial" size="2">

          configuration command. Use the </font>

          <font face="Courier New" size="2">

          <b>no</b></font><font face="Arial" size="2">

          form of this command 

          to delete the map entry.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2"><b>frame-relay map </b><i>protocol</i><b> </b>

          <i>protocol-address dlci </i>[<b>broadcast</b>] [<b>ietf</b> | <b>cisco</b>] [<b>payload-compress</b> 

          {<b>packet-by-packet</b> |<b>frf9 stac</b> [<b>hardware-options</b>]}]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="80">&nbsp;</td>

          <td valign="top" width="20%" height="80"><b>

          <font face="Courier New" size="2">description PVC to Dublin, DLCI 102, 

          Circuit #DASS465875, Contact John Tobin (061-8886745)</font></b></td>

          <td valign="top" width="40%" height="80"><font face="Arial" size="2">

          To add a description to an interface, use the </font>

          <font size="2" face="Courier New"><b>description interface</b></font><font face="Arial" size="2"> 

          configuration command. Use the </font>

          <font face="Courier New" size="2">

          <b>no</b></font><font face="Arial" size="2"> form of this command to 

          remove the description.</font></td>

          <td valign="top" width="30%" height="80">

          <font face="Courier New" size="2">

          <b>description</b><i> string </i> </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48"><font face="Arial" size="2">

          <a target="main" href="../../../ch5/5_2_3/index.html">5.2.3</a></font></td>

          <td valign="top" width="20%" height="48"><b>

          <font face="Courier New" size="2">interface serial 0.102 

          point-to-point</font></b></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>interface global</b></font><font face="Arial" size="2">

          configuration command to configure an 

          interface type and enter interface configuration mode.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2"><b>interface 

          </b><i>type slot/ port-adapter/port. subinterface-number</i><b>

          </b>{<b>multipoint</b> | <b>point-to-point</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">frame-relay interface-dlci 103</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To assign a data link connection identifier (DLCI) to a specified 

          Frame Relay subinterface on the router or access server, use the</font><font face="Courier New" size="2"><b> 

          frame-relay interface-dlci interface</b></font><font face="Arial" size="2">

          configuration command. To remove 

          this assignment, 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>frame-relay interface-dlci

          </b><i>dlci</i><b>

          </b>[<b>ietf</b> | <b>cisco</b>] [<b>voice-encap</b> <i>cir</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">show frame-relay pvc</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To display statistics about PVCs for Frame Relay interfaces, use the 

           

          </font><font face="Courier New" size="2">

          <b>show frame-relay pvc</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 frame-relay pvc </b>[<i>type</i>

          <i>number</i> [<i>dlci</i>]]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">show frame-relay lmi</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To display statistics about the Local Management Interface (LMI), use 

          the  </font><font face="Courier New" size="2">

          <b>show frame-relay lmi</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 frame-relay lmi </b>[<i>type 

          number</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch5/5_2_5/index.html">5.2.5</a></font></td>

          <td valign="top" width="20%" height="19">

          <font face="Courier New" size="2"><b>

          interface serial number. subinterface-number </b>{<b>multipoint</b> | 

          <b>point- 

          to-point</b>}</font></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Use the  </font><font face="Courier New" size="2">

          <b>interface global</b></font><font face="Arial" size="2">

          configuration command to configure an 

          interface type and enter interface configuration mode.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>

          interface </b>

          <i>type slot/ port-adapter/port. subinterface-number</i><b>

          </b>

          {<b>multipoint</b> | <b>point-to-point</b>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">frame-relay interface-dlci dlci-number</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To assign a data link connection identifier (DLCI) to a specified 

          Frame Relay subinterface on the router or access server, use the 

           

          </font><font face="Courier New" size="2">

          <b>frame-relay interface-dlci interface</b></font><font face="Arial" size="2">

          configuration command. To remove 

          this assignment, 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>frame-relay interface-dlci

          </b><i>dlci</i><b>

          </b>[<b>ietf</b> | <b>cisco</b>] [<b>voice-encap</b> <i>cir</i>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch5/5_2_6/index.html">5.2.6</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">show frame-relay map</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          To display the current map entries and information about the 

          connections, use the  </font><font face="Courier New" size="2">

          <b>show frame-relay map</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 frame-relay map</font></b></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19">

          <b><font face="Courier New" size="2">clear frame-relay-inarp</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Clears dynamically created Frame Relay maps, which are created by the 

          use of Inverse ARP.</font></td>

          <td valign="top" width="30%" height="19">

          <b><font face="Courier New" size="2">clear frame-relay-inarp </font>

          </b></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19"><font face="Arial" size="2">

          <a target="main" href="../../../ch5/5_2_7/index.html">5.2.7</a></font></td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">debug frame-relay lmi</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Determines whether the router and the Frame Relay switch are sending 

          and receiving LMI packets properly. </font></td>

          <td valign="top" width="30%" height="19">

          <b><font face="Courier New" size="2">debug frame-relay lmi</font></b></td>

        </tr>

              </table>



                  </TD>

			</tr>

        <tr>

          <td width="100%"><b><font face="Arial" size="2">Module 6: Introduction 

          to Network Administration</font></b></td>

        </tr>

        <tr>

			<td bgcolor="#EEEEEE" class="content">



<table border="0" width="100%" cellspacing="0" cellpadding="8">

  <tr>

    <td width="100%"><table border="0" width="95%" cellpadding="2" cellspacing="8" bordercolor="#111111" height="418">

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</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="../../../ch6/6_2_7/index.html">6.2.7</a></font></td>

          <td valign="top" width="20%" height="32"><b>

          <font face="Courier New" size="2">snmp-server community string ro</font></b></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          Defines the community access string. You can configure one or more 

          community strings. To remove a specific community string, use the  </font>

          <font face="Courier New" size="2">

          <b>no snmp-server community</b></font><font face="Arial" size="2">

          command.</font></td>

          <td valign="top" width="30%" height="32">

          <font face="Courier New" size="2"><b>snmp-server community </b>

          <i>string</i><b> </b>

          [<b>view</b> <i>view-name</i>] [<b>ro</b> | <b>rw</b>] [<i>number</i>] </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="32">&nbsp;</td>

          <td valign="top" width="20%" height="32"><b>

          <font face="Courier New" size="2">snmp-server community string rw</font></b></td>

          <td valign="top" width="40%" height="32"><font face="Arial" size="2">

          Defines the community access string. You can configure one or more 

          community strings. To remove a specific community string, use the  </font>

          <font face="Courier New" size="2">

          <b>no snmp-server community</b></font><font face="Arial" size="2">

          command.</font></td>

          <td valign="top" width="30%" height="32">

          <font face="Courier New" size="2"><b>snmp-server community </b>

          <i>string</i><b> </b>

          [<b>view</b> <i>view-name</i>] [<b>ro</b> | <b>rw</b>] [<i>number</i>] </font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="12"></td>

          <td valign="top" width="20%" height="12"><b>

          <font face="Courier New" size="2">snmp-server contact text</font></b></td>

          <td valign="top" width="40%" height="12"><font face="Arial" size="2">

          Sets the system contact string.</font></td>

          <td valign="top" width="30%" height="12">

          <font face="Courier New" size="2">

          <b>snmp-server contact

          </b><i>text</i><b>

          </b> </font>

          </td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="1"></td>

          <td valign="top" width="20%" height="1"><b>

          <font face="Courier New" size="2">snmp-server location text</font></b></td>

          <td valign="top" width="40%" height="1"><font face="Arial" size="2">

          Sets the system location string.</font></td>

          <td valign="top" width="30%" height="1">

          <font face="Courier New" size="2">

          <b>snmp-server location

          </b><i>text</i><b>

          </b> </font>

          </td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="80">

          <font face="Arial" size="2">

          <a target="main" href="../../../ch6/6_2_9/index.html">6.2.9</a></font></td>

          <td valign="top" width="20%" height="80"><b>

          <font face="Courier New" size="2">logging on</font></b></td>

          <td valign="top" width="40%" height="80"><font face="Arial" size="2">

          Message logging is enabled by default. It must be enabled in order to 

          send messages to any destination other than the console. To disable 

          message logging, use the  </font><font face="Courier New" size="2">

          <b>no logging on</b></font><font face="Arial" size="2">

          command. Note that disabling 

          the logging process can slow down the router because a process cannot 

          continue until the messages are written to the console.</font></td>

          <td valign="top" width="30%" height="80">

          <b><font face="Courier New" size="2">logging on </font></b></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="48">&nbsp;</td>

          <td valign="top" width="20%" height="48"><b>

          <font face="Courier New" size="2">logging hostname | ip address</font></b></td>

          <td valign="top" width="40%" height="48"><font face="Arial" size="2">

          To send log messages to a syslog server host, like CiscoWorks2000.</font></td>

          <td valign="top" width="30%" height="48">

          <font face="Courier New" size="2">

          <b>logging  </b>{<i>hostname</i><b> </b>| <i>ip-address</i>}</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="19">&nbsp;</td>

          <td valign="top" width="20%" height="19"><b>

          <font face="Courier New" size="2">service timestamps log datetime</font></b></td>

          <td valign="top" width="40%" height="19"><font face="Arial" size="2">

          Enables log time stamps.</font></td>

          <td valign="top" width="30%" height="19">

          <font face="Courier New" size="2"><b>service timestamps log datetime

          </b>[<b>msec</b>] [<b>localtime</b>] [<b>show-timezone</b>]</font></td>

        </tr>

        <tr>

          <td valign="top" width="10%" height="1"></td>

          <td valign="top" width="20%" height="1"><b>

          <font face="Courier New" size="2">logging trap informational</font></b></td>

          <td valign="top" width="40%" height="1"><font face="Arial" size="2">To 

          set logging severity level to level 6 or informational.</font></td>

          <td valign="top" width="30%" height="1">

          <b><font face="Courier New" size="2">logging trap informational</font></b></td>

        </tr>

              </table>



    </td>

  </tr>

</table>



                  </TD>

			</tr>

        

        <tr>

          <td width="100%" valign="top" height="10"><b>

          <font face="Arial" size="2">Case Study: WAN Technologies</font></b></td>

        </tr>

        <tr>

          <td width="100%" valign="top" height="10">

      <table border="0" width="100%" cellpadding="4">

        <tr>

          <td width="100%" valign="top"><font size="2" face="Arial">There are no 

          commands in this case study.</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 -->

&nbsp;