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

正文內(nèi)容

cisco路由器配置手冊(cè)(留存版)

  

【正文】 ame router2 username router1 password xxx interface Serial0 ip address ppp authentication chap! 三、1. 1. 接下來(lái),系統(tǒng)會(huì)對(duì)每個(gè)接口進(jìn)行參數(shù)的設(shè)置。CISCO路由器配置手冊(cè)第一章 路由器配置基礎(chǔ) 一、基本設(shè)置方式一般來(lái)說(shuō),可以用5種方式來(lái)設(shè)置路由器: 1.Console口接終端或運(yùn)行終端仿真軟件的微機(jī); 2.AUX口接MODEM,通過(guò)電話線與遠(yuǎn)方的終端或運(yùn)行終端仿真軟件的微機(jī)相連; 3.通過(guò)Ethernet上的TFTP服務(wù)器; 4.通過(guò)Ethernet上的TELNET程序; 5.通過(guò)Ethernet上的SNMP網(wǎng)管工作站。 6. Configure for Dialin IP SLIP/PPP access? [no]: yes 6) 是否在異步口上使用路由表更新: 是否設(shè)置異步口上的其它協(xié)議。 IP address for this interface: 4) 2. 任務(wù) 命令 全局設(shè)置 config terminal 設(shè)置訪問(wèn)用戶及密碼 username username password password 設(shè)置特權(quán)密碼 enable secret password 設(shè)置路由器名 hostname name 設(shè)置靜態(tài)路由 ip route destination subnetmask nexthop 啟動(dòng)IP路由 ip routing 啟動(dòng)IPX路由 ipx routing 端口設(shè)置 interface type slot/number 設(shè)置IP地址 ip address address subnetmask 設(shè)置IPX網(wǎng)絡(luò) ipx network network 激活端口 no shutdown 物理線路設(shè)置 line type number 啟動(dòng)登錄進(jìn)程 login [local|tacacs server] 設(shè)置登錄密碼 password password   五、配置IP尋址  1. 第二章 廣域網(wǎng)協(xié)議設(shè)置 一、HDLC  HDLC是CISCO路由器使用的缺省協(xié)議,一臺(tái)新路由器在未指定封裝協(xié)議時(shí)默認(rèn)使用HDLC封裝。 Router2: interface Serial0 ip address ! 3. 2. x25 map ip 110103 broadcast ! x25 nvc 2 Router2: interface Serial0 encapsulation x25 ip address x25 address 110102 x25 htc 16 x25 nvc 2 x25 map ip 110103 broadcast ! router rip network ! ISDN的基本速率接口(BRI)服務(wù)提供2個(gè)B信道和1個(gè)D信道(2B+D)。 covers the EuroISDN EDSS1 signalling system primarynet5 NET5 switches (UK and Europe) vn2 French VN2 ISDN switches vn3 French VN3 ISDN switches Japan 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 callback request ppp multilink dialergroup 1 ppp authentication chap ! dialerlist 1 protocol ip permit ! 相關(guān)調(diào)試命令: debug dialer debug isdn event debug isdn q921 debug isdn q931 debug ppp authentication debug ppp error debug ppp negotiation debug ppp packet show dialer show isdn status 舉例:執(zhí)行debug dialer命令觀察router2呼叫router1,router1回?fù)躵outer2的過(guò)程. router1debug dialer router2ping 電話網(wǎng)絡(luò)的應(yīng)用一般可分為兩種類型,一種是同等級(jí)別機(jī)構(gòu)之間以按需撥號(hào)(DDR)的方式實(shí)現(xiàn)互連,一種是ISP為撥號(hào)上網(wǎng)為用戶提供的遠(yuǎn)程訪問(wèn)服務(wù)的功能。 aaa accounting exec startstop tacacs+ 為與網(wǎng)絡(luò)相關(guān)的服務(wù)需求運(yùn)行記帳包括SLIP,PPP,PPP NCPs,+服務(wù)器。 相關(guān)命令如下: 任務(wù) 命令 設(shè)置路由器與modem的接口指令 chatscript scriptname EXPECT SEND EXPECT SEND (etc.) 設(shè)置端口在掛斷前的等待時(shí)間 dialer idletimeout seconds 設(shè)置協(xié)議地址與電話號(hào)碼的映射 dialer map protocol nexthopaddress [name hostname] [broadcast] [modemscript modemregexp] [systemscript systemregexp] [dialstring] Cisco765M通過(guò)ISDN撥號(hào)上263由于Cisco765的設(shè)置命令與我們常用的Cisco路由器的命令不同,所以以下列舉了通過(guò)Cisco765上263訪問(wèn)Internet的具體命令行設(shè)置步驟。 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 ! 基本命令任務(wù) 命令 設(shè)置ISDN交換類型 isdn switchtype switchtype1 接口設(shè)置 interface bri 0 設(shè)置PPP封裝 encapsulation ppp 設(shè)置協(xié)議地址與電話號(hào)碼的映射 dialer map protocol nexthopaddress [name hostname] [broadcast] [dialstring] 啟動(dòng)PPP多連接 ppp multilink 設(shè)置啟動(dòng)另一個(gè)B通道的閾值 dialer loadthreshold load 顯示ISDN有關(guān)信息 show isdn {active | history | memory | services | status [dsl | interfacetype number] | timers} 注:,國(guó)內(nèi)交換機(jī)一般為basicnet3。幀中繼即支持PVC也支持SVC。無(wú)論如何,在廣域網(wǎng)環(huán)境使用基于連接的接口(象 Relay),同一接口通過(guò)虛電路(vc)連接多臺(tái)遠(yuǎn)端路由器時(shí),從同一接口來(lái)的路由更新信息不可以再被發(fā)回到相同的接口,除非強(qiáng)制使用分開(kāi)的物理接口連接不同的路由器。 ,應(yīng)重新啟動(dòng)x25(使用clear x25 {serial number | cmnsinterface macaddress} [vcnumber]或clear x25vc命令),否則新設(shè)置的參數(shù)可能不能生效。PSE是公共網(wǎng)絡(luò)的主干交換機(jī)。使用CHAP和PAP認(rèn)證,每個(gè)路由器通過(guò)名字來(lái)識(shí)別,可以防止未經(jīng)授權(quán)的訪問(wèn)。Router1: ip route 分配接口IP地址任務(wù) 命令 接口設(shè)置 interface type slot/number 為接口設(shè)置IP地址 ip address ipaddress mask 掩瑪(mask)用于識(shí)別IP地址中的網(wǎng)絡(luò)地址位數(shù),IP地址(ipaddress)和掩碼(mask)相與即得到網(wǎng)絡(luò)地址。 Configure for default chat script? [yes]: 5) 首先你可以看到各端口當(dāng)前的狀況: First, would you like to see the current interface summary? [yes]: Any interface listed with OK? value NO does not have a valid configuration Interface IPAddress OK? Method Status Protocol Ethernet0 unassigned NO unset up up Serial0 unassigned NO unset up up ……… ……… … …… … … 然后,路由器就開(kāi)始全局參數(shù)的設(shè)置: Configuring global parameters: 1.設(shè)置路由器名: Enter host name [Router]: 2.設(shè)置進(jìn)入特權(quán)狀態(tài)的密文(secret),此密文在設(shè)置以后不會(huì)以明文方式顯示: The enable secret is a oneway cryptographic secret used instead of the enable password when it exists. Enter enable secret: cisco 3.設(shè)置進(jìn)入特權(quán)狀態(tài)的密碼(password),此密碼只在沒(méi)有密文時(shí)起作用,并且在設(shè)置以后會(huì)以明文方式顯示: The enable password is used when there is no enable secret and when using older software and some boot images. Enter enable password: pass 4.設(shè)置虛擬終端訪問(wèn)時(shí)的密碼: Enter virtual terminal password: cisco 5.詢問(wèn)是否要設(shè)置路由器支持的各種網(wǎng)絡(luò)協(xié)議: Configure SNMP Network Management? [yes]: Configure DECnet? [no]: Configure AppleTalk? [no]: Configure IPX? [no]: Configure IP? [yes]: Configure IGRP routing? [yes]: Configure RIP routing? [no]: ……… 6.如果配置的是撥號(hào)訪問(wèn)服務(wù)器,系統(tǒng)還會(huì)設(shè)置異步口的參數(shù): Configure Async lines? [yes]: 1) 三、設(shè)置對(duì)話過(guò)程 1. 顯示提示信息2. 全局參數(shù)的設(shè)置3. 接口參數(shù)的設(shè)置4. 顯示結(jié)果利用設(shè)置對(duì)話過(guò)程可以避免手工輸入命令的煩瑣,但它還不能完全代替手工設(shè)置,一些特殊的設(shè)置還必須通過(guò)手工輸入的方式完成。 是否設(shè)置modem: 是否使用此接口: Is this interface in use? [yes]: 2) Number of bits in subnet field [0]: Class C network is , 0 subnet bits。4. 命令ip nat pool c2501 netmask 。 注: 1. 當(dāng)鏈路為T(mén)1時(shí),channelgroup編號(hào)為023, Timeslot范圍124。在與非Cisco路由器連接時(shí),一般采用PPP封裝,其它廠家路由器一般不支持Cisco的HDLC封裝協(xié)議。 路由器設(shè)置如下: Router1: interface Serial0 幀中繼技術(shù) 幀中繼是一種高性能的WAN協(xié)議,它運(yùn)行在OSI參考模型的物理層和數(shù)據(jù)鏈路層。我國(guó)電話局所提供ISDN PRI為30B+D。T 5ESS switch type for the . (ISDN PRI only) primarydms100 NT DMS100 switch type for the . (ISDN PRI
點(diǎn)擊復(fù)制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1