• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

求思科N5K交换机配置命令翻译华三s6800

2022-01-20提问
  • 0关注
  • 1收藏,1668浏览
粉丝:0人 关注:0人

问题描述:

#

ip access-list acl_in

45 deny udp any any eq netbios-ss 

70 deny udp any any eq tftp 

120 deny udp any any eq netbios-dgm 

150 deny udp any any eq netbios-ns

#

policy-map type control-plane copp-system-policy-customized 

 class copp-system-class-excp-ttl 

 police cir 128 kbps bc 6400000 bytes 

#

spanning-tree mode mst

spanning-tree mst 1 priority 4096

interface Vlan2 

 description uw-606 

 no shutdown 

 ip access-group acl_in in 

 ip address 10.68.2.1/24 

 ipv6 address 2001:250:6405:8002::1/64

#

no spanning-tree vlan 1-800,811-812

spanning-tree vlan 1-105 priority 8192

spanning-tree mst configuration# name zucc

 instance 1 vlan 32,104

route-map connect_route permit 10

match ip address connect_r

  route-map ipv6_connect_route permit 10

 match ipv6 address ipv6_connect_r 

 vrf context management

#

interface Vlan811 

 description connect_n7k_core_a 

 no shutdown 

 ip address 10.69.255.42/30 

 ipv6 link-local fe80::10:69:255:42 

 ip ospf authentication message-digest 

 ip ospf message-digest-key 1 md5 3 5939115581b7e49a 

 ip router ospf 100 area 0.0.2.93 

 ipv6 router ospfv3 1 area 0.0.2.93

#

interface port-channel101 

 description connect_n7k_b 

 no lacp suspend-individual 

 switchport access vlan 812 

 speed 10000

#

router ospf 100 

 router-id 10.69.254.76 

 redistribute direct route-map connect_route 

 log-adjacency-changes 

 auto-cost reference-bandwidth 10 Gbps

 router ospfv3 1 

 router-id 10.69.254.76 

 auto-cost reference-bandwidth 10 Gbps 

 address-family ipv6 unicast 

 redistribute direct route-map ipv6_connect_route

#


组网及组网描述:


最佳答案

已采纳
z6Kl9 九段
粉丝:67人 关注:2人

大概配置如下,有部分配置未翻译,建议寻求专业人士翻译,此配置翻译仅供参考,:

思科N5k配置:
ip access-list acl_in
45 deny udp any any eq netbios-ss
70 deny udp any any eq tftp
120 deny udp any any eq netbios-dgm
150 deny udp any any eq netbios-ns

#
对应H3C配置:
acl adv n acl_in
rule 45 deny udp source-port eq netbios-ssn destination-port eq netbios-ssn
rule 70 deny udp source-port eq tftp destination-port eq tftp
rule 120 deny udp source-port eq netbios-dgm destination-port eq netbios-dgm
rule 150 deny udp source-port eq netbios-ns destination-port eq netbios-ns

思科N5k 限速配置:
policy-map type control-plane copp-system-policy-customized
class copp-system-class-excp-ttl
police cir 128 kbps bc 6400000 bytes

#
对应H3C配置:


思科N5k stp配置:
spanning-tree mode mst
spanning-tree mst 1 priority 4096
no spanning-tree vlan 1-800,811-812
spanning-tree vlan 1-105 priority 8192
spanning-tree mst configuration# name zucc
instance 1 vlan 32,104

对应H3C stp配置:
stp mode mstp
stp instance 1 priority 4096
#
stp region-configuration
region-name zucc
instance 1 vlan 1 to 32 104
active region-configuration
#
stp instance 1 priority 4096
undo stp vlan 1 to 800 811 to 812 enable
stp vlan 1 to 105 priority 8192
stp global enable

思科N5k 接口配置:
interface Vlan2
description uw-606
no shutdown
ip access-group acl_in in
ip address 10.68.2.1/24
ipv6 address 2001:250:6405:8002::1/64
#
interface Vlan811
description connect_n7k_core_a
no shutdown
ip address 10.69.255.42/30
ipv6 link-local fe80::10:69:255:42
ip ospf authentication message-digest
ip ospf message-digest-key 1 md5 3 5939115581b7e49a
ip router ospf 100 area 0.0.2.93
ipv6 router ospfv3 1 area 0.0.2.93

#
对应H3C 接口配置:
#
interface Vlan-interface2
description uw-606
ip address 10.68.2.1 255.255.255.0
packet-filter name acl_in inbound
ipv6 address 2001:250:6405:8002::1/64
#
interface Vlan-interface811
description connect_n7k_core_a
ip address 10.69.255.42 255.255.255.252
ipv6 address auto link-local
ospf authentication-mode md5 3 cipher $c$3$bLxyvH7XMZ8PWambThehHDtd/0B178kiuY6l6qpxcLysNZU=
ospf 100 area 0.0.2.93
ospfv3 1 area 0.0.2.93
#
思科N5k聚合口配置:
#
interface port-channel101
description connect_n7k_b
no lacp suspend-individual
switchport access vlan 812
speed 10000
#
对应H3C聚合口配置:
interface Bridge-Aggregation101
description connect n7k_b
port access vlan 812
#
思科N5k OSPF配置:
router ospf 100
router-id 10.69.254.76
redistribute direct route-map connect_route
log-adjacency-changes
auto-cost reference-bandwidth 10 Gbps
router ospfv3 1
router-id 10.69.254.76
auto-cost reference-bandwidth 10 Gbps
address-family ipv6 unicast
redistribute direct route-map ipv6_connect_route
对应H3C聚合口配置:
#
ospf 100 router-id 10.69.254.76
import-route direct route-policy connect_route
bandwidth-reference 100000
area 0.0.2.93
#
ospfv3 1
router-id 10.69.254.76
import-route direct route-policy ipv6_connect_route
area 0.0.2.93
#
H3C策略路由配置
#
acl advanced name connect_r
#
acl ipv6 advanced name ipv6_connect_r
#
policy-based-route connect_route permit node 10
if-match acl name connect_r
#
policy-based-route connect_roue permit node 10
if-match acl name connect_r
#
policy-based-route ipv6_connect_route permit node 10
if-match acl name ipv6_connect_r
#

暂无评论

3 个回答
罗浩 四段
粉丝:0人 关注:0人

整理下需求问下400支持吧,翻译思科命令这个有时候不太百分百准确

暂无评论

粉丝:22人 关注:11人

你要先知道思科的命令是实现什么,再看相应的H3C的命令

暂无评论

努力的萌新 知了小白
粉丝:0人 关注:0人

你可以问问锐捷得,他们两家命令差不多

暂无评论

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明