導航:首頁 > 程序命令 > 中興路由配置命令

中興路由配置命令

發布時間:2022-07-16 18:53:44

A. 中興1800路由器外網接入,動態ip,應該如何配置命令求幫助。

中興1800-2s路由器設置固定ip的具體步驟如下:

1、用網線把MODEL(貓)和路由器連接,電腦和路由器用網線連接上。

2、點擊本地連接,再點擊下方的「屬性」,然後雙擊「Internet協議(TCP/IP)」,選擇「自動獲取IP地址」、「自動獲得DNS伺服器地址」。

3、本地連接連上後打開IE瀏覽器,在輸入網址的地方輸入:192.168.1.1或者192.168.0.1(在路由器上可以找到這個地址,具體以路由器上標注的為准),輸入後跳出一個登陸界面,默認賬號密碼一般都是admin,輸入後就能進入路由器管理界面了(賬號密碼也在路由器上找)。

4、進入管理界面一般都能看到幾個大的版塊,需要注意的就是網路參數和無線參數,前者是設置路由器和外網的連接,後者是設置wifi密碼。首先進入網路參數,這里一般會有3種模式給你選擇:1.ADSL虛擬撥號(PPPOE),也就是家庭比較常用的撥號上網模式。2.動態IP,多出現在共享上網的情況。3.靜態IP,一般有些小區光纖到戶的,或者去運營商申請的專線。

5、根據網路運營商提供的信息選擇路由器的模式,靜態ip模式選擇「乙太網寬頻」,需要填入網路運營商給你的IP地址、子網掩碼、網關及DNS。這里設置完成後,電腦就可以上網了。

B. 中興(zxr10 1800)路由器配置

1、首先在地址欄輸入路由器的管理地址,輸入密碼進入路由器,這里的密碼是路由器的登錄密碼,如果沒有改過就是原始的admin或者wifi密碼。

C. 中興路由器的設置方法

