单单接入GE0口时网络正常,没什么问题,改奇偶数时会更变网络。
接入GE1口时就出问题了,一开始还没什么问题,只是有点卡,后来就卡爆了。
可能是路由策略上有什么问题吧
H3C MSR 36-20 V7
简单接网测试,两个光猫分别接入GE0、GE1, 笔记本接GE2
配置信息:
# policy-based-route wan permit node 1
if-match acl 2001
apply output-interface Dialer1
# policy-based-route wan permit node 2
if-match acl 2002
apply output-interface Dialer2
#
#
interface Dialer1
ppp chap user 02004037332
ppp pap local-user 02332 password cipher $c$3$QImgaHob70n
sMXTLS1fX
dialer bundle enable
dialer peer-name adsl1
dialer-group 1
dialer timer idle 0
dialer timer autodial 1
dialer number 1
ip address ppp-negotiate
mpls enable
mpls mtu 1492
tcp mss 1024
nat outbound 2001
#
interface Dialer2
ppp pap local-user 1810101 password cipher $c$3$kFHQC308sSCAL
pqdxSrccR
dialer bundle enable
dialer peer-name adsl2
dialer-group 2
dialer timer idle 0
dialer timer autodial 30
dialer number 2
ip address ppp-negotiate
mpls enable
mpls mtu 1492
tcp mss 1024
nat outbound 2002
#
interface NULL0
#
interface Vlan-interface1
#
interface GigabitEthernet0/0
port link-mode route
combo enable copper
mpls enable
mpls mtu 1492
tcp mss 1024
pppoe-client dial-bundle-number 1
#
interface GigabitEthernet0/1
port link-mode route
mpls enable
mpls mtu 1492
tcp mss 1024
pppoe-client dial-bundle-number 2
#
interface GigabitEthernet0/2
port link-mode route
ip address 192.168.100.1 255.255.255.0
#
# ip route-static 0.0.0.0 0 Dialer1 ip route-static 0.0.0.0 0 Dialer2#acl basic 2001 rule 2 permit source 192.168.100.0 0.0.0.254 logging rule 10 deny#acl basic 2002 rule 0 permit source 192.168.100.1 0.0.0.254 logging rule 10 deny#静态路由表:
[H3C]display ip routing-table
Destinations : 15 Routes : 15
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/0 Static 60 0 0.0.0.0 Dia1
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
100.64.0.1/32 Direct 0 0 100.64.0.1 Dia1
100.64.202.41/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
192.168.100.0/24 Direct 0 0 192.168.100.1 GE0/2
192.168.100.0/32 Direct 0 0 192.168.100.1 GE0/2
192.168.100.1/32 Direct 0 0 127.0.0.1 InLoop0
192.168.100.255/32 Direct 0 0 192.168.100.1 GE0/2
224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
(0)
最佳答案
策略路由没有下发,在内网口下发一下策略路由,ip policy-based-route xxx
(0)
昨天测试的时候好像真没下发,今天下发了,我想问一下nat和静态路由没有问题吧,不需要加一个dia2的静态路由吗
策略路由就相当于有路由了,其实nat后边可以不跟acl的,除非你想限制一些地址不能上公网,如果没有限制,直接配置nat outbound就行
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
策略路由就相当于有路由了,其实nat后边可以不跟acl的,除非你想限制一些地址不能上公网,如果没有限制,直接配置nat outbound就行