科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道Configuring Fast EtherChannel

Configuring Fast EtherChannel

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

aut不允许来自某组的从该端口传输出去,除非该端口先收到该组的流量.比如设置为auto的某端口是不会转发IPX流量,除非IPS流量从该端口进去过 要注意的是,端口的协议过滤这一特性不是所有的Catalyst上都具备的。
  • 评论
  • 分享微博
  • 分享邮件

设置Fast Ethernet的命令如下:

Switch> (enable) set port channel [ports_to_be_channeled] [on|off|desirable|auto]

如下是把快速以太网端口1和2合并为Fast EtherChannel:

Switch_A> (enable) set port channel 1/1-2

Port(s) 1/1-2 channel mode set to on.

使用show port channel命令验证查看channel信息

Configuring Port Protocol Filtering

协议过滤是指端口根据协议,来对流量进行过滤.比如在只基于IP环境工作的工作站,就没必要接收基于IPX协议的广播.这样就减轻了带宽和CPU资源的占用.在协议过滤中,包被分成了4个类别: net130整理

1.IP包

2.IPX包

3.AppleTalk,DECnet,和Banyan Vines包

4.其他类型的包

协议过滤的3种模式:

1.on:允许来自某组的从该端口传输出去

2.off:不允许来自某组的从该端口传输出去

3.aut不允许来自某组的从该端口传输出去,除非该端口先收到该组的流量.比如设置为auto的某端口是不会转发IPX流量,除非IPS流量从该端口进去过

要启用端口的协议过滤,首先使用set protocolfilter命令,如下:

Switch_B> (enable) set protocolfilter enable

Protocol filtering enabled on this switch.

Switch_B> (enable)

要注意的是,端口的协议过滤这一特性不是所有的Catalyst上都具备的,如下:

Switch_A> (enable) set protocolfilter enable

Protocol filtering not supported by this hardware.

Switch_A> (enable)

接下来设置端口协议过滤的模式和对流量的分组,如下:

Switch_B> (enable) set port protocol [mod_num/port_num] [ip|ipx|group] [on|off|auto]

比如,只允许Switch B上的端口2/1-12转发IP流量,如下:

Switch_B> (enable) set port protocol 2/1-12 ip on

P protocol set to on mode on ports 2/1-12.

Switch_B> (enable) set port protocol 2/1-12 ipx off

PX protocol disabled on ports 2/1-12.

Switch_B> (enable) set port protocol 2/1-12 group off

Group protocol disabled on ports 2/2-12.

Switch_B> (enable)

验证端口的协议过滤使用show port protocol命令,如下:

Port Vlan IP IP Hosts IPX IPX Hosts Group Group Hosts

/1 1 on 0 off 0 off 0

  /2 1 on 0 off 0 off 0

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章