思科2交换机端口聚合后,关闭开启端口问题

2020-12-13 16:34:16 字数 5779 阅读 8375

1楼:匿名用户

show etherchannl sum

show int port-c *

show run int f0/1

show int f0/1

看一下。

2楼:日落于清晨

应该是短时间无法ping通,稍等一下就好,因为ether***channel正在重新协商。如果你使用desirable模式的话就不会出这种问题,一直能通。

cisco交换机怎么删除端口聚合命令

3楼:

你直接把虚拟接口删除,然后在把端口划到相应的接口。直接 no int port-channel 1。inte***ce range f0/1-2 ,设置相应的属性、。

4楼:匿名用户

switch(config)#inte***ce gi0/1 进入端口

switch(config-if)no channel-group 1 把这个端口从聚合当中删除

5楼:匿名用户

几乎所有的配置命令用no方式都可以删除,如果你觉得一个个输入慢,你可以先将命令写好,再copy 粘贴进配置窗口,自会按顺序一一执行,当然你要保证命令是对的。

6楼:我

能不能给我看看 是什么命令?

思科端口聚合的问题

7楼:轩_灿烂

楼主,你好哇~

你这明显常识性错误

您这交换机是二层的吧?

no switchport是应用在三层交换机

三层交换机上no switchport是开启三层路由口用滴,一般是某端口用这个是划分到vlan里连接路由器滴

你如果做链路聚合的话,正常配置应该如下

switch(config)#spanning-tree vlan 1

switch(config)#inte***ce range f0/1-2

switch(config-if-range)#channel-group 1 mode on

switch(config-if-range)#exit

switch(config)#inte***ce port-channel 1

switch(config-if)#switchport mode trunk

switch(config-if)#

switch(config-if)#exit

思科交换机关闭端口命令

8楼:匿名用户

思科交换机端口命令开关如下:

config# int port 15

# shut down

这条命令就是 关闭15端口

config# int port 15

# no shut down

这条命令就是 开启15端口

以此类推。

如果向远程管理建议配置交换机管理ip

vlan 1

ip add ***.***.***.

******表示ip 如果公网ip必须使用合法有效ip 内网的话,使用192.168.1.

2 就可以。但是要注意不能和内网用户电脑ip地址冲突。

9楼:匿名用户

config# int “端口号”

# shut down

10楼:匿名用户

简写也行,router(config-if)#shut(关)

router(config-if)#no shut(开)

11楼:匿名用户

打开的命令是“noshutdow”

关闭的命令是“shutdown”

12楼:匿名用户

(config-if)#shutdown

13楼:匿名用户

shutdown 端口名得进特权模式哦.~~

思科交换机的端口聚合怎么配置

14楼:智慧小白菜

1、配置pc0,如图所示。

2、配置pc1,如图所示。

3、设置端口模式为trunk。

4、加入链路组1并开启。

5、按照目标主机ip地址数据分发来实现负载平衡点击“复制”

6、按照交换机0,配置交换机1即可。

15楼:李增惠

思科交换机的端口汇聚

cat2950的配置:

cat2950#conf t

cat2950(config)#vtp mode server

cat2950(config)#vtp domain cisco

cat2950(config)#vlan 10

cat2950(config-vlan)#exit

cat2950(config)#vlan 20

cat2950(config-vlan)#exit

cat2950(config)#int range fa0/5 - 14

cat2950(config-if-range)#switchport access vlan 10

cat2950(config-if-range)#exit

cat2950(config)#int range fa0/15 - 26

cat2950(config-if-range)#switchport access vlan 20

cat2950#conf t

cat2950(config)#int vlan 10

cat2950(config-if)#ip address 10.10.10.10 255.255.255.0

cat2950(config)#ip default-gateway 10.10.10.1

cat2950(config-if)#no shutdown

cat2950(config)#int port-channel 1

cat2950(config-if)#exit

cat2950(config)#int fa0/2

cat2950(config-if)#channel-group 1 mode on

cat2950(config-if)#exit

cat2950(config)#int fa0/3

cat2950(config-if)#channel-group 1 mode on

cat2950(config-if)#exit

cat2950(config)#int port-channel 1

cat2950(config-if)#switchport mode trunk

