日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

IP多層交換示例配置

前言Multilayer Switching (MLS)是與現(xiàn)有的路由器一道 提供第三層交換機(jī)的Cisco的基于以太網(wǎng)的路由交換技術(shù) 。本 文包括僅IP MLS; IPX MLS 和組播MLS是超出本文的范圍之外。傳統(tǒng)路由器典型地執(zhí)行二個主要功 能:根據(jù)路由表和信息包交換的路由處理計算(媒體訪問控制 (MAC)地址重寫 , 再做檢查和、存活時間(TTL)減少量等等) 。路由器和第三層交換機(jī)的之間主要區(qū)別是信息包交換在路由器在軟 件完成由基于微處理機(jī)的引擎 , 而第三層交換機(jī)它由特定特定應(yīng)用 集成電路(ASIC)完成在硬件 。MLS要 求三個不同的組件: MLS-RP:多層交換路由處理器 。它通知MLS-SE MLS配置并且用路由協(xié) 議(RP)為路由計算 。MLS-SE:多層交換引擎 。它負(fù)責(zé)對信息包交換和重寫功能在自定義 ASIC , 并且能識別第三層流 。MLSP: 多層交換協(xié)議:MLS-RP 傳送的組播協(xié)議信息通知 MLS-RP MAC地址使用的MLS-SE、路由和訪問控制列表更改等等 。MLS-SE將使用該信息編程自定義ASIC 。慣例請參閱 Cisco技術(shù)提示慣例 。
網(wǎng)絡(luò)圖此跟隨的示例 使用路由交換模塊(RSM) 顯示一IP-MLS示例配置: MLS運(yùn)行在上面的例子 , PC-A想要與PC-B聯(lián)絡(luò) 。他們 用不同的VLAN因此數(shù)據(jù)流通過RSM (默認(rèn)網(wǎng)關(guān)將被路由為個人計算機(jī) ) 。第一個信息包將由PC-A發(fā)送并且由RSM路由往 PC-B; 快捷方式 , PC-A --> PC-B , 將被創(chuàng)建并且所有后續(xù) 信息包將是MLS-SE交換的第三層(Supervisor=NFFC) 。注重: 當(dāng)PC-B 與PC-A時 , 聯(lián)絡(luò)條目為快捷方式是單向的 , 另一個條目將被創(chuàng)建 。下面的語法顯示PC通信、MLS快捷方 式和其他MLS信息 。
PC-A#ping 12.12.12.12
!-- pinging PC-B
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 12.12.12.12, timeout is 2 seconds:
!!!!!
SUCcess rate is 100 percent (5/5), round-trip min/avg/max = 1/3/4 ms
在交換機(jī):
switch-MLS-SE (enable) show mls entry
Destination IP; Source IP;;Prot DstPrt SrcPrt Destination MacVlan Port
--------------- --------------- ---- ------ ------ ----------------- ---- -----
MLS-RP 11.11.11.1:
11.11.11.11;;12.12.12.12ICMP --;;00-d0-58-43-9f-60 116/11
!-- As in the note above we have two shortcuts A->B and B->A
12.12.12.12;;11.11.11.11ICMP --;;00-00-0c-07-ac-01 126/12
switch-MLS-SE (enable)
switch-MLS-SE (enable) show mls
Multilayer switching enabled
!-- By default, MLS is enabled on the switch
Multilayer switching aging time = 256 seconds
Multilayer switching fast aging time = 0 seconds, packet threshold = 0
Current flow mask is Destination flow
Configured flow mask is Destination flow
Total packets switched = 8
!-- Five echos and five replies were sent; the first echo and reply went
!-- through the RSM and subsequent were Layer 3 switched, which gives us a total of
!-- eight Layer 3 switched packets and two shortcuts.
Active shortcuts = 2
Netflow Data EXPort disabled
Total packets exported = 0
MLS-RP IP;;;;;MLS-RP ID;XTAG MLS-RP MAC-Vlans
---------------- ------------ ---- ---------------------------------
11.11.11.1;;;;00100b108800;2 00-10-0b-10-88-00; 11-12
switch-MLS-SE (enable)
switch-MLS-SE (enable) show mls statistics rp
Total packets switched = 8
Active shortcuts = 2
Total packets exported= 0
Total switched
MLS-RP IP;;;;MLS-RP ID;packets;bytes
--------------- ------------ ---------- ------------
11.11.11.1;;;00100b108800; 8 944
switch-MLS-SE (enable)
RSM-MLS-RP#sho mls rp
multilayer switching is globally enabled
mls id is 0010.0b10.8800
mls ip address 11.11.11.1
!-- IP address of MLS-RP
mls flow mask is destination-ip
number of domains configured for mls 1
vlan domain name: sales

推薦閱讀