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

正文內(nèi)容

cisco路由器配置完全手冊(一)(完整版)

2025-09-09 08:53上一頁面

下一頁面
  

【正文】    6)是否使用缺省IP地址:    Configure Default IP addresses? [no]: yes    8)    1.Configuring interface Ethernet0:    1)是否設(shè)置此接口的IP參數(shù):    Configure IP on this interface? [yes]:    3)IP address for this interface:    4)    顯示結(jié)束后,系統(tǒng)會問是否使用這個設(shè)置:    Use this configuration? [yes/no]: yes    如果回答yes,系統(tǒng)就會把設(shè)置的結(jié)果存入路由器的NVRAM中,然后結(jié)束設(shè)置對話過程,使路由器開始正常的工作。    2.    任務(wù)命令 查看版本及引導(dǎo)信息 show version 查看運行設(shè)置 show runningconfig 查看開機設(shè)置 show startupconfig 顯示端口信息 show interface type slot/number 顯示路由信息 show ip router 3. 拷貝命令    用于IOS及CONFIG的備份和升級網(wǎng)絡(luò)命令基本設(shè)置命令使用可變長的子網(wǎng)掩碼    通過使用可變長的子網(wǎng)掩碼可以讓位于不同接口的同一網(wǎng)絡(luò)編號的網(wǎng)絡(luò)使用不同的掩碼,這樣可以節(jié)省IP地址,充分利用有效的IP地址空間。 Class A: tol    [type rotary]    建立動態(tài)地址翻譯 ip nat inside source {list {accesslistnumber | name} pool name [overload] | static localip globalip}    指定內(nèi)部和外部端口 ip nat {inside | outside}    如下圖所示,    路由器的Ethernet 0端口為inside端口,即此端口連接內(nèi)部網(wǎng)絡(luò),并且此端口所連接的網(wǎng)絡(luò)應(yīng)該被翻譯,Serial 0端口為outside端口,其擁有合法IP地址(由NIC或服務(wù)提供商所分配的合法的IP地址),,經(jīng)由Serial 0口訪問Internet。   ,。1. controllers e1觀察controller狀態(tài),以下為幀類型為crc4時controllers正常的狀態(tài). Router show controllers e1 e1 0/0 is up. Applique type is Channelized E1 unbalanced Framing is CRC4, Line Code is HDB3使用CHAP和PAP認(rèn)證,每個路由器通過名字來識別,可以防止未經(jīng)授權(quán)的訪問。 有關(guān)命令端口設(shè)置 任務(wù) 命令 設(shè)置PPP封裝 encapsulation ppp1 設(shè)置認(rèn)證方法 ppp authentication {chap | chap pap | pap chap | pap} [ifneeded] [listname | default] [callin] 指定口令 username name password secret 設(shè)置DCE端線路速度 clockrate speed 注:要使用CHAP/PAP必須使用PPP封裝。PSE是公共網(wǎng)絡(luò)的主干交換機。 ,應(yīng)重新啟動x25(使用clear x25 {serial number | cmnsinterface macaddress} [vcnumber]或clear x25vc命令),否則新設(shè)置的參數(shù)可能不能生效。 實例:. 在以下實例中每二個路由器間均通過svc實現(xiàn)連接。 x25 nvc 2 x25 address 110102 encapsulation x25 無論如何,在廣域網(wǎng)環(huán)境使用基于連接的接口(象 Relay),同一接口通過虛電路(vc)連接多臺遠端路由器時,從同一接口來的路由更新信息不可以再被發(fā)回到相同的接口,除非強制使用分開的物理接口連接不同的路由器。幀中繼即支持PVC也支持SVC。而在歐洲、澳大利亞等國家,ISDN的PRI提供30個B信道和1個64Kbps D信道。 基本命令任務(wù) 命令 設(shè)置ISDN交換類型 isdn switchtype switchtype1 接口設(shè)置 interface bri 0 設(shè)置PPP封裝 encapsulation ppp 設(shè)置協(xié)議地址與電話號碼的映射 dialer map protocol nexthopaddress [name hostname] [broadcast] [dialstring] 啟動PPP多連接 ppp multilink 設(shè)置啟動另一個B通道的閾值 dialer loadthreshold load 顯示ISDN有關(guān)信息 show isdn {active | history | memory | services | status [dsl | interfacetype number] | timers} 注:,國內(nèi)交換機一般為basicnet3。T basic rate switches basicdms100 NT DMS100 basic rate switches basicni1 National ISDN1 switches primary4ess ATamp。1. aaa accounting network startstop tacacs+ 指定Tacacs服務(wù)器地址 tacacsserver host 在Tacacs+服務(wù)器和訪問服務(wù)器設(shè)定共享的關(guān)鍵字,訪問服務(wù)器和Tacacs+服務(wù)器使用這個關(guān)鍵字去加密口令和響應(yīng)信息。其中采用PPP/CHAP做安全認(rèn)證,在Router1中應(yīng)建立一個用戶,以對端路由器主機名作為用戶名,即用戶名應(yīng)為Router2。所建的這兩用戶的password必須相同。 tacacsserver key tac 訪問服務(wù)器設(shè)置如下:hostname router!aaa newmodelaaa authentication login default tacacs+aaa authentication login no_tacacs enableaaa authentication ppp default tacacs+aaa authorization exec tacacs+aaa authorization network tacacs+aaa accounting exec startstop tacacs+aaa accounting network startstop tacacs+enable secret 5 $1$kN4g$!interface Ethernet0 ip address !interface Serial0no ip addressshutdowninterface Serial1no ip addressshutdown!interface GroupAsync1ip unnumbered Ethernet0encapsulation pppasync mode interactivepeer default ip address pool Cisco2511Group142no cdp enablegrouprange 1 16!ip local pool Cisco2511Group142 tacacsserver host tacacsserver key tac!line con 0exectimeout 0 0password ciscologin authentication no_tacacs line 1 16login authentication tacacsmodem InOutmodem autoconfigure type usr_courierautomand ppptransport input allstopbits 1rxspeed 115200txspeed 115200flowcontrol hardwareline aux 0transport input allline vty 0 4password cisco!end2. ppp multilink dialergroup 1 ppp authentication chap ! dialerlist 1 protocol ip permit !Cisco路由器同時支持回?fù)芄δ埽覀儗⒙酚善鱎outer1作為Callback Server,Router2作為Callback Client。T 5ESS switch type for the . (ISDN PRI only) primarydms100 NT DMS100 switch type for the . (ISDN PRI only) New Zealand 交換機類型 Australia 2. 它是路由器和幀中繼交換機之間信令標(biāo)準(zhǔn),提供幀中繼管理機制。它是一種數(shù)據(jù)包交換技術(shù)。你可以將路由器邏輯地連接到相同物理接口的不同子接口, 這樣來自不同子接口的路由更新就可以被分配到其他子接口,同時又滿足split horizon法則。 x25 map ip 110102 broadcast ! encapsulation x25 x25 address 110101 3. 有關(guān)命令:任務(wù) 命令 encapsulation x25 [dce] x25 address 設(shè)置遠方站點的地址映射 x25 map protocol address [protocol2 address2[...[protocol9 address9]]] x121address [option] 設(shè)置最大的雙向虛電路數(shù) x25 htc citcuitnumber1 設(shè)置一次連接可同時建立的虛電路數(shù) x25 nvc count2 設(shè)置x25在清除空閑虛電路前的等待周期 x25 idle minutes 重新啟動x25,或清一個svc,啟動一個pvc相關(guān)參數(shù) clear x25 {serial number | cmnsinterface macaddress} [vcnumber] 3 清x25虛電路 clear x25vc 顯示接口及x25相關(guān)信息 show interfaces serial show x25 interface show x25 map show x25 vc 注:虛電路號從1到4095,Cisco路由器默認(rèn)為1024,國內(nèi)一般分配為16。、。同時在Router2中應(yīng)建立一個用戶,以對端路由器主機名作為用戶名,即用戶名應(yīng)為router1。 1.    Router1:    ip route 命令ip nat pool c2501 netmask 。使用網(wǎng)絡(luò)地址翻譯(NAT)    NAT(Network Address Translation)起到將內(nèi)部私有地址翻譯成外部合法的全局地址的功能,它使得不具有合法IP地址的用戶可以通過NAT訪問到外部Internet.    當(dāng)建立內(nèi)部網(wǎng)的時候,建議使用以下地址組用于主機,這些地址是由Network Working Group(RFC 1918)保留用于私有網(wǎng)絡(luò)地址分配的.       3.    任務(wù) 命令 全局設(shè)置 config terminal 設(shè)置訪問用戶及密碼 username username password password 設(shè)置特權(quán)密碼 enable secret password 設(shè)置路由器名 hostname name 設(shè)置靜態(tài)路由 ip route destination subnetmask nexthop 啟動IP路由 ip routing 啟動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 啟動登錄進程 login [local|tacacs server] 設(shè)置登錄密碼 password password 五、配置IP尋址          5. 是否在異步口上使用路由表更新:    是否使用默認(rèn)的modem命令:    是否使用硬件流控:    Configure for HW flow control? [yes]:    3)首先你可以看到各端口當(dāng)前的狀況:    First, would you like to see the current interface summar
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1