思科pt中路由与三层交换机怎么做链路聚合

拓扑图如下
请写出配置,多谢了,好人一生平安

第1个回答  2013-11-06
交换机上就是用port-channel,路由上用irb,路由器上的命令如下:

int fa0/1
bridge group 1
int fa1/0
bridge group 1

int svi 1
ip add 192.168.1.2 255.255.255.0追问

在路由上没有你说的那命令

追答

你那个是真实设备吗?模拟器不一定支持的。

本回答被提问者采纳
第2个回答  2013-11-05
interface Port-channel 1
ip address 192.168.1.2 255.255.255.0
!
interface F0/1
no ip address
channel-group 1
no shutdown
!
interface F1/0
no ip address
channel-group 1
no shutdown
Switch:
interface Port-channel1
no switchport
ip address 192.168.1.1 255.255.255.0
!
interface F0/1
no switchport
no ip address
channel-group 1 mode on
no shutdown
!
interface F0/20
no switchport
no ip address
channel-group 1 mode on
no shutdown追问

r1(config)#interface fastEthernet 0/1
r1(config-if)#c?
cdp crypto custom-queue-list
r1(config-if)#c

路由器上没有channel-group 1这命令啊

追答

PT不支持的要用GNS3。

追问

现在就要求在pt中完成该任务的.....................................

相似回答