今天我來寫寫關于NA的點指令,給大家整理了一下以供一些對NA感興趣的朋友參考學習,這是我認為一些大家常用的、有用的,那麼多的指令,現在剛好學到這。。。閑話少說步入正題。
>使用者模式
enable
router#特全模式
router#configure terminal
router(config)#全局模式
router(config)#interface serial 0/0
router(config-if)#接口狀态
router(config)#interface serial 0/0.1
router(config-subif)#子接口狀态
router(config)#line console 0
router(config-line)#路由器控制狀态
router#show version檢查作業系統版本号
router#show running-config檢視正在運作的檔案
router#copy running-config startup-config簡寫router#copy run star 或者router#write儲存設定
router#show startup-config檢視以儲存的檔案
router(config)#banner motd # 要寫内容 #開機時固定顯示資訊
router(config-if)#description 要寫内容 端口描述
router(config-line)#password 要寫密碼
router(config-line)#login設定控制台密碼
router(config)#line vty 0 4
router(config-line)#login設定虛拟終端密碼
router(config)#enable password 要寫密碼 特權模式明文密碼
router(config)#enable secret 要寫密碼 特權模式加密密碼
router(config)#service password-encryption對路由器明文密碼加密
router(config)#line console 0
router(config-line)#exec-timeout 分鐘 秒鐘 禁止控制台會話自動退出
router(config-line)#logging synchronous 重顯被打亂的控制台輸入
router(config-if)#clock rate 64000
router(config-if)# 設定時鐘頻率
router#show int s0/0檢視端口資訊
router(config-if)#no shut 手工開啟路由器接口
router(config)#ip route 目标網段IP位址 目标網段網絡掩碼 直連接配接口IP位址
router(config)#ip route 目标網段IP位址 目标網段網絡掩碼 本地路由器的實體出口的接口名稱 靜态路由的配置
router(config)#router rip
router(config-router)#network 本地接口所在的網段資訊 RIP的配置
router#sh ip protocols 檢視RIP資訊
router#sh ip route 檢視路由表的資訊
router(config-router)#version 2
router(config-router)#network 接口所在網段的主網絡資訊 RIP V2的配置
router(config)#router eigrp {as-number}也就是在1—65535之間選取一個數值宣告直連主類網絡号
router(config-router)#network 本地實體接口IP位址所在的有類網絡位址 Eigrp的配置
router#show ip eigrp neighbors顯示運作eigrp路由協定的鄰居關系
router#show ip eigrp topology顯示運作eigrp路由協定的網絡拓撲關系
router#show ip route eigrp顯示運作eigrp路由協定的路由表
router#show ip potocols顯示運作eigrp路由協定
router#show ip eigrp traffic顯示運作eigrp路由協定的資料流量
router(config)#router ospf process-id
router(config-router)#network address wild card bits area area-id 配置單區域的OSPF
router#show ip ospf interface檢視區域号與此相關的資訊
router#show ip ospf neighbor 檢視在每一個在接口上的鄰居資訊
sw#show vlan-switch brief 檢視交換機上的VLAN資訊配置
router(config)#access-list 1—99{permit/deny}源位址 通配符掩碼(預設下通配符掩碼0.0.0.0)
router(config-if)#ip access-group 1—99{in/out} 标準通路控制清單配置
router(config)#access-list 100—199{permit/deny}{tcp/udp/icmp}原網絡位址 原網絡位址反掩碼 目标網絡位址 目标網絡反掩碼 指定協定端口
router(config-if)#ip access-group 100—199{in/out} 擴充通路控制清單配置
router#show access-lists 檢視通路控制清單
router#show frame pvc顯示經過路由器所有PVC的狀态
router#show frame lmi顯示本地管理接口,lmi為VC提供狀态管理和廣播
router#show frame map檢視目前映射項和DLCI映射表的相關資訊
router#show interface提供了相關路由器上的所有接口資訊
router(config)#ip nat inside source static 本地私有IP 公網全局IP
router(config-if)#ip nat inside 在以太口下
router(config-if)#ip nat outside 在序列槽接口下 靜态NAT的配置
router(config-if)#ip nat inside
router(config-if)#ip nat outside 定義接口IP位址及其方向
router(config)#ip nat pool 池名 全局IP位址範圍 netmask 網絡掩碼 定義全局位址池
router(config)#access-list 1-99 permit 内部網絡位址 内部網絡反掩碼 定義标準通路控制清單
router(config)#ip nat inside source list 1-99 pool IP位址池名 實作全局位址池和标準ACL間的映射 動态NAT的配置
router#clearing the NAT translation table
router#clear ip nat translation 清除NAT位址轉換表
router#show ip nat translations 檢視NAT位址轉換表
router#show ip nat statistics 檢視NAT位址轉換狀态
router#debug ip nat 檢視NAT的狀态
router#show flash 檢視IOS檔案
router#disconnect 關閉由自己建立目前會話
router#sh session 檢視我對誰進行連接配接
router#sh user 檢視誰對我進行連接配接
router#clear line vty 0 4 清除連接配接
router#sh cdp interface 接口下CDP是不是運作
router#sh cdp entry 檢視CDP鄰居
router#sh ip int brief 檢視接口的邏輯位址和接口狀态
router#erase start
router#reload 路由器或2950交換機清除NVRAM恢複出廠預設設定
router#show history顯示曆史指令
router#show controller serial 0/0檢視串行線纜的實體接口類型是DTE還是DCE
router#ip default-gateway 配置預設網關
router#show processes 路由器和交換機的程序狀态
呵呵,我目前為止學到了這,學了什麼我會重新編輯的。大家先看着。
本文轉自yangjunfeng 51CTO部落格,原文連結:http://blog.51cto.com/yangjunfeng/133431