路由器一般有幾種設置方法,我們最常見的設置方法是:一是在網頁上輸入192.168.1.1,然後會出現輸入密碼,密碼和賬號是一樣的admin.然後在設置密碼、賬號。就可以了,還有一種是,買路由器的時候有光碟的,這樣的就很麻煩,要用光碟機才可以吧賬號裝進路由裡面,不過你只要按操作就可以了,記得都要重啟在性哦! Cisco路由器交換機配置命令詳解 1. 交換機支持的命令: 交換機基本狀態: switch: ;ROM狀態, 路由器是rommon> hostname> ;用戶模式 hostname# ;特權模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;介面狀態 交換機口令設置: switch>enable ;進入特權模式 switch#config terminal ;進入全局配置模式 switch(config)#hostname ;設置交換機的主機名 switch(config)#enable secret xxx ;設置特權加密口令 switch(config)#enable password xxa ;設置特權非密口令 switch(config)#line console 0 ;進入控制台口 switch(config-line)#line vty 0 4 ;進入虛擬終端 switch(config-line)#login ;允許登錄 switch(config-line)#password xx ;設置登錄口令xx switch#exit ;返回命令 交換機VLAN設置: switch#vlan database ;進入VLAN設置 switch(vlan)#vlan 2 ;建VLAN 2 switch(vlan)#no vlan 2 ;刪vlan 2 switch(config)#int f0/1 ;進入埠1 switch(config-if)#switchport access vlan 2 ;當前埠加入vlan 2 switch(config-if)#switchport mode trunk ;設置為干線 switch(config-if)#switchport trunk allowed vlan 1,2 ;設置允許的vlan switch(config-if)#switchport trunk encap dot1q ;設置vlan 中繼 switch(config)#vtp domain ;設置發vtp域名 switch(config)#vtp password ;設置發vtp密碼 switch(config)#vtp mode server ;設置發vtp模式 switch(config)#vtp mode client ;設置發vtp模式 交換機設置IP地址: switch(config)#interface vlan 1 ;進入vlan 1 switch(config-if)#ip address ;設置IP地址 switch(config)#ip default-gateway ;設置默認網關 switch#dir flash: ;查看快閃記憶體 交換機顯示命令: switch#write ;保存配置信息 switch#show vtp ;查看vtp配置信息 switch#show run ;查看當前配置信息 switch#show vlan ;查看vlan配置信息 switch#show interface ;查看埠信息 switch#show int f0/0 ;查看指定埠信息 2. 路由器支持的命令: 路由器顯示命令: router#show run ;顯示配置信息 router#show interface ;顯示介面信息 router#show ip route ;顯示路由信息 router#show cdp nei ;顯示鄰居信息 router#reload ;重新起動 路由器口令設置: router>enable ;進入特權模式 router#config terminal ;進入全局配置模式 router(config)#hostname ;設置交換機的主機名 router(config)#enable secret xxx ;設置特權加密口令 router(config)#enable password xxb ;設置特權非密口令 router(config)#line console 0 ;進入控制台口 router(config-line)#line vty 0 4 ;進入虛擬終端 router(config-line)#login ;要求口令驗證 router(config-line)#password xx ;設置登錄口令xx router(config)#(Ctrl+z) ; 返回特權模式 router#exit ;返回命令 路由器配置: router(config)#int s0/0 ;進入Serail介面 router(config-if)#no shutdown ;激活當前介面 router(config-if)#clock rate 64000 ;設置同步時鍾 router(config-if)#ip address ;設置IP地址 router(config-if)#ip address second ;設置第二個IP router(config-if)#int f0/0.1 ;進入子介面 router(config-subif.1)#ip address ;設置子介面IP router(config-subif.1)#encapsulation dot1q ;綁定vlan中繼協議 router(config)#config-register 0x2142 ;跳過配置文件 router(config)#config-register 0x2102 ;正常使用配置文件 router#reload ;重新引導 路由器文件操作: router# running-config startup-config ;保存配置 router# running-config tftp ;保存配置到tftp router# startup-config tftp ;開機配置存到tftp router# tftp flash: ;下傳文件到flash router# tftp startup-config ;下載配置文件 ROM狀態: Ctrl+Break ;進入ROM監控狀態 rommon>confreg 0x2142 ;跳過配置文件 rommon>confreg 0x2102 ;恢復配置文件 rommon>reset ;重新引導 rommon> xmodem: flash: ;從console傳輸文件 rommon>IP_ADDRESS=10.65.1.2 ;設置路由器IP rommon>IP_SUBNET_MASK=255.255.0.0 ;設置路由器掩碼 rommon>TFTP_SERVER=10.65.1.1 ;指定TFTP伺服器IP rommon>TFTP_FILE=c2600.bin ;指定下載的文件 rommon>tftpdnld ;從tftp下載 rommon>dir flash: ;查看快閃記憶體內容 rommon>boot ;引導IOS 靜態路由: ip route ;命令格式 router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 ;靜態路由舉例 router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默認路由舉例 動態路由: router(config)#ip routing ;啟動路由轉發 router(config)#router rip ;啟動RIP路由協議。 router(config-router)#network ;設置發布路由 router(config-router)#negihbor ;點對點幀中繼用。 幀中繼命令: router(config)#frame-relay switching ;使能幀中繼交換 router(config-s0)#encapsulation frame-relay ;使能幀中繼 router(config-s0)#fram-relay lmi-type cisco ;設置管理類型 router(config-s0)#frame-relay intf-type DCE ;設置為DCE router(config-s0)#frame-relay dlci 16 ; router(config-s0)#frame-relay local-dlci 20 ;設置虛電路號 router(config-s0)#frame-relay interface-dlci 16 ; router(config)#log-adjacency-changes ;記錄鄰接變化 router(config)#int s0/0.1 point-to-point ;設置子介面點對點 router#show frame pvc ;顯示永久虛電路 router#show frame map ;顯示映射 基本訪問控制列表: router(config)#access-list permit|deny router(config)#interface ;default:deny any router(config-if)#ip access-group in|out ;defaultut 例1: router(config)#access-list 4 permit 10.8.1.1 router(config)#access-list 4 deny 10.8.1.0 0.0.0.255 router(config)#access-list 4 permit 10.8.0.0 0.0.255.255 router(config)#access-list 4 deny 10.0.0.0 0.255.255.255 router(config)#access-list 4 permit any router(config)#int f0/0 router(config-if)#ip access-group 4 in 擴展訪問控制列表: access-list permit|deny icmp [type] access-list permit|deny tcp [port] 例3: router(config)#access-list 101 deny icmp any 10.64.0.2 0.0.0.0 echo router(config)#access-list 101 permit ip any any router(config)#int s0/0 router(config-if)#ip access-group 101 in 例3: router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq 80 router(config)#access-list 102 permit ip any any router(config)#interface s0/1 router(config-if)#ip access-group 102 out 刪除訪問控制例表: router(config)#no access-list 102 router(config-if)#no ip access-group 101 in 路由器的nat配置 Router(config-if)#ip nat inside ;當前介面指定為內部介面 Router(config-if)#ip nat outside ;當前介面指定為外部介面 Router(config)#ip nat inside source static [p] [port] Router(config)#ip nat inside source static 10.65.1.2 60.1.1.1 Router(config)#ip nat inside source static tcp 10.65.1.3 80 60.1.1.1 80 Router(config)#ip nat pool p1 60.1.1.1 60.1.1.20 255.255.255.0 Router(config)#ip nat inside source list 1 pool p1 Router(config)#ip nat inside destination list 2 pool p2 Router(config)#ip nat inside source list 2 interface s0/0 overload Router(config)#ip nat pool p2 10.65.1.2 10.65.1.4 255.255.255.0 type rotary Router#show ip nat translation rotary 參數是輪流的意思,地址池中的IP輪流與NAT分配的地址匹配。 overload參數用於PAT 將內部IP映射到一個公網IP不同的埠上。 外部網關協議配置 routerA(config)#router bgp 100 routerA(config-router)#network 19.0.0.0 routerA(config-router)#neighbor 8.1.1.2 remote-as 200 配置PPP驗證: RouterA(config)#username password RouterA(config)#int s0 RouterA(config-if)#ppp authentication {chap|pap} 3.PIX防火牆命令 Pix525(config)#nameif ethernet0 outside security0 ;命名介面和級別 Pix525(config)#interface ethernet0 auto ;設置介面方式 Pix525(config)#interface ethernet1 100full ;設置介面方式 Pix525(config)#interface ethernet1 100full shutdown Pix525(config)#ip address inside 192.168.0.1 255.255.255.0 Pix525(config)#ip address outside 133.0.0.1 255.255.255.252 Pix525(config)#global (if_name) natid ip-ip ;定義公網IP區間 Pix525(config)#global (outside) 1 7.0.0.1-7.0.0.15 ;例句 Pix525(config)#global (outside) 1 133.0.0.1 ;例句 Pix525(config)#no global (outside) 1 133.0.0.1 ;去掉設置 Pix525(config)#nat (if_name) nat_id local_ip [netmark] Pix525(config)#nat (inside) 1 0 0 內網所有主機(0代表0.0.0.0)可以訪問global 1指定的外網。 Pix525(config)#nat (inside) 1 172.16.5.0 255.255.0.0 內網172.16.5.0/16網段的主機可以訪問global 1指定的外網。 Pix525(config)#route if_name 0 0 gateway_ip [metric] ;命令格式 Pix525(config)#route outside 0 0 133.0.0.1 1 ;例句 Pix525(config)#route inside 10.1.0.0 255.255.0.0 10.8.0.1 1 ;例句 Pix525(config)#static (inside, outside) 133.0.0.1 192.168.0.8 表示內部ip地址192.168.0.8,訪問外部時被翻譯成133.0.0.1全局地址。 Pix525(config)#static (dmz, outside) 133.0.0.1 172.16.0.8 中間區域ip地址172.16.0.8,訪問外部時被翻譯成133.0.0.1全局地址

