在思科模拟器中,三层交换机与路由器如何配置链路聚合

2020-12-13 15:48:04 字数 9732 阅读 2865

1楼:ぁ枫~ガ远去

路由器不能做聚合,聚合这个功能是二层的特点。三层交换机之所以能做聚合是因为它既有二层功能又有三层功能,而路由器只有三层功能,所以这两个之间不能做聚合。

2楼:绳嫣宛冰双

第一:图中没有看到路由器,你应该是想说服务器

第二:你的要求只是三台电脑一个服务器三层互通,没有其他要求,那问题就简单了

在三层交换机上建立三个vlan,并给其配上网关地址,其他交换机均透传所有或者相应的vlan,然后pc接入端口配上相应vlan,ok

思科三层交换机之间的链路聚合怎样配置

3楼:匿名用户

还是说一下你的需求吧。。先给你几个基本的

上面说到的 我就不说了 既然是三层交换机 肯定端口可以2层3层转化转换模式的时候 用到这个命令:在想要修改的端口下输入 no switchport(开启三层端口)要想恢复回来输入:switchport 就可以了 默认三层交换机端口都为2层

一般用交换机要配置vlan,比如说1~12端口都要画在vlan2里(vlan1是默认的,所有端口都在vlan1里)用命令:vlan 1 创建(根据ios版本不同命令有所不同)然后用rang命令进入这12个端口 int f0/1 - 12 (根据交换机不同 端口字符可能不同)输入 switchport mode access 然后回车 输入 switchport access vlan2 就ok 了 如果还有级联的话 比如说24口级联交换机了 用命令:switchport trunk en dot1q 回车输入 switchport mode trunk(根据交换机不同 有的不用设置 封装.1q)

4楼:晃着屁股走来

链路聚合? 能具体点吗

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

5楼:匿名用户

交换机上就是用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

6楼:匿名用户

inte***ce port-channel 1ip address 192.168.1.2 255.255.255.0

!inte***ce f0/1

no ip address

channel-group 1

no shutdown

!inte***ce f1/0

no ip address

channel-group 1

no shutdown

switch:

inte***ce port-channel1no switchport

ip address 192.168.1.1 255.255.255.0

!inte***ce f0/1

no switchport

no ip address

channel-group 1 mode onno shutdown

!inte***ce f0/20

no switchport

no ip address

channel-group 1 mode onno shutdown

思科三层交换机与二层交换机之间如何做链路聚合? 请赐教详细配置方法。

7楼:匿名用户

我这边举例下!具体端口号,这边你自己看实际情况改,我默认为千兆口。

1、4506

switch(config)#int rang g0/1- 2switch(config)#channel-group 1 mode auto

switch#copy run start2、2960

switch(config)#int rang g0/1 - 2switch(config)#channel-group 1 mode auto

switch#copy run start这样就行了!

cisco最多好像是支持8条链路**。

思科三层交换机与二层交换机之间如何做链路聚合?请赐教详细配置方法。

8楼:匿名用户

我是这么认为的!我这边举例下!具体端口号,这边你自己看实际情况改,我默认为千兆口。

1、4506

switch(config)#intrangg0/1-2switch(config)#channel-group1modeauto

switch#copyrunstart

2、2960

switch(config)#intrangg0/1-2switch(config)#channel-group1modeauto

switch#copyrunstart

这样就行了!

cisco最多好像是支持8条链路**。

9楼:匿名用户

还是说一下你的需求吧。。先给你几个基本的 上面说到的 我就不说了 既然是三层交换机 肯定端口可以2层3层转化 转换模式的时候 用到这个命令:在想要修改的端口下输入 no switchport(开启三层端口)要想恢复回来输入:

switchport 就可以了 默认三层交换机端口都为2层 一般用交换机要配置vlan,比如说1~12端口都要画在vlan2里(vlan1是默认的,所有端口都在vlan1里)用命令:vlan 1 创建(根据ios版本不同命令有所不同)然后用rang命令进入这12个端口 int f0/1 - 12 (根据交换机不同 端口字符可能不同)输入 switchport mode access 然后回车 输入 switchport access vlan2 就ok 了 如果还有级联的话 比如说24口级联交换机了 用命令:switchport trunk en dot1q 回车输入 switchport mode trunk(根据交换机不同 有的不用设置 封装.1q)

思科三层交换机之间的链路聚合 配置命令

10楼:匿名用户

1、使用ensp创建网络拓扑图,客户端口访问server有很大数据流量,为了防止web服务器正常访问受限,进行链路聚合配置。

2、配置交换机1以及交换机2端口链路聚合。

3、交换机创建vlan并将接口加入vlan中,两台交换机配置一样,下图为lsw1的配置。

4、配置pc电脑以及客户端和server的ip地址按照拓扑图中的地址规划,启动server http服务。

5、进行测试连通性,首先测试两个pc直接的访问。

6、测试clent访问server服务器,无法模拟大量的数据包,只测试配置的连通性,client访问http状态码200访问正常。

11楼:匿名用户

enconf t

int range f0/1 - 2

channel-group 1 mode on就可以了!这种配置是cisco私有的pagp还有一种是公有化的标准是lacp,在cisco设备上这样实现:

enconf t

int range f0/1 - 2

chanel-protocol lacp

channel-group 1 mode active

12楼:匿名用户

你说的是"多链路**"吧?

inte***ce range f0/1 -2

channel-group 1 mode on 思科的就是这样配置的

