首页 科技问答 s5500-28f接入ADSL路由器上网配置?

s5500-28f接入ADSL路由器上网配置?

科技问答 302
1675823479,

问题描述:

我公司网络环境变化:

A公司:

原来U200-M  wan是固定IP, 

interface GigabitEthernet0/2

 port link-mode route

 description to S5500-28F-G/31-32

 ip address 10.0.200.1 255.255.255.0

下接入H3C   S5500-28F  G32。

S5500-28F:配置如附件,

现在A公司想把U200-M拆到B分公司(),

A公司变成拨号上网方式,用普通ADSL路由器(可路由或NAT),LAN1下面还是接S5500-28F G/31

ADSL路由器路由器的地址为10.0.200.1(网关),不启用DHCP,但按原来的S5500-28F配置可以上网出去不?,都PING不通10.0.200.1

S5500配置如下:,要怎么改才能实现上网

dhcp server ip-pool v10

 network 10.0.1.0 mask 255.255.255.0

 gateway-list 10.0.1.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v11

 network 10.0.2.0 mask 255.255.255.0

 gateway-list 10.0.2.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v12

 network 10.0.3.0 mask 255.255.255.0

 gateway-list 10.0.3.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v13

 network 10.0.4.0 mask 255.255.255.0

 gateway-list 10.0.4.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v14

 network 10.0.5.0 mask 255.255.255.0

 gateway-list 10.0.5.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v15

 network 10.0.6.0 mask 255.255.255.0

 gateway-list 10.0.6.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v16

 network 10.0.7.0 mask 255.255.255.0

 gateway-list 10.0.7.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v17

 network 10.0.8.0 mask 255.255.255.0

 gateway-list 10.0.8.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v18

 network 10.0.9.0 mask 255.255.255.0

 gateway-list 10.0.9.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v19

 network 10.0.10.0 mask 255.255.255.0

 gateway-list 10.0.10.1

 dns-list 61.139.2.69

 expired day 3  

#               

dhcp server ip-pool v20

 network 10.0.11.0 mask 255.255.255.0

 gateway-list 10.0.11.1

 dns-list 61.139.2.69

 expired day 3  

#               

user-group system

 group-attribute allow-guest

#               

local-user admin

 password cipher $c$3$YHNImaQ4Tc38ahTSTj9cWW9b7Yksv3p2K5QC

 authorization-attribute level 3

 service-type telnet

 service-type web

local-user webadmin

 password cipher $c$3$IoXJ5gn4mOp1Q+u1EmrY2Tk5oDz+0AkxlMSF1A==

 authorization-attribute level 3

 service-type telnet

 service-type web

#               

interface NULL0 

#               

interface Vlan-interface1

 ip address dhcp-alloc client-identifier mac Vlan-interface1

#               

interface Vlan-interface9

 description to U200-M

 ip address 10.0.200.2 255.255.255.0

#               

interface Vlan-interface10

 description zonghebu-1

 ip address 10.0.1.1 255.255.255.0

#               

interface Vlan-interface11

 description zhizaozhongxi-2

 ip address 10.0.2.1 255.255.255.0

#               

interface Vlan-interface12

 description gongyingbu

 ip address 10.0.3.1 255.255.255.0

#               

interface Vlan-interface13

 description zongjingban

 ip address 10.0.4.1 255.255.255.0

#               

interface Vlan-interface14

 description yingxiaozhongxin

 ip address 10.0.5.1 255.255.255.0

#               

interface Vlan-interface15

 description xinxizhongxin

 ip address 10.0.6.1 255.255.255.0

#               

interface Vlan-interface16

 description jisuzhongxin

 ip address 10.0.7.1 255.255.255.0

#               

interface Vlan-interface17

 description caiwushi

 ip address 10.0.8.1 255.255.255.0

#               

interface Vlan-interface18

 description ziliaoshi

 ip address 10.0.9.1 255.255.255.0

#               

interface Vlan-interface19

 description jiankong

 ip address 10.0.10.1 255.255.255.0

#               

interface Vlan-interface20

 description chejian

 ip address 10.0.11.1 255.255.255.0

#               

