设为首页收藏本站language 语言切换
查看: 802|回复: 1
收起左侧

SRX210带宽问题

[复制链接]
发表于 2017-9-11 10:37:15 | 显示全部楼层 |阅读模式
我用SRX210 PPPOE拨号,可是后面的PC带宽只有27M左右,这是为什么?

联通光猫-SRX210-PC

我用PC直接拨号可以到89M

联通光猫-PC

下面是SRX设置,没看出有什么问题?

## Last commit: 2017-09-10 17:13:26 GMT+8 by root
version 12.1X46-D65.4;
system {
    host-name SRX210H;
    time-zone GMT+8;
    root-authentication {
        encrypted-password "$1$fdfdgfgfgJvwfgfgfgfgfgfgfrtfK1"; ## SECRET-DATA
    }
    name-server {
        208.67.222.222;
        208.67.220.220;
    }
    name-resolution {
        no-resolve-on-input;
    }
    services {
        ssh;
        telnet;
        web-management {
            http {
                interface vlan.1;
            }
            https {
                system-generated-certificate;
                interface vlan.1;
            }
            session {
                idle-timeout 60;
            }
        }
        dhcp {
            pool 192.168.8.0/24 {
                address-range low 192.168.8.25 high 192.168.8.30;
                router {
                    192.168.8.1;
                }
            }
            propagate-settings ge-0/0/0;
            propagate-ppp-settings pp0.0;
        }
    }
    syslog {
        archive size 100k files 3;
        user * {
            any emergency;
        }
        file messages {
            any critical;
            authorization info;
        }
        file interactive-commands {
            interactive-commands error;
        }
    }
    max-configurations-on-flash 5;
    max-configuration-rollbacks 5;
    license {
        autoupdate {
            url https://ae1.juniper.net/junos/key_retrieval;
        }
    }
    ntp {
        server us.ntp.pool.org;
    }
}
interfaces {
    ge-0/0/0 {
        unit 0 {
            encapsulation ppp-over-ether;
        }
    }
    ge-0/0/1 {
        unit 0 {
            family ethernet-switching {
                vlan {
                    members vlan1;
                }
            }
        }
    }
    fe-0/0/2 {
        unit 0 {
            family ethernet-switching {
                vlan {
                    members vlan1;
                }
            }
        }
    }
    fe-0/0/3 {
        unit 0 {
            family ethernet-switching {
                vlan {
                    members vlan1;
                }
            }
        }
    }                                   
    fe-0/0/4 {
        unit 0 {
            family ethernet-switching {
                vlan {
                    members vlan1;
                }
            }
        }
    }
    fe-0/0/5 {
        unit 0 {
            family ethernet-switching {
                vlan {
                    members vlan1;
                }
            }
        }
    }
    fe-0/0/6 {
        unit 0 {
            family ethernet-switching {
                vlan {
                    members vlan1;
                }
            }
        }
    }
    fe-0/0/7 {
        unit 0 {
            family ethernet-switching {
                vlan {
                    members vlan1;
                }
            }
        }
    }
    pp0 {
        unit 0 {
            apply-macro home;
            ppp-options {
                chap {
                    default-chap-secret "$9$hWPSeW4oGH.5bs5Fn9OBbsY2JG"; ## SECRET-DATA
                    local-name 205671298799;
                    no-rfc2486;
                    passive;
                }
                pap {
                    local-name 205671298799;
                    no-rfc2486;
                    local-password "$9$cKxyK8oaUkmTwYT36CB1wY2gZU"; ## SECRET-DATA
                    passive;
                }
            }
            pppoe-options {
                underlying-interface ge-0/0/0.0;
            }
            family inet {
                negotiate-address;
            }
        }
    }
    vlan {
        unit 1 {
            family inet {
                filter {
                    input INBOUND-FILTER;
                    output OUTBOUND-FILTER;
                }
                address 192.168.8.1/24;
            }
        }
    }
}
routing-options {
    static {
        route 0.0.0.0/0 {
            qualified-next-hop pp0.0 {
                metric 1;
            }
        }
    }
}
protocols {
    stp;
}
security {
    screen {
        ids-option untrust-screen {
            icmp {
                ping-death;
            }
            ip {
                source-route-option;
                tear-drop;
            }
            tcp {
                syn-flood {            
                    alarm-threshold 1024;
                    attack-threshold 200;
                    source-threshold 1024;
                    destination-threshold 2048;
                    timeout 20;
                }
                land;
            }
        }
    }
    nat {
        source {
            rule-set nsw_srcnat {
                from zone Internal;
                to zone Internet;
                rule nsw-src-interface {
                    match {
                        source-address 0.0.0.0/0;
                        destination-address 0.0.0.0/0;
                    }
                    then {
                        source-nat {
                            interface;
                        }
                    }
                }
            }
        }
    }
    policies {
        from-zone Internal to-zone Internet {
            policy 5 {
                match {
                    source-address 192.168.8.5;
                    destination-address any;
                    application any;
                    source-identity any;
                }
                then {
                    permit;
                }
            }
            policy 2 {
                match {
                    source-address 192.168.8.2;
                    destination-address any;
                    application any;
                    source-identity any;
                }
                then {
                    permit;
                }
            }
            policy 6 {
                match {
                    source-address 192.168.8.6;
                    destination-address any;
                    application any;
                    source-identity any;
                }
                then {
                    permit;
                }
            }
            policy 7 {
                match {
                    source-address 192.168.8.7;
                    destination-address any;
                    application any;
                    source-identity any;
                }
                then {
                    permit;
                }
            }
        }
    }
    zones {
        security-zone Internal {
            address-book {
                address 192.168.8.5 192.168.8.5/32;
                address 192.168.8.2 192.168.8.2/32;
                address 192.168.8.6 192.168.8.6/32;
                address 192.168.8.7 192.168.8.7/32;
            }
            interfaces {
                vlan.1 {
                    host-inbound-traffic {
                        system-services {
                            ping;
                            dhcp;
                            http;
                            https;
                            ssh;
                            telnet;
                        }
                    }                  
                }
            }
        }
        security-zone Internet {
            host-inbound-traffic {
                system-services {
                    all;
                }
                protocols {
                    all;
                }
            }
            interfaces {
                pp0.0;
                ge-0/0/0.0;
            }
        }
        security-zone trust {
            host-inbound-traffic {
                system-services {
                    all;
                }
                protocols {
                    all;
                }
            }
            interfaces {
                ge-0/0/1.0;
                fe-0/0/2.0;
                fe-0/0/3.0;
                fe-0/0/4.0;
                fe-0/0/5.0;
                fe-0/0/6.0;
                fe-0/0/7.0;
            }
        }
    }
}
firewall {
    policer No-limit {
        if-exceeding {
            bandwidth-limit 100m;
            burst-size-limit 800k;
        }
        then discard;
    }
    filter OUTBOUND-FILTER {
        term SOURCE-ANY {
            from {
                source-address {
                    192.168.8.2/32;
                }
            }
            then {
                policer No-limit;
                accept;
            }
        }
        term END-POLICY {
            then accept;
        }
    }
    filter INBOUND-FILTER {
        term SOURCE-ANY {
            from {
                source-address {
                    0.0.0.0/0;
                }
            }
            then {
                policer No-limit;
                accept;
            }
        }
        term END-POLICY {
            then accept;
        }
    }
}
vlans {
    vlan1 {
        vlan-id 3;
        l3-interface vlan.1;
    }
}
 楼主| 发表于 2017-9-11 10:41:12 | 显示全部楼层
我给192.168.8.2加了个100M的限速,也没有任何作用,还是下载27M
沙发 2017-9-11 10:41:12 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-1-31 17:12 , Processed in 0.055243 second(s), 11 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表