cat2950(config-if)#switchport trunk native vlan 10

cisco7200的配置:

cisco7200#conf t

cisco7200(config)#int port-channel 1

cisco7200(config-if)#exit

cisco7200(config)#int fa3/0

cisco7200(config-if)#channel-group 1

cisco7200(config-if)#exit

cisco7200(config)#int fa4/0

cisco7200(config-if)#channel-group 1

cisco7200(config-if)#exit

cisco7200(config)#int port-channel 1.10

cisco7200(config-subif)#encapsulation dot1q 10 native

cisco7200(config-subif)#ip address 10.10.10.1 255.255.255.0

cisco7200(config-subif)#exit

cisco7200(config)#int port-channel 1.20

cisco7200(config-subif)#encapsulation dot1q 20

cisco7200(config-subif)#ip address 10.10.11.1 255.255.255.0

cisco7200(config-subif)#exit

cisco7200(config)#exit

端口的聚合有两种方式,一种是手动的方式,一个是自动协商的方式。(1)手动方式 这种方式很简单,设置端口成员链路两端的模式为“on”。

命令格式为: channel-group

(2)自动方式 自动方式有两种协议:pagp(port aggregation protocol)和lacp(link aggregation control protocol)。

pagp:cisco设备的端口聚合协议,有auto和desirable两种模式。

auto模式在协商中只收不发,desirable模式的端口收发协商的数据包。

lacp:标准的端口聚合协议802.3ad,有active和passive两种模式。

active相当于pagp的auto,而passive相当于pagp的desirable。

1:在(config)#模式下,输入int port-channel id(1-64)

2:假设要把f0/23和f0/24聚合,那么分别在起端口配置里面输入:switchport trunkencapsulation dot1qswitchport mode trunk(假设有多个vlan)duplex fullspeed 100no cdp enablechannel-group 1 mode on(这里的1就是开始创建的数字),或者直接在需要做端口聚合的端口上执行下面命令int port-ch 10channel-g 10 mode acchannel-g p lacp(panp)然后只要在对端交换机也做同样配置就可以了

**“侠客居”的博客。

思科2960交换机,怎么用***口开启和关闭网络端口?

16楼:匿名用户

你是想管理交换机端口是吗?想控制每个端口关闭和打开时吗?

你可以按一下命令去做

config# int port 15

# shut down

这条命令就是 关闭15端口

config# int port 15

# no shut down

这条命令就是 开启15端口

以此类推。

如果你向远程管理建议配置交换机管理ip

vlan 1

ip add ***.***.***.

******表示ip 如果公网ip必须使用合法有效ip 内网的话,使用192.168.1.

2 就可以。但是要注意不能和内网用户电脑ip地址冲突。

17楼:匿名用户

划vlan,配置vacl。

思科2960交换机,怎么用***口开启和关闭网络端口?

18楼:lc蜗牛爬爬

例如关闭1端口:

enconf t

int f0/1

shut

复制以上命令,粘帖就好了。可以修改端口。

19楼:匿名用户

进入系统

enable———conf t —— int f0/1(需要关闭的端口) shutdown

思科交换机如何查看端口

1楼 匿名用户 要看概要,一般会使用这个命令 show ip int bri 可以很快查看到端口的启用状态,很简洁的命令要查看详细信息,可以使用 show int fa0 1 或者是 show run 都可以 使用最多的就是 show ip int bri 和show run ,以及 show in...

思科交换机里面要配置三层端口聚合要怎么弄

1楼 匿名用户 聚合是二层的概念,你可以在3560上将端口 二层 加入某个channel group,将这个channel group加入某个vlan,在int vlan 接口上设置ip就是了。当然2960上也要将对应接口加入channel group的操作。 思科三层交换机之间的链路聚合怎样配置 ...

没有console端口的思科交换机如何调试

1楼 微笑乀最美丶 都是非网管,还调试什么啊?这是傻瓜交换机啊,直接插,直接用 2楼 匿名用户 非网管交换机不能管理,自然就没有console口。 3楼 不用调试,直接插上网线用 4楼 匿名用户 傻瓜型交换机,没法调试! 如何通过console口连接到交换机,并查看配置 5楼 四年又轮回 要pc通过...