cisco交換機命令總結匯集

來自   itnihao整理收集


  1. 1.在基於IOS的交換機上設定主機名/系統名: 
  2.      switch(config)# hostname hostname 
  3. 在基於CLI的交換機上設定主機名/系統名: 
  4.      switch(enable) set system name name-string 
  5. 2.在基於IOS的交換機上設定登入口令: 
  6.      switch(config)# enable password level 1 password 
  7. 在基於CLI的交換機上設定登入口令: 
  8.      switch(enable) set password 
  9.      switch(enable) set enalbepass 
  10. 3.在基於IOS的交換機上設定遠端訪問: 
  11.      switch(config)# interface vlan 1 
  12.      switch(config-if)# ip address ip-address netmask 
  13.      switch(config-if)# ip default-gateway ip-address 
  14. 在基於CLI的交換機上設定遠端訪問: 
  15.      switch(enable) set interface sc0 ip-address netmask broadcast-address 
  16.      switch(enable) set interface sc0 vlan 
  17.      switch(enable) set ip route default gateway 
  18. 4.在基於IOS的交換機上啟用和瀏覽CDP資訊: 
  19.      switch(config-if)# cdp enable 
  20.      switch(config-if)# no cdp enable 
  21. 為了檢視Cisco鄰接裝置的CDP通告資訊: 
  22.      switch# show cdp interface [type modle/port] 
  23.      switch# show cdp neighbors [type module/port] [detail] 
  24. 在基於CLI的交換機上啟用和瀏覽CDP資訊: 
  25.      switch(enable) set cdp {enable|disable} module/port 
  26. 為了檢視Cisco鄰接裝置的CDP通告資訊: 
  27.      switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail] 
  28. 5.基於IOS的交換機的埠描述: 
  29.      switch(config-if)# description description-string 
  30. 基於CLI的交換機的埠描述: 
  31.      switch(enable)set port name module/number description-string 
  32. 6.在基於IOS的交換機上設定埠速度: 
  33.      switch(config-if)# speed{10|100|auto} 
  34. 在基於CLI的交換機上設定埠速度: 
  35.      switch(enable) set port speed moudle/number {10|100|auto} 
  36.      switch(enable) set port speed moudle/number {4|16|auto} 
  37. 7.在基於IOS的交換機上設定乙太網的鏈路模式: 
  38.      switch(config-if)# duplex {auto|full|half} 
  39. 在基於CLI的交換機上設定乙太網的鏈路模式: 
  40.      switch(enable) set port duplex module/number {full|half} 
  41. 8.在基於IOS的交換機上配置靜態VLAN: 
  42.      switch# vlan database 
  43.      switch(vlan)# vlan vlan-num name vla 
  44.      switch(vlan)# exit 
  45.      switch# configure teriminal 
  46.      switch(config)# interface interface module/number 
  47.      switch(config-if)# switchport mode access 
  48.      switch(config-if)# switchport access vlan vlan-num 
  49.      switch(config-if)# end 
  50. 在基於CLI的交換機上配置靜態VLAN: 
  51.      switch(enable) set vlan vlan-num [name name] 
  52.      switch(enable) set vlan vlan-num mod-num/port-list 
  53. 9. 在基於IOS的交換機上配置VLAN中繼線: 
  54.      switch(config)# interface interface mod/port 
  55.      switch(config-if)# switchport mode trunk 
  56.      switch(config-if)# switchport trunk encapsulation {isl|dotlq} 
  57.      switch(config-if)# switchport trunk allowed vlan remove vlan-list 
  58.      switch(config-if)# switchport trunk allowed vlan add vlan-list 
  59. 在基於CLI的交換機上配置VLAN中繼線: 
  60.      switch(enable) set trunk module/port [on|off|desirable|auto|nonegotiate] 
  61. Vlan-range [isl|dotlq|dotl0|lane|negotiate] 
  62. 10.在基於IOS的交換機上配置VTP管理域: 
  63.      switch# vlan database 
  64.      switch(vlan)# vtp domain domain-name 
  65. 在基於CLI的交換機上配置VTP管理域: 
  66.      switch(enable) set vtp [domain domain-name] 
  67.     11.在基於IOS的交換機上配置VTP 模式: 
  68.      switch# vlan database 
  69.      switch(vlan)# vtp domain domain-name 
  70.      switch(vlan)# vtp {sever|cilent|transparent} 
  71.      switch(vlan)# vtp password password 
  72. 在基於CLI的交換機上配置VTP 模式: 
  73.      switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }][password password] 
  74. 12. 在基於IOS的交換機上配置VTP版本: 
  75.      switch# vlan database 
  76.      switch(vlan)# vtp v2-mode 
  77. 在基於CLI的交換機上配置VTP版本: 
  78.      switch(enable) set vtp v2 enable 
  79. 13. 在基於IOS的交換機上啟動VTP剪裁: 
  80.      switch# vlan database 
  81.      switch(vlan)# vtp pruning 
  82. 在基於CL I 的交換機上啟動VTP剪裁: 
  83.      switch(enable) set vtp pruning enable 
  84. 14.在基於IOS的交換機上配置以太通道: 
  85.      switch(config-if)# port group group-number [distribution {source|destination}] 
  86. 在基於CLI的交換機上配置以太通道: 
  87.      switch(enable) set port channel moudle/port-range mode{on|off|desirable|auto} 
  88. 15.在基於IOS的交換機上調整根路徑成本: 
  89.      switch(config-if)# spanning-tree [vlan vlan-list] cost cost 
  90. 在基於CLI的交換機上調整根路徑成本: 
  91.      switch(enable) set spantree portcost moudle/port cost 
  92.      switch(enable) set spantree portvlancost moudle/port [cost cost][vlan-list] 
  93. 16.在基於IOS的交換機上調整埠ID: 
  94.      switch(config-if)# spanning-tree[vlan vlan-list]port-priority port-priority 
  95. 在基於CLI的交換機上調整埠ID: 
  96.      switch(enable) set spantree portpri {mldule/port}priority 
  97.      switch(enable) set spantree portvlanpri {module/port}priority [vlans] 
  98. 17. 在基於IOS的交換機上修改STP時鐘: 
  99.      switch(config)# spanning-tree [vlan vlan-list] hello-time seconds 
  100.      switch(config)# spanning-tree [vlan vlan-list] forward-time seconds 
  101.      switch(config)# spanning-tree [vlan vlan-list] max-age seconds 
  102. 在基於CLI的交換機上修改STP時鐘: 
  103.      switch(enable) set spantree hello interval[vlan] 
  104.      switch(enable) set spantree fwddelay delay [vlan] 
  105.      switch(enable) set spantree maxage agingtiame[vlan] 
  106. 18. 在基於IOS的交換機埠上啟用或禁用Port Fast 特徵: 
  107.      switch(config-if)#spanning-tree portfast 
  108. 在基於CLI的交換機埠上啟用或禁用Port Fast 特徵: 
  109.      switch(enable) set spantree portfast {module/port}{enable|disable} 
  110. 19. 在基於IOS的交換機埠上啟用或禁用UplinkFast 特徵: 
  111.      switch(config)# spanning-tree uplinkfast [max-update-rate pkts-per-second] 
  112. 在基於CLI的交換機埠上啟用或禁用UplinkFast 特徵: 
  113.      switch(enable) set spantree uplinkfast {enable|disable}[rate update-rate] [all-protocols off|on] 
  114. 20. 為了將交換機配置成一個叢集的命令交換機,首先要給管理介面分配一個IP地址,然後使用下列命令: switch(config)# cluster enable cluster-name cv 
  115.    21. 為了從一條中繼鏈路上刪除VLAN,可使用下列命令: 
  116.      switch(enable) clear trunk module/port vlan-range 
  117. 22. 用show vtp domain 顯示管理域的VTP引數. 
  118. 23. 用show vtp statistics顯示管理域的VTP引數. 
  119. 24. 在Catalyst交換機上定義TrBRF的命令如下: 
  120.      switch(enable) set vlan vlan-name [name name] type trbrf bridge bridge-num[stp {ieee|ibm}] 
  121. 25. 在Catalyst交換機上定義TrCRF的命令如下: 
  122.      switch (enable) set vlan vlan-num [name name] type trcrf 
  123. {ring hex-ring-num|decring decimal-ring-num} parent vlan-num 
  124. 26. 在建立好TrBRF VLAN之後,就可以給它分配交換機埠.對於乙太網交換,可以採用如下命令給VLAN分配埠: 
  125.      switch(enable) set vlan vlan-num mod-num/port-num 
  126. 27. 命令show spantree顯示一個交換機埠的STP狀態. 
  127. 28. 配置一個ELAN的LES和BUS,可以使用下列命令: 
  128.      ATM (config)# interface atm number.subint multioint 
  129.      ATM(config-subif)# lane serber-bus ethernet elan-name 
  130. 29. 配置LECS: 
  131.      ATM(config)# lane database database-name 
  132.      ATM(lane-config-databade)# name elan1-name server-atm-address les1-nsap-address 
  133.      ATM(lane-config-databade)# name elan2-name server-atm-address les2-nsap-address 
  134.      ATM(lane-config-databade)# name … 
  135. 30. 建立完資料庫後,必須在主介面上啟動LECS.命令如下: 
  136.      ATM(config)# interface atm number 
  137.      ATM(config-if)# lane config database database-name 
  138.      ATM(config-if)# lane config auto-config-atm-address 
  139. 31. 將每個LEC配置到一個不同的ATM子介面上.命令如下: 
  140.      ATM(config)# interface atm number.subint multipoint 
  141.      ATM(config)# lane client ethernet vlan-num elan-num 
  142. 32. 用show lane server 顯示LES的狀態. 
  143. 33. 用show lane bus顯示bus的狀態. 
  144. 34. 用show lane database顯示LECS資料庫可內容. 
  145. 35. 用show lane client顯示LEC的狀態. 
  146. 36. 用show module顯示已安裝的模組列表. 
  147. 37. 用物理介面建立與VLAN的連線: 
  148.      router# configure terminal 
  149.      router(config)# interface media module/port 
  150.      router(config-if)# description description-string 
  151.      router(config-if)# ip address ip-addr subnet-mask 
  152.      router(config-if)# no shutdown 
  153. 38. 用中繼鏈路來建立與VLAN的連線: 
  154.      router(config)# interface module/port.subinterface 
  155.      router(config-ig)# encapsulation[isl|dotlq] vlan-number 
  156.      router(config-if)# ip address ip-address subnet-mask 
  157. 39. 用LANE 來建立與VLAN的連線: 
  158.      router(config)# interface atm module/port 
  159.      router(config-if)# no ip address 
  160.      router(config-if)# atm pvc 1 0 5 qsaal 
  161.      router(config-if)# atm pvc 2 0 16 ilni 
  162.      router(config-if)# interface atm module/port.subinterface multipoint 
  163.      router(config-if)# ip address ip-address subnet-mask 
  164.      router(config-if)# lane client ethernet elan-num 
  165.      router(config-if)# interface atm module/port.subinterface multipoint 
  166.      router(config-if)# ip address ip-address subnet-name 
  167.      router(config-if)# lane client ethernet elan-name 
  168.      router(config-if)# … 
  169. 40. 為了在路由處理器上進行動態路由配置,可以用下列IOS命令來進行: 
  170.      router(config)# ip routing 
  171.      router(config)# router ip-routing-protocol 
  172.      router(config-router)# network ip-network-number 
  173.      router(config-router)# network ip-network-number 
  174.     41. 配置預設路由: 
  175.      switch(enable) set ip route default gateway 
  176. 42. 為一個路由處理器分配VLANID,可在介面模式下使用下列命令: 
  177.      router(config)# interface interface number 
  178.      router(config-if)# mls rp vlan-id vlan-id-num 
  179. 43. 在路由處理器啟用MLSP: 
  180.      router(config)# mls rp ip 
  181. 44. 為了把一個外接的路由處理器介面和交換機安置在同一個VTP域中: 
  182.      router(config)# interface interface number 
  183.      router(config-if)# mls rp vtp-domain domain-name 
  184. 45. 檢視指定的VTP域的資訊: 
  185.      router# show mls rp vtp-domain vtp domain name 
  186. 46. 要確定RSM或路由器上的管理介面,可以在介面模式下輸入下列命令: 
  187.      router(config-if)#mls rp management-interface 
  188. 47. 要檢驗MLS-RP的配置情況: 
  189.      router# show mls rp 
  190. 48. 檢驗特定介面上的MLS配置: 
  191.      router# show mls rp interface interface number 
  192. 49. 為了在MLS-SE上設定流掩碼而又不想在任一個路由處理器介面上設定訪問列表: 
  193.      set mls flow [destination|destination-source|full] 
  194. 50. 為使MLS和輸入訪問列表可以相容,可以在全域性模式下使用下列命令: 
  195.      router(config)# mls rp ip input-acl 
  196. 51. 當某個交換機的第3層交換失效時,可在交換機的特權模式下輸入下列命令: 
  197.      switch(enable) set mls enable 
  198. 52. 若想改變老化時間的值,可在特權模式下輸入以下命令: 
  199.      switch(enable) set mls agingtime agingtime 
  200. 53. 設定快速老化: 
  201.      switch(enable) set mls agingtime fast fastagingtime pkt_threshold 
  202. 54. 確定那些MLS-RP和MLS-SE參與了MLS,可先顯示交換機引用列表中的內容再確定: 
  203.      switch(enable) show mls include 
  204. 55. 顯示MLS快取記憶體記錄: 
  205.      switch(enable) show mls entry 
  206. 56. 用命令show in arp顯示ARP快取記憶體區的內容。 
  207. 57. 要把路由器配置為HSRP備份組的成員,可以在介面配置模式下使用下面的命令: 
  208.      router(config-if)# standby group-number ip ip-address 
  209. 58. 為了使一個路由器重新恢復轉發路由器的角色,在介面配置模式下: 
  210.      router(config-if)# standy group-number preempt 
  211. 59. 訪問時間和保持時間引數是可配置的: 
  212.      router(config-if)# standy group-number timers hellotime holdtime 
  213.    60. 配置HSRP跟蹤: 
  214.      router(config-if)# standy group-number track type-number interface-priority 
  215. 61. 要顯示HSRP路由器的狀態: 
  216.      router# show standby type-number group brief 
  217. 62. 用命令show ip igmp確定當選的查詢器。 
  218. 63. 啟動IP組播路由選擇: 
  219.      router(config)# ip muticast-routing 
  220. 64. 啟動介面上的PIM: 
  221.      dalllasr1>(config-if)# ip pim {dense-mode|sparse-mode|sparse-dense-mode} 
  222. 65. 啟動稀疏-稠密模式下的PIM: 
  223.      router# ip multicast-routing 
  224.      router# interface type number 
  225.      router# ip pim sparse-dense-mode 
  226. 66. 核實PIM的配置: 
  227.      dallasr1># show ip pim interface[type number] [count] 
  228. 67. 顯示PIM鄰居: 
  229.      dallasr1># show ip neighbor type number 
  230. 68. 為了配置RP的地址,命令如下: 
  231.      dallasr1># ip pim rp-address ip-address [group-access-list-number][override] 
  232. 69. 選擇一個預設的RP: 
  233.      dallasr1># ip pim rp-address 
  234. 通告RP和它所服務的組範圍: 
  235.      dallasr1># ip pim send-rp-announce type number scope ttl group-list access-list-number 
  236. 為管理範圍組通告RP的地址: 
  237.      dallasr1># ip pim send-rp-announce ethernet0 scope 16 group-list1 
  238.      dallasr1># access-list 1 permit 266.0.0.0 0.255.255.255 
  239. 設定一個RP映像代理: 
  240.      dallasr1># ip pim send-rp-discovery scope ttl 
  241. 核實組到RP的映像: 
  242.      dallasr1># show ip pim rp mapping 
  243.      dallasr1># show ip pim rp [group-name|group-address] [mapping] 
  244. 70. 在路由器介面上用命令ip multicast ttl-threshold ttl-value設定TTL閥值: 
  245.      dallasr1>(config-if)# ip multicast ttl-threshold ttl-value 
  246.    71. 用show ip pim neighbor顯示PIM鄰居表。 
  247. 72. 顯示組播通訊路由表中的各條記錄: 
  248.      dallasr1>show ip mroute [group-name|group-address][scoure][summary][count][active kbps] 
  249. 73. 要記錄一個路由器接受和傳送的全部IP組播包: 
  250.      dallasr1> #debug ip mpacket [detail] [access-list][group] 
  251. 74. 要在CISCO路由器上配置CGMP: 
  252.      dallasr1>(config-if)# ip cgmp 
  253. 75.配置一個組播路由器,使之加入某一個特定的組播組: 
  254.      dallasr1>(config-if)# ip igmp join-group group-address 
  255. 76. 關閉 CGMP: 
  256.      dallasr1>(config-if)# no ip cgmp 
  257. 77. 啟動交換機上的CGMP: 
  258.      dallasr1>(enable) set cgmp enable 
  259. 78. 核實Catalyst交換機上CGMP的配置情況: 
  260. catalystla1>(enable) show config 
  261.      set prompt catalystla1> 
  262.      set interface sc0 192.168.1.1 255.255.255.0 
  263.      set cgmp enable 
  264. 79. CGMP離開的設定: 
  265. Dallas_SW(enable) set cgmp leave 
  266. 80. 在Cisco裝置上修改控制埠密碼: 
  267.      R1(config)# line console 0 
  268.      R1(config-line)# login 
  269.      R1(config-line)# password Lisbon 
  270.      R1(config)# enable password Lilbao 
  271.      R1(config)# login local 
  272.      R1(config)# username student password cisco 
  273. 81. 在Cisco裝置上設定控制檯及vty埠的會話超時: 
  274.      R1(config)# line console 0 
  275.      R1(config-line)# exec-timeout 5 10 
  276.      R1(config)# line vty 0 4 
  277.      R1(config-line)# exec-timeout 5 2 
  278. 82. 在Cisco裝置上設定特權級: 
  279.      R1(config)# privilege configure level 3 username 
  280.      R1(config)# privilege configure level 3 copy run start 
  281.      R1(config)# privilege configure level 3 ping 
  282.      R1(config)# privilege configure level 3 show run 
  283.      R1(config)# enable secret level 3 cisco 
  284. 83. 使用命令privilege 可定義在該特權級下使用的命令: 
  285.      router(config)# privilege mode level level command 
  286. 84. 設定使用者特權級: 
  287.      router(config)# enable secret level 3 dallas 
  288.      router(config)# enable secret san-fran 
  289.      router(config)# username student password cisco 
  290. 85. 標誌設定與顯示: 
  291.      R1(config)# banner motd ‘unauthorized access will be prosecuted!’ 
  292.     86. 設定vty訪問: 
  293.      R1(config)# access-list 1 permit 192.168.2.5 
  294.      R1(config)# line vty 0 4 
  295.      R1(config)# access-class 1 in 
  296. 87. 配置HTTP訪問: 
  297. Router3(config)# access-list 1 permit 192.168.10.7 
  298. Router3(config)# ip http sever 
  299. Router3(config)# ip http access-class 1 
  300. Router3(config)# ip http authentication local 
  301. Router3(config)# username student password cisco 
  302. 88. 要啟用HTTP訪問,請鍵入以下命令: 
  303.      switch(config)# ip http sever 
  304. 89. 在基於set命令的交換機上用setCL1啟動和核實埠安全: 
  305.      switch(enable) set port security mod_num/port_num…enable mac address 
  306.      switch(enable) show port mod_num/port_num 
  307. 在基於CiscoIOS命令的交換機上啟動和核實埠安全: 
  308.      switch(config-if)# port secure [mac-mac-count maximum-MAC-count] 
  309.      switch# show mac-address-table security [type module/port] 
  310. 90. 用命令access-list在標準通訊量過濾表中建立一條記錄: 
  311.      Router(config)# access-list access-list-number {permit|deny} source-address [source-address] 
  312. 91. 用命令access-list在擴充套件通訊量過濾表中建立一條記錄: 
  313.      Router(config)# access-list access-list-number {permit|deny{protocol|protocol-keyword}}{source source-wildcard|any}{destination destination-wildcard|any}[protocol-specific options][log] 
  314. 92. 對於帶內路由更新,配置路由更新的最基本的命令格式是: 
  315.      R1(config-router)#distribute-list access-list-number|name in [type number] 
  316. 93. 對於帶外路由更新,配置路由更新的最基本的命令格式是: 
  317.      R1(config-router)#distribute-list access-list-number|name out [interface-name] routing-process| autonomous-system-number 
  318. 94. set snmp命令選項: 
  319.      set snmp community {read-only|ready-write|read-write-all}[community_string] 
  320. 95. set snmp trap 命令格式如下: 
  321.      set snmp trap {enable|disable} 
  322. [all|moudle|classis|bridge|repeater| auth|vtp|ippermit|vmps|config|entity|stpx] 
  323.      set snmp trap rvcr_addr rcvr_community 
  324. 96. 啟用SNMP chassis 陷阱: 
  325.      Console>(enable) set snmp trap enable chassis 
  326. 97. 啟用所有SNMP chassis 陷阱: 
  327.      Console>(enable) set snmp trap enable 
  328. 98. 禁用SNMP chassis 陷阱: 
  329.      Console>(enable) set snmp trap disable chassis 
  330. 99. 給SNMP陷阱接收表加一條記錄: 
  331.      Console>(enable) set snmp trap 192.122.173.42 public 
  332. 100. show snmp 輸出結果。 
  333. 101. 命令set snmp rmon enable 的輸出結果。 
  334. 102. 顯示SPAN資訊: 
  335. Consile> show span 
  336.      switch> 使用者模式  
  337. 1:進入特權模式 enable  
  338.      switch> enable //進入特權模式  
  339.      switch# //當前在特權模式中 
  340.   
  341. 2:進入全域性配置模式 configure terminal  
  342.      switch> enable //進入特權模式  
  343.      switch#configure terminal //進入全域性模式  
  344.      switch(conf)# //當前全域性模式  
  345. 3:交換機命名 hostname aptech2950 //以aptech2950為例  
  346.      switch> enable //進入特權模式  
  347.      switch#configure terminal //進入全域性模式  
  348.      switch(conf)#hostname aptch-2950 //紅色為主機名  
  349.      aptech2950(conf)# //當前全域性模式  
  350. 4:配置使能口令 enable password cisco 以cisco為例  
  351.      switch> enable //進入特權模式  
  352.      switch#configure terminal //進入全域性模式  
  353.      aptech2950(conf)# enable password cisco //紅色部分為密碼  
  354. 5:配置使能密碼 enable secret ciscolab 密碼以cicso01為例 
  355.      switch> enable //進入特權模式  
  356.      switch#configure terminal //進入全域性模式  
  357.      aptech2950(conf)# enable secret ciscol01 //紅色部分為加密密碼  
  358. 6:設定交換機IP 地址  
  359.      switch> enable //進入特權模式  
  360.      switch#configure terminal //進入全域性模式  
  361.      aptech2950(conf)# interface vlan 1 //進入vlan1  
  362.      aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 //配置交換機埠ip和子網掩碼  
  363.      aptech2950(conf-if)#no shut //開啟vlan1  
  364.      aptech2950(conf-if)#exit  
  365.      aptech2950(conf)#ip default-gateway 192.168.254 //設定閘道器地址  
  366. 7:進入交換機某一埠,以7埠為例;  
  367.      switch> enable //進入特權模式  
  368.      switch#configure terminal //進入全域性模式  
  369.      aptech2950(conf)# interface fastehernet 0/7 //進入第7口 
  370.      aptech2950(conf-if)# 
  371. 8:檢視命令 show  
  372.      switch> enable //進入特權模式  
  373.      switch# show version //察看系統版本資訊  
  374.      show interface vlan 1 //檢視交換機有關vlan1的配置資訊  
  375.      show running-configure //檢視交換機當前的配置資訊  
  376.      show interface fastethernet 0/1 //察看交換機1介面具體配置和統計資訊  
  377.      show mac-address-table //檢視mac地址表  
  378.      show mac-address-table aging-time //檢視mac地址表自動老化時間  
  379. 9:交換機恢復出廠預設恢復命令  
  380.      switch> enable //進入特權模式  
  381.      switch# erase startup-configure //出廠預設恢復命令 s 
  382. witch# reload //從新啟動  
  383. 10:雙工模式設定  
  384.      switch> enable //進入特權模式  
  385.      switch#configure terminal //進入全域性模式  
  386.      switch(conf)# interface fastehernet 0/7  //以7口為例  
  387.      Switch(conf)# duplex full/half/auto //有half:半雙工,full:全雙工,auto:自動  
  388. 11:cdp相關命令  
  389.      switch> enable  
  390.      switch# show cdp 裝置的cdp全域性配置資訊  
  391.      show cdp interface fastethernet 0/17 檢視17埠的cdp配置資訊  
  392.      show cdp traffic 檢視有關cdp包的統計資訊  
  393.      show cdp nerghbors 列出與裝置相連的cisco裝置  
  394. 12:csico2950的密碼恢復  
  395. 拔下交換機電源線。  
  396. 用手按著交換機的MODE鍵,插上電源線  
  397. 在switch:後執行flash_ini命令:switch: flash_ini  
  398. 檢視flash中的檔案: switch: dir flash: 
  399. 把“config.text”檔案改名為“config.old”: switch: rename flash: config.text flash: config.old  
  400. 執行boot:  
  401.      switch: boot 交換機進入是否進入配置的對話,執行no :  
  402. 進入特權模式察看flash裡的檔案: show flash : 
  403. 把“config.old”檔案改名為 “config.text”: switch: rename flash: config.old flash: config.text  
  404. 把“config.text”拷入系統的“running-configure”: copy flash: config.text system : running-configure  
  405. 把配置模式重新設定密碼存檔,密碼恢復成功。  
  406. 13:交換機telnet遠端登入設定:  
  407.      switch>en  
  408.      switch#configure terminal  
  409.      switch(conf)#hostname aptech-2950  
  410.      aptech2950(conf)#enable password cisco 以cisco為特權模式密碼  
  411.      aptech2950(conf)#interface fastethernet 0/1 以17埠為telnet遠端登入埠  
  412.      aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0  
  413.      aptech2950(conf-if)#no shut  
  414.      aptech2950(conf-if)#exit aptech2950(conf)line vty 0 4  設定0-4 個使用者可以telnet遠端登陸  
  415.      aptech2950(conf-line)#login  
  416.      aptech2950(conf-line)#password edge 以edge為遠端登入的使用者密碼  
  417. 主機設定: 
  418. ip 192.168.1.2 主機的ip必須和交換機埠的地址在同一網路段  
  419. netmask 255.255.255.0 gate-way 192.168.1.1 閘道器地址是交換機埠地址  
  420. 執行:  
  421. telnet 192.168.1.1 進入telnet遠端登入介面  
  422. password : edge  
  423.      aptech2950>en  
  424. password: cisco  
  425.     aptech#  
  426. 14:交換機配置的重新載入和儲存  
  427. 設定完成交換機的配置後:  
  428.      aptech2950(conf)#reload 是否儲存(y/n) y: 儲存設定資訊 n:不儲存設定資訊 
  429. 路由器命令  
  430.      router> 使用者模式  
  431. 1:進入特權模式  
  432. enable router > enable  
  433.      router #  
  434. 2:進入全域性配置模式 configure terminal  
  435.      router > enable  
  436.      router #configure terminal  
  437.      router (conf)#  
  438. 3:交換機命名 hostname routera 以routerA為例  
  439.      router > enable  
  440.      router #configure terminal  
  441.      router(conf)#hostname routerA 
  442.      routera (conf)#  
  443. 4:配置使能口令 enable password cisco 以cisco為例  
  444.      router > enable  
  445.      router #configure terminal  
  446.      router(conf)#hostname routerA  
  447.      routerA (conf)# enable password cisco  
  448. 5:配置使能密碼 enable secret ciscolab 以cicsolab為例  
  449.      router > enable  
  450.      router #configure terminal  
  451.      router(conf)#hostname routerA  
  452.      routerA (conf)# enable secret ciscolab 
  453.   
  454. 6:進入路由器某一埠 interface fastehernet 0/17 以17埠為例  
  455.      router > enable  
  456.      router #configure terminal  
  457.      router(conf)#hostname routerA  
  458.      routerA (conf)# interface fastehernet 0/17  
  459.      routerA (conf-if)# 
  460. 進入路由器的某一子埠  
  461. interface fastethernet 0/17.1 以17埠的1子埠為例  
  462.      router > enable  
  463.      router #configure terminal  
  464.      router(conf)#hostname routerA  
  465.      routerA (conf)# interface fastehernet 0/17.1  
  466. 7:設定埠ip地址資訊  
  467.      router > enable  
  468.      router #configure terminal  
  469.      router(conf)#hostname routerA  
  470.      routerA(conf)# interface fastehernet 0/17 以17埠為例  
  471.      routerA (conf-if)#ip address 192.168.1.1 255.255.255.0 配置交換機埠ip和子網掩碼  
  472.      routerA (conf-if)#no shut 是配置處於執行中  
  473.      routerA (conf-if)#exit  
  474. 8:檢視命令 show  
  475.      router > enable  
  476.      router # show version 察看系統中的所有版本資訊 
  477.      show interface vlan 1 檢視交換機有關ip 協議的配置資訊  
  478.      show running-configure 檢視交換機當前起作用的配置資訊  
  479.      show interface fastethernet 0/1 察看交換機1介面具體配置和統計資訊  
  480.      show mac-address-table 檢視mac地址表  
  481.      show mac-address-table aging-time 檢視mac地址表自動老化時間  
  482.      show controllers serial + 編號 檢視串列埠型別 show ip router 檢視路由器的路由表  
  483. 9:cdp相關命令  
  484.      router > enable  
  485.      router # show cdp 檢視裝置的cdp全域性配置資訊  
  486.      show cdp interface fastethernet 0/17 檢視17埠的cdp配置資訊  
  487.      show cdp traffic 檢視有關cdp包的統計資訊  
  488.      show cdp nerghbors 列出與裝置相連的cisco裝置  
  489. 10:csico2600的密碼恢復  
  490. 重新啟動路由器, 
  491. 在啟動過程中按下win+break鍵,使路由器進入rom monitor  
  492. 在提示符下輸入命令修改配置暫存器的值,remmon1>confreg 0x2142 , 
  493. 然後重新啟動路由器  remmon2>reset  
  494. 重新啟動路由器後進入setup模式, 
  495. 選擇“no”,退回到exec模式,此時路由器原有的配置仍然儲存在startup-config中, 
  496. 為使路由器恢復密碼後配置不變 
  497. 把startup-config中配置儲存到running-config中: router>enable router#copy startup-config running-config 
  498. 然後重新設定enable密碼: router#configure terminal router(conf)#enable password cisco 
  499. 並把配置暫存器改回0x2102:  router(conf)#config-register 0x2102  
  500. 儲存當前配置到startup-config: router #copy running-config startup-config router 
  501. 重新啟動路由器: #reload  
  502.   
  503. 11:路由器telnet遠端登入設定:  
  504.      router>en  
  505.      router #configure terminal  
  506.      router (conf)#hostname routerA  
  507.      routerA (conf)#enable password cisco 以cisco為特權模式密碼  
  508.      routerA (conf)#interface fastethernet 0/1 以17埠為telnet遠端登入埠  
  509.      routerA (conf-if)#ip address 192.168.1.1 255.255.255.0  
  510.      routerA (conf-if)#no shut  
  511.      routerA (conf-if)#exit 
  512.      routerA (conf)line vty 0 4 設定0-4 個使用者可以telnet遠端登陸  
  513.      routerA (conf-line)#login  
  514.      routerA (conf-line)#password edge 以edge為遠端登入的使用者密碼  
  515. 主機設定: 
  516.  ip 192.168.1.2 主機的ip必須和交換機埠的地址在同一網路段  
  517. netmask 255.255.255.0 gate-way 192.168.1.1 閘道器地址是交換機埠地址  
  518. 執行:  
  519. telnet 192.168.1.1 進入telnet遠端登入介面  
  520. password : edge  
  521.      routera>en  
  522. password: cisco  
  523.      routera#  
  524. 12:配置路由器的標識 banner $……………$  
  525. 在全域性配置的模式下利用“banner”命令可以配置路由器的提示資訊,所有連線到路由器的終端都會收到。  
  526.      router>en 
  527.      router #configure terminal  
  528.      router (conf)#hostname routerA  
  529.      routerA(conf)#banner motd $This is aptech company’ router ! Please don’t change the configuration without permission!$  
  530. 13:配置介面標識 description ………  
  531. 介面標識用於區分路由器的各個介面。  
  532.      router>en  
  533.      router #configure terminal  
  534.      router (conf)#hostname routerA  
  535.      routerA(conf)#interface fastethernet 0/1 以0/1 介面為例  
  536.      routerA(conf-if)# description this is a fast Ethernet port used to connecting the company’s intranet!