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

正文內(nèi)容

cisco產(chǎn)品配置手冊-文庫吧資料

2025-07-05 06:10本頁面
  

【正文】 口(象X.25和Frame Relay),同一接口通過虛電路(vc)連接多臺(tái)遠(yuǎn)端路由器時(shí),從同一接口來的路由更新信息不可以再被發(fā)回到相同的接口,除非強(qiáng)制使用分開的物理接口連接不同的路由器。子接口(Subinterface)是一個(gè)物理接口上的多個(gè)虛接口,可以用于在同一個(gè)物理接口上連接多個(gè)網(wǎng)。路由器設(shè)置如下:
Router1:
Interface Serial0 encapsulation x25 ip address 192.2O0. 255.255.255.O x25 address1 10l0l x25 htc 16 x25 nvc 2 x25 map ip 192.2O0.10.2 110102 broadcast x25 map ip 192.200. 10.3 110103 broadcast !Router2: Interface SerialO encapsulation x25 ip address 192.20O. 255.255. x25 address 110102 x25 htc 16 x25 nvc 2 x25 map ip l92.200.10.1 11O10l broadcast x25 map ip 192.200.10.3 11O103 broadcast !Router: Interface SerialO encapsulation x25 ip address 192.2O0. 255.255.255.0 x25 address 110103 x25 htcl6 x25 nvc 2 x25 map ip .10.1 11O1O1 broadcast x25 map lp .10.2 11O102 broadcast! 相關(guān)調(diào)試命令 clear x25-ve show Interfaces serial show x25 map show x25 routeshow x25 ve 在以下實(shí)例中路由器 router1和router2均通過svc與 router連接,但router1和router2不通過svc直接連接,此三個(gè)路由器的串口運(yùn)行RIP路由協(xié)議,使用了子接口的概念。若出現(xiàn)參數(shù)不匹配可能會(huì)導(dǎo)致連接失敗或其他意外情況。 ,缺省為1。 PVC(永久虛電路),沒有呼叫的過程,類似DDN專線。 , ,當(dāng)用戶申請到的是SVC(交換虛電路)時(shí),首先將呼叫對方X.121地址,然后接收到呼叫的一端可以接受或拒絕,如果接受請求,于是連接建立實(shí)現(xiàn)數(shù)據(jù)傳輸,當(dāng)沒有數(shù)據(jù)傳輸時(shí)掛斷連接,整個(gè)呼叫過程就類似我們撥打普通電話一樣。DCE設(shè)備是專用通信設(shè)備,如調(diào)制解調(diào)器和分組交換機(jī)。 X.25網(wǎng)絡(luò)設(shè)備分為數(shù)據(jù)終端設(shè)備(DTE)、數(shù)據(jù)電路終端設(shè)備(DCE)及分組交換設(shè)備(PSE)。 LAPB(Link Access Procedure, Balanced)實(shí)現(xiàn),它定義了用于DTE/DCE連接的幀格式。所建的這兩個(gè)用戶的password必須相同。2.舉例 路由器Router1和Router2的S0口均封裝PPP協(xié)議,采用CHAP作認(rèn)證,在Router1中應(yīng)建立一個(gè)用戶,以對端路由器主機(jī)名作為用戶名,即用戶名應(yīng)為Router2。1. 有關(guān)命令端口設(shè)置 任務(wù) 命令 設(shè)置PPP封裝 encapsulation ppp’ 設(shè)置認(rèn)證方式 ppp authentication {chap | chap pap |pap chap|pap}[ifneeded][listname|default][callin] 指定口令 username name password secret 設(shè)置DEC端線路速度 clockrate speed注:要使用 CHAP/PAP必須使用PPP封裝。使用 CHAP和 PAP認(rèn)證,每個(gè)路由器通過名字來識別,可以防止未經(jīng)止未經(jīng)授權(quán)的訪問。 O Slip Secs, 0 Fr Loss Secs, O Line Err Secs, O Degraded Mins, O Errored Secs, O Bursty Err Secs, O Severely Err Secs, 0 Unavail Secs以下例子為 E1連接 3條 64K專線,幀類型為 NO_CRC4,非平衡鏈路,路由器具體設(shè)置如下: shanxi#writ Building configuration...
Current configuration:
!
version no service udpsmallserversno service tcpsmallservers!hostname shanxi!enable secret 5$l$XN08$/enable password shanxi!!ip subnetzero!controller E1 0framing NO_CRC4channelgroup 0 timeslots 1channelgroup 1 timeslots 2channelgroup 2 timeslots 3!Interface Ethernet0 ip address mediatype 10BaseT!Interface Ethernetl no ip address shutdown!interface Serial0:0 ip address no ip mroutecache!interface Serial0:1 ip address no ip mroute-cache ! Interface SerialO:2 ip address no ip mroute-cache ! no ip classless ip route Serial():O ip route Serial():l ip route Serial():2 ! line con 0 line aux O line vty 0 4 password shanxi login ! end. PPP PPP(PointtoPoint Protocol)是SLIP(Serial Line IP protocol)的繼承者,它提供了跨過同步和異步電路實(shí)現(xiàn)路由器到路由器(routertorouter)和主機(jī)到網(wǎng)絡(luò)(hosttonetwork)的連接。
2.使用 show controllers e1觀察 controller狀態(tài),以下為幀類型為 crc4時(shí)controllers正常的狀態(tài)。. 相關(guān)命令端口設(shè)置 任務(wù) 命令 設(shè)置HDLC封裝 encapsulation hdlc 設(shè)置DEC端線路速度 clockrate speed 復(fù)位一個(gè)硬件接口 clear interface serial unit 顯示接口狀態(tài) show interface serial[unit]注: 同步串口狀態(tài)的例子。Router 1:ip route Router 3:ip route ip route 同時(shí)由于路由器Router 3除了與路由器Router 2相連外,不再與其他路山話相連,所以也可以為它賦予一條默認(rèn)路由以代替以上的兩條靜態(tài)路由,ip route 。 以下在Router /,將其路由到地址為 。 任務(wù) 命令 建立靜態(tài)路由 Ip router prefix mask {address | interface}[ distance] [tag tag ] [permanent] Prefix:所要到達(dá)的目的網(wǎng)絡(luò)
mask:子網(wǎng)掩碼
address:下一個(gè)跳的IP地址,即相鄰路由器的端口地址。命令ip nat poolc2501 netmask 255.255.255.192定義了全局地址的范圍。Class C: to
命令描述如下: 任務(wù) 命令 定義一個(gè)標(biāo)準(zhǔn)訪問列表 access-list access-list-number permit source[sourcewildcard] 定義一個(gè)全局地址池 ip nat pool name startip endip {netmask netmask | prefixlength prefixlength {type rotary} 建立動(dòng)態(tài)地址翻譯 ip name inside source {list {accesslistnumber | name} pool name [overload] | static localip globalip} 指定內(nèi)部和外部端口 ip nat { inside | outside} 如下圖所示,路由器的Ethernet0端口為inside端口,既此端口連接內(nèi)部網(wǎng)絡(luò),并且此端口所連接的網(wǎng)絡(luò)應(yīng)該被翻譯,Serial 0端口為outside端口, 其擁有合法IP地址(由NIC或服務(wù)提供商所分配的合法的IP地址),來自網(wǎng)絡(luò) /24的主機(jī)將從IP地址池C25O1中選擇一個(gè)地址作為自己的合法地址,經(jīng)由Serial O口訪問Internet。Class A: to . 如下圖所示:Router1和 Router2的 EO端口均使用了 C類地址 192.l.0.0作為網(wǎng)絡(luò)地址,Router1的EO的網(wǎng)絡(luò)地址為 1921.0.128,掩碼為255.255.255.192Router2的EO的網(wǎng)絡(luò)地址為192.l.O.64,掩碼為255.255.255.192,這樣就將一個(gè) C 類網(wǎng)絡(luò)地址分配給了二個(gè)網(wǎng),既劃分了二個(gè)子網(wǎng),起到了節(jié)約地址的作用。 任務(wù) 命令 進(jìn)入特殊命令狀態(tài) Enable 退出特權(quán)命令狀態(tài) Disable 進(jìn)入設(shè)置對話狀態(tài) Setup 進(jìn)入全局設(shè)置狀態(tài) config terminal 退出全局設(shè)置狀態(tài) End 進(jìn)入端口設(shè)置狀態(tài) interface type slot/number 進(jìn)入子端口設(shè)置狀態(tài) interface type [pointtopoint|multipoint] 進(jìn)入線路設(shè)置狀態(tài) line type slot/number 進(jìn)入路由設(shè)置狀態(tài) router protocol 退出局部設(shè)置狀態(tài) Exit 任務(wù) 命令 查看版本即引導(dǎo)信息 show version 查看運(yùn)行設(shè)置 show runningconfig 查看開機(jī)設(shè)置 show startupconfig 顯示端口信息 show interface type slot/number 顯示路由信息 show ip router 用于IOS及CONFIG的備份和升級5網(wǎng)絡(luò)命令: 任務(wù) 命令 登陸遠(yuǎn)程主機(jī) telnet hostname|IP address 網(wǎng)絡(luò)偵測 ping hostname|IP address 路由跟蹤 trace hostname|IP address  任務(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 啟動(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.IP
點(diǎn)擊復(fù)制文檔內(nèi)容
數(shù)學(xué)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1