freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

cisco路由器配置手冊(cè)(大全)(存儲(chǔ)版)

2025-07-29 06:10上一頁面

下一頁面
  

【正文】 ss no ip mroutecache!interface Serial0:1 ip address no ip mroutecache!interface Serial0:2 ip address no ip mroutecache!no ip classlessip route Serial0:0ip route Serial0:1ip route Serial0:2!line con 0line aux 0line vty 0 4password shanxilogin!end二、PPP PPP(PointtoPoint Protocol)是SLIP(Serial Line IP protocol)的繼承者,它提供了跨過同步和異步電路實(shí)現(xiàn)路由器到路由器(routertorouter)和主機(jī)到網(wǎng)絡(luò)(hosttonetwork)的連接。所建的這兩用戶的password必須相同。、。由于使用子接口,router1和router2均學(xué)習(xí)到了訪問對(duì)方局域網(wǎng)的路徑,若不使用子接口,router1和router2將學(xué)不到到對(duì)方局域網(wǎng)的路由。如提供窗口技術(shù)和數(shù)據(jù)重發(fā)技術(shù),而是依靠高層協(xié)議提供糾錯(cuò)功能,這是因?yàn)閹欣^工作在更好的WAN設(shè)備上,它嚴(yán)格地對(duì)應(yīng)于OSI參考模型的最低二層,所以。它提供了許多管理復(fù)雜互聯(lián)網(wǎng)絡(luò)的特性,其中包括全局尋址、虛電路狀態(tài)消息和多目發(fā)送等功能。在北美和日本,ISDN的主速率接口(PRI)提供23個(gè)B信道和1個(gè)D信道,其中D信道速率為64Kbps。T 5ESS switch type for the . (ISDN PRI only) primarydms100 NT DMS100 switch type for the . (ISDN PRI only) New Zealand basicnznet3 New Zealand Net3 switches 3. ISDN實(shí)現(xiàn)DDR(dialondemand routing)實(shí)例:設(shè)置如下:Router1:hostname router1 user router2 password cisco ! isdn switchtype basicnet3 ! interface bri 0 ip address encapsulation ppp dialer map ip name router2 572 dialer loadthreshold 80 ppp multilink dialergroup 1 ppp authentication chap ! dialerlist 1 protocol ip permit ! Router2: hostname router2 user router1 password cisco ! isdn switchtype basicnet3 ! interface bri 0 ip address encapsulation ppp dialer map ip name router1 571 dialer loadthreshold 80 ppp multilink dialergroup 1 ppp authentication chap ! dialerlist 1 protocol ip permit !Cisco路由器同時(shí)支持回?fù)芄δ?,我們將路由器Router1作為Callback Server,Router2作為Callback Client。全局設(shè)置:任務(wù) 命令設(shè)置用戶名和密碼 username username password password設(shè)置用戶的IP地址池 ip local pool {default | poolname lowipaddress [highipaddress]}指定地址池的工作方式 ip addresspool [dhcpproxyclient | local]基本接口設(shè)置命令:任務(wù) 命令設(shè)置封裝形式為PPP encapsulation ppp啟動(dòng)異步口的路由功能 async default routing設(shè)置異步口的PPP工作方式 async mode {dedicated | interactive}設(shè)置用戶的IP地址 peer default ip address {ipaddress | dhcp | pool [poolname]}設(shè)置IP地址與Ethernet0相同 ip unnumbered ethernet0line撥號(hào)線設(shè)置:任務(wù) 命令設(shè)置modem的工作方式 modem {inout|dialin}自動(dòng)配置modem類型 modem autoconfig discovery設(shè)置撥號(hào)線的通訊速率 speed speed設(shè)置通訊線路的流控方式 flowcontrol {none | software [lock] [in | out] | hardware [in | out]}連通后自動(dòng)執(zhí)行命令 automand mand訪問服務(wù)器設(shè)置如下:Router:hostname Routerenable secret 5 $1$EFqU$tYLJLrynNUKzE4bx6fmH// !interface Ethernet0ip address !interface Async1ip unnumbered Ethernet0encapsulation pppkeepalive 10async mode interactivepeer default ip address pool Cisco2511Group142!ip local pool Cisco2511Group142 !line con 0exectimeout 0 0password cisco!line 1 16modem InOutmodem autoconfigure discoveryflowcontrol hardware!line aux 0transport input allline vty 0 4password cisco!end 相關(guān)調(diào)試命令:show interfaceshow line. Access Server通過Tacacs服務(wù)器實(shí)現(xiàn)安全認(rèn)證:使用一臺(tái)WINDOWS NT服務(wù)器作為Tacacs服務(wù)器,,運(yùn)行Cisco2511隨機(jī)帶的Easy ACS .相關(guān)設(shè)置:任務(wù) 命令激活A(yù)AA訪問控制 aaa newmodel用戶登錄時(shí)默認(rèn)起用Tacacs+做AAA認(rèn)證 aaa authentication login default tacacs+列表名為no_tacacs使用ENABLE口令做認(rèn)證 aaa authentication login no_tacacs enable在運(yùn)行PPP的串行線上采用Tacacs+做認(rèn)證 aaa authentication ppp default tacacs+由TACACS+服務(wù)器授權(quán)運(yùn)行EXEC aaa authorization exec tacacs+由TACACS+服務(wù)器授權(quán)與網(wǎng)絡(luò)相關(guān)的服務(wù)請(qǐng)求。同時(shí)在Router2中應(yīng)建立一個(gè)用戶,以對(duì)端路由器主機(jī)名作為用戶名,即用戶名應(yīng)為Router1。 以下是相關(guān)命令:任務(wù) 命令指定主線路改變后,次線路狀態(tài)發(fā)生改變的延遲時(shí)間 backup delay {enabledelay | never} {disabledelay | never}指定一個(gè)接口作為備份接口 backup interface type numberhostname c2522rb!enable secret 5 $1$J5vn$ceYDe2FwPhrZi6qsIIz6g0enable password cisco!username c4700 password 0 ciscoip subnetzerochatscript ciscodefault AT TIMEOUT 30 OK ATDT \T TIMEOUT 30 CONNECT \cchatscript reset atz!interface Ethernet0ip address no ip mroutec。Router1撥號(hào)連接到Router2。電話網(wǎng)絡(luò)的應(yīng)用一般可分為兩種類型,一種是同等級(jí)別機(jī)構(gòu)之間以按需撥號(hào)(DDR)的方式實(shí)現(xiàn)互連,一種是ISP為撥號(hào)上網(wǎng)為用戶提供的遠(yuǎn)程訪問服務(wù)的功能。T basic rate switches basicdms100 NT DMS100 basic rate switches basicni1 National ISDN1 switches primary4ess ATamp。BRI的B信道速率為64Kbps,用于傳輸用戶數(shù)據(jù)。 幀中繼本地管理接口(LMI)是對(duì)基本的幀中繼標(biāo)準(zhǔn)的擴(kuò)展。Router1: interface Serial0 encapsulation x25 ip address x25 address 110101 x25 htc 16 x25 nvc 2 x25 map ip 110103 broadcast ! router rip network ! Router2: interface Serial0 encapsulation x25 ip address x25 address 110102 x25 htc 16 x25 nvc 2 x25 map ip 110103 broadcast ! router rip network ! Router: interface Serial0 encapsulation x25 x25 address 110103 x25 htc 16 x25 nvc 2 ! interface pointtopoint ip address x25 map ip 110101 broadcast ! interface pointtopoint ip address x25 map ip 110102 broadcast ! router rip network network !四、Frame Relay 1. 幀中繼技術(shù) 幀中繼是一種高性能的WAN協(xié)議,它運(yùn)行在OSI參考模型的物理層和數(shù)據(jù)鏈路層。 3. 實(shí)例:. 在以下實(shí)例中每二個(gè)路由器間均通過svc實(shí)現(xiàn)連接。PSE是公共網(wǎng)絡(luò)的主干交換機(jī)。 2. 舉例路由器Router1和Router2的S0口均封裝PPP協(xié)議,采用CHAP做認(rèn)證,在Router1中應(yīng)建立一個(gè)用戶,以對(duì)端路由器主機(jī)名作為用戶名,即用戶名應(yīng)為router2。1. 有關(guān)命令端口設(shè)置 任務(wù) 命令 設(shè)置HDLC封裝 encapsulation hdlc 設(shè)置DCE端線路速度 clockrate speed 復(fù)位一個(gè)硬件接口 clear interface serial unit 顯示接口狀態(tài) show interfaces serial [unit] 1 注:. Routershow interface serial 0 Serial 0 is up, line protocol is up Hardware is MCI Serial Internet address is , subnet mask is MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec) Last input 0:00:07, output 0:00:00, output hang never Output queue 0/40, 0 drops。命令ip nat pool c2501 netmask 。 mask is /24 在設(shè)置完所有接口的參數(shù)后,系統(tǒng)會(huì)把整個(gè)設(shè)置對(duì)話過程的結(jié)果顯示出來: The following configuration mand script was created: hostname Router enable secret 5 $1$W5Oh$p6J7tIgRMBOIKVXVG53Uh1 enable password pass ………… 請(qǐng)注意在enable secret后面顯示的是亂碼,而enable password后面顯示的是設(shè)置的內(nèi)容。?39。 4. router(configif)。 3. router(config) 在router提示符下鍵入configure terminal,出現(xiàn)提示符router(config),此時(shí)路由器處于全局設(shè)置狀態(tài),這時(shí)可以設(shè)置路由器的全局參數(shù)。進(jìn)入設(shè)置對(duì)話過程后,路由器首先會(huì)顯示一些提示信息: System Configuration Dialog At any point you may enter a question mark 39。 1.Configuring interface Et
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1