interface Vlan-interface21

 description TO fuwuqi

 ip address 192.168.1.1 255.255.255.0

#               

interface Vlan-interface100

 description guanli

 ip address 10.0.100.1 255.255.255.0

#               

interface GigabitEthernet1/0/1

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/2

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/3

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/4

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/5

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/6

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/7

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/8

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/9

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/10

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/11

 port link-mode bridge

 description connceted to Product

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/12

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/13

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/14

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/15

 port link-mode bridge

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/16

 port link-mode bridge

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/17

 port link-mode bridge

#               

interface GigabitEthernet1/0/18

 port link-mode bridge

 shutdown       

#               

interface GigabitEthernet1/0/19

 port link-mode bridge

 shutdown       

#               

interface GigabitEthernet1/0/20

 port link-mode bridge

 shutdown       

#               

interface GigabitEthernet1/0/21

 port link-mode bridge

 shutdown       

#               

interface GigabitEthernet1/0/22

 port link-mode bridge

 shutdown       

#               

interface GigabitEthernet1/0/23

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 shutdown       

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/24

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 shutdown       

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/25

 port link-mode bridge

 port access vlan 21

 shutdown       

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/26

 port link-mode bridge

 port access vlan 21

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/27

 port link-mode bridge

 port access vlan 21

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/28

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/29

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/30

 port link-mode bridge

 port link-type trunk

 port trunk permit vlan all

 dhcp-snooping information enable

 dhcp-snooping check mac-address

 dhcp-snooping rate-limit 256

#               

interface GigabitEthernet1/0/31

 port link-mode bridge

#               

interface GigabitEthernet1/0/32

 port link-mode bridge

 description TO U200-M

 port access vlan 9

#               

 dhcp-snooping  

#               

 ip route-static 0.0.0.0 0.0.0.0 10.0.200.1

#               

 dhcp server forbidden-ip 10.0.1.1 10.0.1.100

 dhcp server forbidden-ip 10.0.2.1 10.0.2.100

 dhcp server forbidden-ip 10.0.3.1 10.0.3.100

 dhcp server forbidden-ip 10.0.4.1 10.0.4.100

 dhcp server forbidden-ip 10.0.5.1 10.0.5.100

 dhcp server forbidden-ip 10.0.6.1 10.0.6.100

 dhcp server forbidden-ip 10.0.7.1 10.0.7.100

 dhcp server forbidden-ip 10.0.8.1 10.0.8.100

 dhcp server forbidden-ip 10.0.9.1 10.0.9.100

 dhcp server forbidden-ip 10.0.11.1 10.0.11.100

 dhcp server forbidden-ip 10.0.10.1 10.0.10.100

 dhcp server forbidden-ip 10.0.10.250 10.0.10.254

#               

 dhcp enable    

#               

 ssh client authentication server 10.0.200.1 assign publickey 10.0.200.1

#               

 arp anti-attack active-ack enable

 arp anti-attack source-mac filter

#               

 load xml-configuration

#               

 load tr069-configuration

#               

user-interface aux 0

user-interface vty 0 15

 authentication-mode scheme

(0)

最佳答案

已采纳 五代 五代 四段 粉丝:0人 关注:0人

有网络拓扑吗,终端是10.0.200.1同网段的吗?

如果是同网段的,把所有的接口都放到vlan9里边就行了。

#               

interface GigabitEthernet1/0/32

 port link-mode bridge

 description TO U200-M

 port access vlan 9

如果终端是在其他vlan,需要检查ADSL路由器是否有内网其他网段的回指路由。

(0)

暂无评论

回复xxx [x] 2


ADSL 路由器:

可设路由,LAN1要不要启DHCP?因为S5500各VLAN启用了DHCP,没有VLAN


S5500 :

原来设G32 

port link-mode bridge

 description TO U200-M

 port access vlan 9

现在ADSL 路由器LAN1接5500  G-32  ,在5500下PING不通路由器地址,5500及G32要怎么改配置?


(0)

暂无评论

回复xxx [x] 已采纳 -4811 -4811 九段 粉丝:28人 关注:1人

路由器上缺少回程路由吧

(0)

暂无评论

回复xxx [x],s5500-28f接入ADSL路由器上网配置?