首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Nexus 7010 ACL误差

Nexus 7010 ACL误差
EN

Network Engineering用户
提问于 2014-07-10 06:09:20
回答 1查看 672关注 0票数 5
代码语言:javascript
复制
IS_NEXUS_7010(config)# interface Ethernet2/2
IS_NEXUS_7010(config-if)# description Connected to Exchange Cisco 2960 24
IS_NEXUS_7010(config-if)# switchport trunk allowed vlan 1-14
IS_NEXUS_7010(config-if)# ip access-group 110 in

ERROR: RACL policies can be configured only on Layer-3 interface which is not a port-channel member. Note that port-channel members use the ACL policies applied on port-channel interface.

IS_NEXUS_7010(config-if)#   switchport
IS_NEXUS_7010(config-if)#   switchport mode trunk
IS_NEXUS_7010(config-if)#   switchport trunk allowed vlan 1-14

无法在主干接口以太网2/2上配置ip access-group 110 in,出现上述错误。我该怎么解决这个问题?

EN

回答 1

Network Engineering用户

发布于 2014-07-10 07:30:33

当您将ACL应用于layer2主干时,这称为ACL港,使用ip port access-group语法来应用它,而不是ip access-group.明确地..。

代码语言:javascript
复制
IS_NEXUS_7010(config)# interface Ethernet2/2
IS_NEXUS_7010(config-if)# description Connected to Exchange Cisco 2960 24
IS_NEXUS_7010(config-if)# switchport
IS_NEXUS_7010(config-if)# switchport mode trunk
IS_NEXUS_7010(config-if)# switchport trunk allowed vlan 1-14
IS_NEXUS_7010(config-if)# ip port access-group 110 in
票数 8
EN
页面原文内容由Network Engineering提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://networkengineering.stackexchange.com/questions/9877

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档