D. 中興路由器關閉服務命令

1、翻看路由器底部銘牌或使用說明書,找到路由器IP、默認帳號及密碼。
2、打開瀏覽器,輸入查詢到的IP地址並按下回車。
3、進入路由器登錄界面,輸入查詢到的默認登錄帳號及密碼。
4、進入路由器後找到「高級設置」-「網路設置」-「服務命令」點擊關閉即可。

E. 求中興ZTE1800路由器配置命令

用戶名 telecomadmin 密碼為 nE7jA%5m
進入」網路」—>「寬頻設置」項,在」連接名稱」中選擇含有類似」6_INTERNET_B_8_35」的連接,其中8_35對應當地的VPI/VCI的值,如不了解,可以google之或詢問電信。
選中後,點擊最下方的」刪除」鏈接刪除掉。然後新建一個連接,VPI和VCI按照剛才刪除的設置,在下方的用戶名和密碼填入你自己的撥號用戶名/密碼,設置好後點擊」創建」
然後進入」管理」 –> 「設備管理」,點擊」重啟」按鈕,設備重啟,重啟後就已經打開了路由功能,只要無線連接連上了,不需要撥號就可以上網了。 望採納!!!

F. 中興路由器帶源地址ping命令

中興路由器帶源地址ping命令:
方法是:點擊電腦左下角開始-運行-框內輸入cmd按回車-彈出的窗口上輸入ping192.168.1.1。ping和192之間有個空格,然後回車。
如果出現Requesttimeout則表示你的路由器連接不到你請求的地址(192.168.1.1)。pingwww..com也一樣。學會2個ping命令就能定位問題所有非常簡單。此方法還適用與192.168.1.1登陸頁面打不開的故障。