13楼:珠海华悦电脑

详细的配置说明书有的,如果没有说明书可以去

二层交换机和三层交换机链路聚合,三层交换机之间ospf配置 ip地址自己

14楼:

链路聚合是将两条链路聚合成一条链路,两台设备之间ip地址必须为同一段,ospf区域要有0区域。加油吧!!!

思科三层交换机和一台二层交换机做链路聚合 100

15楼:匿名用户

先看接口:

划入etherchannel的switchport mode一致吗?

vlan一致吗?

如果是trunk,那trunk的封装协议一致吗?

如果是trunk,那native vlan一致吗?allow vlan一致吗?

etherchannel的协议一致吗?是不是一个接口是lacp,另一个接口是pagp?是不是一边是lacp,另一边是pagp

然后是port-channel:

switchport mode是否一致?

vlan一致吗?

如果是trunk,那trunk的封装协议一致吗?

如果是trunk,那native vlan一致吗?allow vlan一致吗?

思科3层交换机自动分配ip给pc,2台3层做链路聚合,pc0和pc2在vlan10中,pc1,3在vlan20 中 求配置详情

16楼:轩_灿烂

楼主,你好

配置如下,手打

l3 sw1:

ip dhcp excluded-address 192.168.10.1

ip dhcp excluded-address 192.168.20.1

ip dhcp excluded-address 192.168.10.2

ip dhcp excluded-address 192.168.20.2

ip dhcp pool 10

***work 192.168.10.0 255.255.255.0

default-router 192.168.10.1

dns-server 202.103.24.68 202.103.44.150

!

ip dhcp pool 20

***work 192.168.20.0 255.255.255.0

default-router 192.168.20.2

dns-server 202.103.24.68 202.103.44.150

spanning-tree vlan 10 priority 8192

spanning-tree vlan 20 priority 16384

inte***ce port-channel1

switchport mode trunk

!

inte***ce fastether***0/1

switchport mode trunk

!

inte***ce fastether***0/2

switchport mode trunk

!

inte***ce fastether***0/3

switchport mode trunk

channel-group 1 mode on

!

inte***ce fastether***0/4

switchport mode trunk

channel-group 1 mode on

inte***ce vlan10

ip address 192.168.10.1 255.255.255.0

!

inte***ce vlan20

ip address 192.168.20.1 255.255.255.0

ip ospf cost 65535

spanning-tree vlan 10 priority 8192

spanning-tree vlan 20 priority 16384

inte***ce port-channel1

switchport mode trunk

!

inte***ce fastether***0/1

switchport mode trunk

!

inte***ce fastether***0/2

switchport mode trunk

!

inte***ce fastether***0/3

switchport mode trunk

channel-group 1 mode on

!

inte***ce fastether***0/4

switchport mode trunk

channel-group 1 mode on

inte***ce vlan10

ip address 192.168.10.1 255.255.255.0

!

inte***ce vlan20

ip address 192.168.20.1 255.255.255.0

ip ospf cost 65535

l3 sw 2:

spanning-tree vlan 10 priority 16384

spanning-tree vlan 20 priority 8192

inte***ce port-channel1

switchport mode trunk

!

inte***ce fastether***1/1

switchport mode trunk

!

inte***ce fastether***1/2

switchport mode trunk

!

inte***ce fastether***0/3

switchport mode trunk

channel-group 1 mode on

!

inte***ce fastether***0/4

switchport mode trunk

channel-group 1 mode on

inte***ce vlan10

ip address 192.168.10.2 255.255.255.0

ip ospf cost 65535

!

inte***ce vlan20

ip address 192.168.20.2 255.255.255.0

l2 sw 1:

inter f0/3

no shutdown

sw mode trunk

inter f0/4

no shutdown

sw mode trunk

inter f0/1

sw mode access

sw access vlan 10

inter f0/2

sw mode access

sw access vlan 20

l2 sw2:

inter f0/3

no shutdown

sw mode trunk

inter f0/4

no shutdown

sw mode trunk

inter f0/1

no shutdown

sw mode access

sw access vlan 10

inter f0/2

no shutdown

sw mode access

sw access vlan 20

pc 自动获取ip即可。

思科模拟器三层交换机和路由器不通

1楼 匿名用户 方法 步骤 首先,在思科模拟器上找出一台 3560 24ps 交换机,和两台pc,用直通线将它们互相连接起来。 为两台电脑配置ip,网关,pc1的ip地址,子网掩码,网关分别为172 16 1 2,255 255 255 0 172 16 1 1 pc2的ip地址,子网掩码,网关分别...

思科模拟器三层交换机配置命令详细步骤

1楼 轩 灿烂 楼主,你好 拓扑图虽然发上来了 有什么配置要求吗? 比如 划分 vlan 配置vtp2 2楼 匿名用户 本来想回答的,发现传不了文档o o哈哈 在思科模拟器上如何进行交换机的基本配置? 3楼 轩 灿烂 楼主,你好 在模拟器上添加思科交换机 进行cli输入 用户模式hostname 特...

思科模拟器交换机和路由器连不上怎么办

1楼 匿名用户 思科的路由器默认端口是关闭的,所以你要把端口开启如下是开启0口 inte ce f0 0 no shutdown 同样的道理,如果在思科交换机上,配置vlan的地址,那也需要开启,如 int vlan 3 no shutdown 2楼 匿名用户 路由器与交换器连接错误 思科模拟器三层...