国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 網絡通信 > 正文

Cisco IOS和Cisco路由器的Catalyst交換機之間

2019-11-05 00:40:23
字體:
來源:轉載
供稿:網友

  前言
  此示例配置展示 如何設置第三層以太網信道,沒有VLAN中繼,在運行 Cisco IOS (Native模式)的Cisco路由器和Catalyst 6500交換機之 間。 以太網信道可以根據用于的接口或端口的速度稱為快速 以太信道(FEC)或Gigabit EtherChannel (GEC) ,形成以太網信道 。在本例中,二個快速以太網端口從Cisco路由器和 Catalyst 6500 交換機被包了到FEC。在本文過程中,術語 FEC,GEC、端口信道、信道和端口組全部將提到以太網信道。
  
  本文包括配置文件從交換機和路由器 和僅輸出從相關示例show命令。
  
  創建 示例在本文,我們在實驗室環境使用以下交換機帶有被清除的配置 :
  
  運行Native IOS 12.1(8b)EX4的Catalyst 6500 交 換機
  
  運行12.1(9a)的Cisco 7500路由 器
  交換機配置在本文適用于運行集成 Cisco IOS (Native Mode)的所有Catalyst 6000和任何Catalyst 系列4000系列交換機。
  
  配置在本文在 隔離的實驗室環境里實現。保證您使用它以前了解所有配置或命 令的潛在影響對您的網絡。配置在所有設備被清除用 write erase命令保證他們有一 個默認配置。
  
  注重: 保證在write erase 命令以后重新載入 設備沖洗所有非默認配置。
  
  硬件和軟件需求
  Catalyst 6000/4000系列交換機(集成Cisco IOS (Native Mode))
  
  運行集成 Cisco IOS (Native Mode)的Catalyst 6000/4000系列交換機在所 有模塊支持第二層和第三層以太網信道,與八個compatibaly配置的 以太網接口。必須所有配置所有接口在每個以太網信道必須 是同一速度和象第二層或第三層接口。
  
  EtherChannel負載平衡能使用MAC地址,ip 地址或 者TCP端口號。注釋,選擇的方式適用于在交換機配置的所有 以太網信道。
  
  Catalyst 6000 Cisco IOS 版本12.0 XE以上和 Catalyst 4000 Cisco IOS 12.1(8A)EW 或以上。
  
  Cisco路由器
  當數據流 從其他路由協議在單條鏈路時,被發送IP數據流在端口信道接口被 分發。 橋接數據流在信息包根據第三層信息被分發。假如第三層信息在信息包不存在,數據流在第一條鏈路被發送。
  
  多樣化的Cisco路由器支持以太網信 道。 查找在Cisco路由器支持以太網信道的平臺和編碼版本 ,使用Cisco.com功能導航。支持以太網信道路由器和IOS版 本的列表得到在快速以太信道(FEC)功能之下。參見 本文的 工具信息部分訪問功能導 航。
  
  關于以太網信道的硬件和軟件需 求在其他思科產品,參見以下文件:
  
  系統要求實現以太網信道
  注重事項
  在開辟物理接口之前,假如端口信道接口配置,首先 消除端口信道接口。通過輸入信道組 發出命令,端口信道接口自動地被創建。
  
  配置一條端口信道順序在Catalyst 6000/4000 集成 Cisco IOS (Native Mode)是重要的。它推薦首先在輸入 channel-group命令之前輸入所有switchport 命令在一個物理接口 。當channel-group命令在一個物理接口(即int g1/1)改為被 輸入在switchport命令之前,端口信道接口被創建,自動地刪除 channel-group命令,并且成為第三層接口。物理接口現在成 為第二層接口并且及早被創建的端口信道接口沒有物理接口聯合它 。您不能再添加channel-group命令回到物理接口。相 反,假如輸入switchport命令首先在一個物理接口然后添加 channel-group命令,端口信道接口自動地被創建并且繼續所有 configured switchport命令。
  
  默認 情況下在運行集成Cisco IOS (Native Mode)的Catalyst 6000交換 機,所有端口是第三層端口。默認情況下在運行集成 Cisco IOS (Native Mode)的Catalyst 4000交換機,所有端口是第二層端口。
  
  網 絡圖
  
  配置
  備注和解釋顯示以 藍色斜體。
  
  Catalyst 6500交換機(沒有VLAN中繼 )
   Building configuration...
   
   Current configuration : 5869 bytes
   !
   version 12.1
   service timestamps debug uptime
   service timestamps log uptime
   no service passWord-encryption
   !
   hostname cat6500
   !
   boot buffersize 126968
   boot system Flash slot0:c6sup11-jsv-mz.121-8b.EX4.bin
   boot bootldr bootflash:c6msfc-boot-mz.121-4.E1
   enable password ww
   !
   redundancy
   main-cpu
    auto-sync standard
   ip subnet-zero
   !
   !
   no ip finger
   !
   !
   !
   !
   !-- In this example, we have configured Layer 3 EtherChannel.
   !-- For more details, refer to the following document:
   !-- Configuring Layer 3 and Layer 2 EtherChannel Switchport.
   !-- A logical port-channel interface is automatically created
   !-- when ports are grouped in to a channel group.
   interface Port-channel 1
   ip address 11.1.1.2 255.255.255.0
   hold-queue 300 in
   !
   interface GigabitEthernet1/1
   no ip address
   shutdown
   !
   interface GigabitEthernet1/2
   no ip address
   shutdown
   !
   interface FastEthernet3/1
   no ip address
   !-- Port is member of channel group 1. Routers do not support Etherchannel
   !-- negotiation (PAgP), so PAgP needs to be disabled.
   !-- On a Catalyst 4000 switch, all ports are Layer 2 port by default. Convert
   !-- this port from physical Layer 2 port to physical Layer 3 port using the
   !-- no switchport command.
   channel-group 1 mode on
   interface FastEthernet3/2
   no ip address
   !-- Port is member of channel group 1. Routers do not support Etherchannel
   !-- negotiation (PAgP), so PAgP needs to be disabled.
   !-- On a Catalyst 4000 switch, all ports are Layer 2 port by default. Convert
   !-- this port from physical Layer 2 port to physical Layer 3 port using the
   !-- no switchport command.
  
   channel-group 1 mode on
   interface FastEthernet3/3
   no ip address
   switchport
   switchport mode access
   !
   (....Output is supPRessed)
   !
   ip classless
   no ip http server
   !
   !
   !
   line con 0
   transport input none
   line vty 0 4
   !
   end
  
  Cisco 7500路由器(沒有VLAN中繼)
  (....Output is suppressed)
   !
   interface Port-channel1
   ip address 11.1.1.1 255.255.255.0
   hold-queue 300 in
   !
   interface FastEthernet0/0
   no ip address
   full-duplex
   channel-group 1
   !
   interface FastEthernet0/1
   no ip address 
   full-duplex               
   channel-group 1
   (....Output is suppressed)
  
  debug 及show 命令
  
  檢查端口信道在集成 Cisco IOS交換問題以下命令:
  show EtherChannel端口信道<信道id >
  
  檢查端口信道在Cisco IOS路由器 問題以下命令:
  show interface port-channel <信道 id >
  
  示例顯示命令輸出
  Catalyst 6500交換機
  show etherchnl < channel-id > port-channel
  
  Cisco 7500路由器
  show interface port-channel < 信道id >
  
   Router# show interface Port-channel 1
   Port-channel1 is up, line protocol is up
   Hardware is FastEtherChannel, address is 00e0.1476.7600 (bia
   0000.0000.0000)
   Internet address is 11.1.1.1/24
   MTU 1500 bytes, BW 400000 Kbit, DLY 100 usec, rely 255/255, load
   62/255
   Encapsulation ARPA, loopback not set, keepalive set (10 sec), hdx
   ARP type: ARPA, ARP Timeout 04:00:00
   No. of members in this fechannel: 2
   Member 0 : FastEthernet0/0
   Member 1 : FastEthernet0/1
   Last input never, output never, output hang never
   Last clearing of "show interface" counters 10:51:55
   Queueing strategy: fifo
   Output queue 0/40, 0 drops; input queue 0/300, 0 drops
   5 minute input rate 0 bits/sec, 0 packets/sec
   5 minute output rate 98281000 bits/sec, 8762 packets/sec
   4545 packets input, 539950 bytes, 0 no buffer
   Received 0 broadcasts, 0 runts, 0 giants
   0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
   0 watchdog, 0 multicast
   0 input packets with dribble condition detected
   342251216 packets output, 3093422680 bytes, 0 underruns
   0 output errors, 0 collisions, 0 interface resets
   0 babbles, 0 late collision, 0 deferred
   0 lost carrier, 0 no carrier
   0 output buffer failures, 0 output buffers swapped out


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 嘉黎县| 娄烦县| 监利县| 申扎县| 朝阳区| 义乌市| 洪洞县| 镇平县| 扶余县| 闽清县| 平度市| 北京市| 留坝县| 大冶市| 博白县| 辰溪县| 娄底市| 洛隆县| 灌阳县| 牙克石市| 新乐市| 保靖县| 中宁县| 武功县| 石台县| 射洪县| 富川| 斗六市| 马公市| 门头沟区| 德化县| 临猗县| 高平市| 体育| 乳源| 深水埗区| 梁河县| 攀枝花市| 浑源县| 海原县| 岫岩|