G. 中興路由器配置命令

恢復出廠默認設置!
如果有reset鍵就按它3-5秒,如沒有,就進路由有個「恢復出廠默認設置」按鈕,點它就行了。直接進入後台恢復下就行了...還要什麼清除命令..

H. 中興路由器保存命令是什麼

show run這個命令來查看配置,可以show ip interface brief查看三層口配置。具體配置可以參考廠商配置手冊,配置手冊里特別詳細

I. 中興交換機5950如何配置靜態路由器

中興5950的系統命令集跟思科相似度很高,可以使用 ip route 目標網路ip地址 目標網路掩碼 下一跳介面ip地址[出介面]
配置默認路由 ip route 0.0.0.0 0.0.0.0 下一跳ip地址。

閱讀全文

與中興路由配置命令相關的資料

熱點內容
自己購買雲主伺服器推薦 瀏覽:417
個人所得稅java 瀏覽:759
多餘的伺服器滑道還有什麼用 瀏覽:187
pdf劈開合並 瀏覽:24
不能修改的pdf 瀏覽:748
同城公眾源碼 瀏覽:486
一個伺服器2個埠怎麼映射 瀏覽:293
java字元串ascii碼 瀏覽:76
台灣雲伺服器怎麼租伺服器 瀏覽:473
旅遊手機網站源碼 瀏覽:330
android關聯表 瀏覽:942
安卓導航無聲音怎麼維修 瀏覽:331
app怎麼裝視頻 瀏覽:429
安卓系統下的軟體怎麼移到桌面 瀏覽:94
windows拷貝到linux 瀏覽:770
mdr軟體解壓和別人不一樣 瀏覽:901
單片機串列通信有什麼好處 瀏覽:337
游戲開發程序員書籍 瀏覽:859
pdf中圖片修改 瀏覽:286
匯編編譯後 瀏覽:489