请问各位大神,我有如下问题需要解答:
1、我这有台华三MSR2600-6-x1路由器用于替换原博达路由,请问如何配置?
2、MSR2600-6-x1路由的默认web界面是默认打开的吗?
3、以下配置能否用web管理界面里设置?
4、web管理端默认地址和账号是多少?
原博达路由的配置贴在下面先,多谢多谢!
yangzhuang#show run
Building configuration...
Current configuration:
!
hostname yangzhuang
!
!
!
!
syslog buffer 64 level DEBUG class ALL
!
!
!
!
!
!
!
!
!
!
isdn switch-type basic-5ess
!
!
!
aaa authentication login default local
aaa authentication enable default none
!
username admin password 0 WD_lwlk1289##
!
!
!
crypto key load-keyconf end
!
!
interface GigaEthernet0/0
description shanglian
ip address 142.133.100.22 255.255.255.252
no ip directed-broadcast
bandwidth 10240
fair-queue
service-policy qos
action output
speed 100
duplex full
!
interface GigaEthernet0/1
no ip address
no ip directed-broadcast
!
interface GigaEthernet0/2
no ip address
no ip directed-broadcast
!
interface GigaEthernet0/3
no ip address
no ip directed-broadcast
!
interface GigaEthernet0/4
no ip address
no ip directed-broadcast
!
interface GigaEthernet0/5
no ip address
no ip directed-broadcast
!
interface GigaEthernet1/0
ip address 142.133.6.1 255.255.255.192
ip address 10.156.80.65 255.255.255.240 secondary
ip address 10.156.84.65 255.255.255.240 secondary
ip address 10.236.253.65 255.255.255.240 secondary
ip address 200.232.204.1 255.255.255.192 secondary
no ip directed-broadcast
!
interface Async0/6
no ip address
no ip directed-broadcast
!
!
!
!
!
!
router ospf 10
network 142.133.6.0 255.255.255.0 area 0
network 10.156.80.0 255.255.255.0 area 0
network 10.156.84.0 255.255.255.0 area 0
network 10.236.253.0 255.255.255.0 area 0
network 142.133.100.20 255.255.255.252 area 0
network 200.232.204.0 255.255.255.192 area 0
!
!
!
ip route cache
ip route default 142.133.100.21
!
!
!
!
!
!
!
!
!
!
!
snmp-server community 0 public view default RO
snmp-server community 0 sdmonitor view default RO
snmp-server host 172.30.100.101 version v2c public authentication configure snmp
snmp-server view default 1.3.6.1 included
!
class-map match-all jiankong
match access-group 1000
!
policy-map qos
class jiankong
Bandwidth percent 20
!
!
gbsc app-ctrl priority onlinegames all
no gbsc app-ctrl drop onlinegames all
gbsc group default
!
gbsc pushto mode text
no gbsc filter-url enable
gbsc filter-url mode forbid
no gbsc filter-key enable
!
!
!
!
!
!
!
!
!
!
ip access-list extended 1000
permit ip 10.156.80.64 255.255.255.240 any
permit ip 200.232.204.0 255.255.255.192 any
!
!
!
!
!
!
!
no ip proxy enable
ip proxy aaa-authen enable
!
!
!
!
!
!
!
switch-mode
!
!
!version 8.1.1A build 17112
service timestamps log date
service timestamps debug date
!
!
!
!
!
spanning-tree mode rstp
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
!
!
!
vlan 1
!
!
!
!
!
!
!
!
!
!
!
!
yangzhuang#quit
(0)
最佳答案
您好,请知:
以下转换的参考命令:
interface GigaEthernet0/0
description shanglian
ip address 142.133.100.22 255.255.255.252
转为
int gi 0/0
ip address 142.133.100.22 30
quit
interface GigaEthernet1/0
ip address 142.133.6.1 255.255.255.192
ip address 10.156.80.65 255.255.255.240 secondary
ip address 10.156.84.65 255.255.255.240 secondary
ip address 10.236.253.65 255.255.255.240 secondary
ip address 200.232.204.1 255.255.255.192 secondary
转为
interface GigaEthernet1/0
ip address 142.133.6.1 255.255.255.192
ip address 10.156.80.65 255.255.255.240 sub
ip address 10.156.84.65 255.255.255.240 sub
ip address 10.236.253.65 255.255.255.240 sub
ip address 200.232.204.1 255.255.255.192 sub
router ospf 10
network 142.133.6.0 255.255.255.0 area 0
network 10.156.80.0 255.255.255.0 area 0
network 10.156.84.0 255.255.255.0 area 0
network 10.236.253.0 255.255.255.0 area 0
network 142.133.100.20 255.255.255.252 area 0
network 200.232.204.0 255.255.255.192 area 0
转为
ospf 10
area 0.0.0.0
network 142.133.6.0 0.0.0.255
network 10.156.80.0 0.0.0.255
network 10.156.84.0 0.0.0.255
network 10.236.253.0 0.0.0.255
network 142.133.100.20 0.0.0.3
network 200.232.204.0 0.0.0.63
ip route default 142.133.100.21
转为
ip route-static 0.0.0.0 0.0.0.0 142.133.100.21
以上是转换的部分参考命令,原设备的QOS需要根据需求来进行配置。
(0)
snmp-server community 0 public view default RO snmp-server community 0 sdmonitor view default RO snmp-server host 172.30.100.101 version v2c public authentication configure snmp snmp-server view default 1.3.6.1 included 这一块的配置如何转换呢?
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
snmp-server community 0 public view default RO snmp-server community 0 sdmonitor view default RO snmp-server host 172.30.100.101 version v2c public authentication configure snmp snmp-server view default 1.3.6.1 included 这一块的配置如何转换呢?