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

现在有一个思科2811路由器要换成H3C的,配置怎么切换?

2021-08-18提问
  • 0关注
  • 1收藏,892浏览
粉丝:0人 关注:0人

问题描述:

我现在有一个思科2811路由器配置如下

Building configuration...

Current configuration : 3216 bytes !

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname router

!

boot-start-marker

boot-end-marker

!

security authentication failure rate 10 log

security passwords min-length 8

logging buffered 51200 warnings

no logging console

enable secret 5 $1$K9FD$8HTfTB8qU3SX8Rh9D660c1

enable password 7 094F471A1A0A

!

aaa new-model

!

!

aaa authentication login fk local line none

!

aaa session-id common

!

resource policy

!

ip subnet-zero

!

!

ip cef

!

!

ip domain name ***.***

login block-for 10 attempts 2 within 5 login delay 2

!

username cisco privilege 15 secret 5 $1$.ucm$/3pTaysR1SyiWMQyebjc4/

username fkadmin privilege 15 secret 5 $1$kreP$bXAe.FhYxPc6TctCp4dF91

!

!

!

interface FastEthernet0/0

description to ygs

ip address 10.100.1.162 255.255.255.252

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 192.168.20.253 255.255.255.0

ip nat outside

duplex full

speed auto

!

interface FastEthernet0/0/0

switchport access vlan 2

!

interface FastEthernet0/0/1

switchport access vlan 3

!

interface FastEthernet0/0/2

!

interface FastEthernet0/0/3

switchport access vlan 2

no mop enabled

!

interface Vlan1

ip address 20.1.11.254 255.255.255.0

ip nat inside

!

interface Vlan2

ip address 192.168.244.33 255.255.255.240

ip nat inside

!

interface Vlan3

ip address 192.168.88.1 255.255.255.0

!

ip classless

ip route 0.0.0.0 0.0.0.0 192.168.20.254

ip route 10.100.1.0 255.255.255.0 10.100.1.161

ip route 128.3.0.0 255.255.0.0 10.100.1.161

ip route 128.7.0.0 255.255.255.0 10.100.1.161

ip route 128.7.1.0 255.255.255.0 10.100.1.161

ip route 128.7.2.0 255.255.255.0 10.100.1.161

ip route 128.7.3.0 255.255.255.0 10.100.1.161

ip route 192.168.244.0 255.255.255.0 10.100.1.161

!

no ip http server

ip nat inside source list 10 interface FastEthernet0/1 overload

!

!

logging 128.7.124.219

access-list 10 deny 192.168.244.33

access-list 10 deny 192.168.244.34

access-list 10 permit any

access-list 1998 permit 10.100.1.161

access-list 1999 permit 128.7.124.219

snmp-server community y RO

!

control-plane

!

banner login ^C

-----------------------------------------------------------------------

Cisco Router and Security Device Manager (SDM) is installed on this device.

This feature requires the one-time use of the username "cisco"

with the password "cisco". The default username and password have a privilege level of 15.

Please change these publicly known initial credentials using SDM or the IOS CLI.

Here are the Cisco IOS commands.

username <myuser> privilege 15 secret 0 <mypassword> no username cisco

Replace <myuser> and <mypassword> with the username and password you want to use.

For more information about SDM please follow the instructions in the QUICK START

GUIDE for your router or go to http://www.cisco.com/go/sdm

-----------------------------------------------------------------------

^C

!

line con 0

timeout login response 300

password 7 00071A150754

login authentication fk

line aux 0 line vty 0 4

login authentication fk

transport input all

transport output all line vty 5 15

password 7 05080F1C2243

transport input none transport output none

!

scheduler allocate 20000 1000

!

end

现在想用一个H3C路由器把它代替了,那么应该用哪个型号的H3C路由器?具体怎么配置路由?

组网及组网描述:


最佳答案

粉丝:39人 关注:7人

主要是做好设备的互联配置和路由的指向:

ip route 0.0.0.0 0.0.0.0 192.168.20.254 

ip route 10.100.1.0 255.255.255.0 10.100.1.161 

ip route 128.3.0.0 255.255.0.0 10.100.1.161 

ip route 128.7.0.0 255.255.255.0 10.100.1.161 

ip route 128.7.1.0 255.255.255.0 10.100.1.161 

ip route 128.7.2.0 255.255.255.0 10.100.1.161 

ip route 128.7.3.0 255.255.255.0 10.100.1.161 

ip route 192.168.244.0 255.255.255.0 10.100.1.161 


interface FastEthernet0/0 

description to ygs 

ip address 10.100.1.162 255.255.255.252 

duplex auto 

speed auto 


interface FastEthernet0/1 

ip address 192.168.20.253 255.255.255.0 

ip nat outside 

duplex full 

speed auto


interface FastEthernet0/0/0 

switchport access vlan 2 


interface FastEthernet0/0/1

switchport access vlan 3 


interface FastEthernet0/0/2 


interface FastEthernet0/0/3 

switchport access vlan 2 

no mop enabled 


interface Vlan1 

ip address 20.1.11.254 255.255.255.0 

ip nat inside


interface Vlan2

ip address 192.168.244.33 255.255.255.240 

ip nat inside


interface Vlan3 

ip address 192.168.88.1 255.255.255.0 


主要是上述这两部分的配置,涉及到基础网络的。


关于路由器产品的选型,可咨询下当地办事处售前或400确认。


我想问用H3C命令怎么配置?

zhiliao_pN0O45 发表时间:2021-08-18
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. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

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

不规范转载

×

举报说明