Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: DHCP bootp helper not forwarding on EX2200

$
0
0

Thanks. Here's the full config, albeit slightly sanitised. This is the version based on vlan418, rather than the initial config we posted.

 

# show 
## Last changed: 2017-02-15 11:27:29 EST
version 12.3R9.4;
system {
    host-name ASW-01;
    time-zone Australia/Sydney;
    location country-code AU;
    name-server {
        8.8.8.8;
        8.8.4.4;
    }
    services {
        ssh {
            protocol-version v2;
        }
        netconf {                       
            ssh;
        }
        web-management {
            http;
        }
    }
    syslog {
        user * {
            any emergency;
        }
        host 111.52.116.24 {
            any warning;
            authorization any;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
    ntp {
        server 218.100.43.70;
        server 216.218.254.202;
    }
}
chassis {
    alarm {
        management-ethernet {
            link-down ignore;
        }
    }
}
interfaces {
    ge-0/0/0 {
        description "Core: to SY3-BDR1";
        unit 0 {
            family inet {
                address 11.111.161.2/30;
            }
        }
    }
    ge-0/0/1 {
        ether-options {
            no-flow-control;
        }                               
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/2 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v304;
                }
            }
        }
    }
    ge-0/0/3 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/4 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/5 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v301;
                }
            }                           
        }
    }
    ge-0/0/6 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v306;
                }
            }
        }
    }
    ge-0/0/7 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/8 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/9 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/10 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {                  
                    members v300;
                }
            }
        }
    }
    ge-0/0/11 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/12 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/13 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/14 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v303;
                }
            }
        }
    }
    ge-0/0/15 {
        unit 0 {                        
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v300;
                }
            }
        }
    }
    ge-0/0/16 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
            }
        }
    }
    ge-0/0/17 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v305;
                }
            }
        }
    }
    ge-0/0/18 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v418;
                }
            }
        }
    }
    ge-0/0/19 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v307;
                }
            }
        }
    }
    ge-0/0/20 {
        unit 0 {                        
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v309;
                }
            }
        }
    }
    ge-0/0/21 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v310;
                }
            }
        }
    }
    ge-0/0/22 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v311;
                }
            }
        }
    }
    ge-0/0/23 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v302;
                }
            }
        }
    }
    ge-0/0/24 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members v312;
                }
            }
        }                               
    }
    ge-0/0/25 {
        ether-options {
            speed {
                auto-negotiation;
            }
        }
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/26 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/27 {
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members vlan10;
                }
            }
        }
    }
    ge-0/0/28 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/29 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/30 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/31 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/32 {                         
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/33 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/34 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/35 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/36 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/37 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/38 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/39 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/40 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/41 {
        unit 0 {
            family ethernet-switching;  
        }
    }
    ge-0/0/42 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/43 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/0/44 {
        unit 0 {
            family inet {
                address 11.111.161.230/30;
            }
        }
    }
    ge-0/0/45 {
        disable;
        unit 0 {
            family inet {
                address 10.10.5.209/30;
            }
        }
    }
    ge-0/0/46 {
        unit 0 {
            family inet {
                address 10.10.10.2/30;
            }
            family inet6;
        }
    }
    ge-0/0/47 {
        description "Core: Link to SY3-CSW01 [1Gbps]";
        unit 0 {
            family inet {
                address 11.111.161.246/30;
            }
            family inet6 {
                address 0001:0001:0001:0001::2/64;
            }
        }
    }
    ge-0/1/0 {                          
        ether-options {
            speed {
                1g;
            }
        }
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/1/1 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/1/2 {
        unit 0 {
            family ethernet-switching;
        }
    }
    ge-0/1/3 {
        unit 0 {
            family ethernet-switching;
        }
    }
    gre {
        unit 0 {
            tunnel {
                source 11.111.161.2;
                destination 11.111.161.98;
                ttl 225;
            }
            family inet {
                address 11.111.161.233/29;
            }
        }
    }
    lo0 {
        unit 0 {
            family inet {
                filter {
                    input loopback-protect;
                }
            }
        }
    }
    me0 {
        unit 0 {                        
            family inet {
                address 192.168.2.1/24;
            }
        }
    }
    vlan {
        unit 10 {
            family inet {
                address 11.111.162.169/29;
            }
        }
        unit 300 {
            family inet {
                address 111.231.91.1/24;
            }
        }
        unit 301 {
            family inet {
                address 11.111.161.9/29;
            }
        }
        unit 302 {
            family inet {
                address 11.111.162.49/29;
            }
        }
        unit 303 {
            family inet {
                address 11.111.161.105/29;
            }
        }
        unit 305 {
            family inet {
                address 11.111.161.41/29;
            }
        }
        unit 306 {
            family inet {
                address 11.111.161.49/29;
            }
        }
        unit 307 {
            family inet {
                address 11.111.161.57/29;
            }
        }
        unit 309 {                      
            family inet {
                address 11.111.161.73/30;
            }
        }
        unit 310 {
            family inet {
                address 11.111.161.193/30;
            }
        }
        unit 311 {
            family inet {
                address 11.111.161.89/29;
            }
        }
        unit 312 {
            family inet {
                address 11.111.161.97/29;
            }
        }
        unit 313 {
            family inet {
                address 192.168.100.1/24;
            }
        }
        unit 314 {
            family inet {
                address 192.168.101.1/24;
            }
        }
        unit 315 {
            family inet {
                address 11.111.161.113/29;
            }
        }
        unit 316 {
            family inet {
                address 11.111.161.189/30;
            }
        }
        unit 317 {
            family inet {
                address 11.111.161.161/29;
            }
        }
        unit 319 {
            family inet {
                address 11.111.161.177/29;
            }
        }
        unit 320 {
            family inet {
                address 11.111.161.33/29;
            }
        }
        unit 321 {
            family inet {
                address 11.111.161.77/30;
            }
        }
        unit 322 {
            family inet {
                address 11.111.162.81/28;
            }
        }
        unit 418 {
            family inet {
                address 11.111.162.177/29;
            }
        }
    }
}
forwarding-options {
    helpers {
        traceoptions {
            file helper;
            level all;
            flag bootp;
        }
        bootp {
            relay-agent-option;
            server 11.111.162.15;
            maximum-hop-count 10;
            interface {
                vlan.418 {
                    server 11.111.162.15;
                    maximum-hop-count 10;
                }                       
            }
        }
    }
}
routing-options {
    rib inet6.0 {
        static {
            route ::/0 next-hop 0001:0001:1:1::1;
        }
    }
    static {
        route 192.168.200.0/24 next-hop gre.0;
        route 0.0.0.0/0 next-hop 11.111.161.245;
    }
}
protocols {
    ##
    ## Warning: requires 'ospf2' license
    ##
    ospf {
        export [ export-ospf export-connected ];
        area 0.0.0.0 {
            area-range 11.111.161.0/24;
            area-range 111.231.91.0/24;
            interface ge-0/0/0.0;
            interface ge-0/0/48.0;
            interface ge-0/0/47.0;
        }
    }
    ##
    ## Warning: configuration block ignored: unsupported platform (ex2200-48p-4g)
    ##
    ##
    ## Warning: requires 'ripng' license
    ##
    ripng {
        group ipv6;
    }
    igmp-snooping {
        vlan all;
    }
    mstp {
        disable;
    }
    lldp {
        interface all;
    }                                   
    lldp-med {
        interface all;
    }
}
policy-options {
    prefix-list snmp-management-ranges {
        11.111.161.78/32;
        11.111.162.15/32;
        111.29.85.31/32;
        111.52.116.24/32;
        111.231.91.5/32;
    }
    prefix-list ssh-management-ranges {
        11.111.161.1/32;
        11.111.161.245/32;
        11.111.162.27/32;
        111.29.84.59/32;
        111.52.116.24/32;
    }
    prefix-list web-management-ranges {
        11.111.162.27/32;
        111.29.84.59/32;
    }
    policy-statement export-connected {
        term export-connected {
            from protocol [ direct local ];
            then accept;
        }
    }
    policy-statement export-ospf {
        term direct {
            from protocol direct;
            then accept;
        }
    }
}
firewall {
    family inet {
        filter loopback-protect {
            term ssh-permit {
                from {
                    source-prefix-list {
                        ssh-management-ranges;
                    }
                    protocol tcp;
                    destination-port ssh;
                }                       
                then accept;
            }
            term ssh-discard {
                from {
                    protocol tcp;
                    destination-port ssh;
                }
                then {
                    discard;
                }
            }
            term snmp-permit {
                from {
                    source-address {
                        11.111.161.131/32;
                    }
                    source-prefix-list {
                        snmp-management-ranges;
                    }
                    protocol udp;
                    destination-port snmp;
                }
                then accept;
            }
            term ntp-permit {
                from {
                    source-address {
                        218.100.43.70/32;
                        216.218.254.202/32;
                    }
                    protocol udp;
                }
                then accept;
            }
            term dns-permit {
                from {
                    source-address {
                        8.8.8.8/32;
                        8.8.4.4/32;
                    }
                    protocol udp;
                    source-port domain;
                }
            }
            term icmp-permit {
                from {
                    protocol icmp;      
                }
                then accept;
            }
            term syslog {
                from {
                    destination-address {
                        111.52.116.24/32;
                    }
                }
                then accept;
            }
            term http-permit {
                from {
                    source-prefix-list {
                        web-management-ranges;
                    }
                    protocol tcp;
                    destination-port http;
                }
                then accept;
            }
            term ospf-permit {
                from {
                    protocol ospf;
                }
                then accept;
            }
        }
    }
}
ethernet-switching-options {
    voip;
    storm-control {
        interface all {
            level 50;
        }
    }
}
vlans {
    default {
        vlan-id 101;
    }
    v300 {
        description 111.231.91.0/24;
        vlan-id 300;
        l3-interface vlan.300;
    }                                   
    v301 {
        vlan-id 301;
        l3-interface vlan.301;
    }
    v302 {
        vlan-id 302;
        l3-interface vlan.302;
    }
    v303 {
        description 11.111.161.33/29;
        vlan-id 303;
        l3-interface vlan.303;
    }
    v304 {
        description 11.111.162.81/28;
        vlan-id 304;
        l3-interface vlan.322;
    }
    v305 {
        vlan-id 305;
        l3-interface vlan.305;
    }
    v306 {
        description 11.111.161.49/29;
        vlan-id 306;
        l3-interface vlan.306;
    }
    v307 {
        description 11.111.161.57/29;
        vlan-id 307;
        l3-interface vlan.307;
    }
    v308 {
        description 11.111.161.33/29;
        vlan-id 308;
        interface {
            ge-0/0/16.0;
        }
        l3-interface vlan.320;
    }
    v309 {
        vlan-id 309;
        l3-interface vlan.309;
    }
    v310 {
        vlan-id 310;
        l3-interface vlan.310;          
    }
    v311 {
        description 11.111.161.88/29;
        vlan-id 311;
        l3-interface vlan.311;
    }
    v312 {
        vlan-id 312;
        l3-interface vlan.312;
    }
    v313 {
        vlan-id 313;
        l3-interface vlan.315;
    }
    v314 {
        vlan-id 314;
        interface {
            ge-0/0/25.0;
        }
        l3-interface vlan.316;
    }
    v315 {
        vlan-id 315;
        interface {
            ge-0/0/26.0;
        }
        l3-interface vlan.317;
    }
    v316;
    v317 {
        vlan-id 317;
        interface {
            ge-0/0/28.0;
        }
        l3-interface vlan.319;
    }
    v318 {
        vlan-id 318;
        interface {
            ge-0/0/29.0;
        }
        l3-interface vlan.321;
    }
    v418 {
        vlan-id 418;
        l3-interface vlan.418;
    }                                   
    v900 {
        description "WANGUARD - BDR1";
        vlan-id 900;
        l3-interface vlan.313;
    }
    v901 {
        description "WANGUARD - BDR2";
        vlan-id 901;
        l3-interface vlan.314;
    }
    vlan10 {
        vlan-id 10;
        l3-interface vlan.10;
    }
}
poe {
    interface all;
}
> show interfaces terse   
Interface               Admin Link Proto    Local                 Remote
ge-0/0/0                up    down
ge-0/0/0.0              up    down inet     11.111.161.2/30 
ge-0/0/1                up    up
ge-0/0/1.0              up    up   eth-switch
ge-0/0/2                up    up
ge-0/0/2.0              up    up   eth-switch
ge-0/0/3                up    up
ge-0/0/3.0              up    up   eth-switch
ge-0/0/4                up    up
ge-0/0/4.0              up    up   eth-switch
ge-0/0/5                up    up
ge-0/0/5.0              up    up   eth-switch
ge-0/0/6                up    up
ge-0/0/6.0              up    up   eth-switch
ge-0/0/7                up    up
ge-0/0/7.0              up    up   eth-switch
ge-0/0/8                up    up
ge-0/0/8.0              up    up   eth-switch
ge-0/0/9                up    up
ge-0/0/9.0              up    up   eth-switch
ge-0/0/10               up    up
ge-0/0/10.0             up    up   eth-switch
ge-0/0/11               up    up
ge-0/0/11.0             up    up   eth-switch
ge-0/0/12               up    up
ge-0/0/12.0             up    up   eth-switch
ge-0/0/13               up    up
ge-0/0/13.0             up    up   eth-switch
ge-0/0/14               up    up
ge-0/0/14.0             up    up   eth-switch
ge-0/0/15               up    up
ge-0/0/15.0             up    up   eth-switch
ge-0/0/16               up    up
ge-0/0/16.0             up    up   eth-switch
ge-0/0/17               up    up
ge-0/0/17.0             up    up   eth-switch
ge-0/0/18               up    down
ge-0/0/18.0             up    down eth-switch
ge-0/0/19               up    up
ge-0/0/19.0             up    up   eth-switch
ge-0/0/20               up    up
ge-0/0/20.0             up    up   eth-switch
ge-0/0/21               up    up
ge-0/0/21.0             up    up   eth-switch
ge-0/0/22               up    up
ge-0/0/22.0             up    up   eth-switch
ge-0/0/23               up    up        
ge-0/0/23.0             up    up   eth-switch
ge-0/0/24               up    up
ge-0/0/24.0             up    up   eth-switch
ge-0/0/25               up    up
ge-0/0/25.0             up    up   eth-switch
ge-0/0/26               up    up
ge-0/0/26.0             up    up   eth-switch
ge-0/0/27               up    up
ge-0/0/27.0             up    up   eth-switch
ge-0/0/28               up    up
ge-0/0/28.0             up    up   eth-switch
ge-0/0/29               up    up
ge-0/0/29.0             up    up   eth-switch
ge-0/0/30               up    down
ge-0/0/30.0             up    down eth-switch
ge-0/0/31               up    down
ge-0/0/31.0             up    down eth-switch
ge-0/0/32               up    down
ge-0/0/32.0             up    down eth-switch
ge-0/0/33               up    down
ge-0/0/33.0             up    down eth-switch
ge-0/0/34               up    down
ge-0/0/34.0             up    down eth-switch
ge-0/0/35               up    down
ge-0/0/35.0             up    down eth-switch
ge-0/0/36               up    down
ge-0/0/36.0             up    down eth-switch
ge-0/0/37               up    down
ge-0/0/37.0             up    down eth-switch
ge-0/0/38               up    down
ge-0/0/38.0             up    down eth-switch
ge-0/0/39               up    down
ge-0/0/39.0             up    down eth-switch
ge-0/0/40               up    down
ge-0/0/40.0             up    down eth-switch
ge-0/0/41               up    down
ge-0/0/41.0             up    down eth-switch
ge-0/0/42               up    down
ge-0/0/42.0             up    down eth-switch
ge-0/0/43               up    down
ge-0/0/43.0             up    down eth-switch
ge-0/0/44               up    up
ge-0/0/44.0             up    up   inet     11.111.161.230/30
ge-0/0/45               down  down
ge-0/0/45.0             up    down inet     10.10.5.209/30  
ge-0/0/46               up    up
ge-0/0/46.0             up    up   inet     10.10.10.2/30   
                                   inet6    0001::0001:1ff:fec4:c571/64
ge-0/0/47               up    up
ge-0/0/47.0             up    up   inet     11.111.161.246/30
                                   inet6    2400:fa80:1:1::2/64
                                            0001::0001:1ff:fec4:c572/64
bme0                    up    up
bme0.32768              up    up   inet     128.0.0.1/2     
                                            128.0.0.16/2    
                                            128.0.0.32/2    
                                   tnp      0x10            
dsc                     up    up
gre                     up    up
gre.0                   up    up   inet     11.111.161.233/29
ipip                    up    up
lo0                     up    up
lo0.0                   up    up   inet    
lo0.16384               up    up   inet     127.0.0.1           --> 0/0
lsi                     up    up
me0                     up    down
me0.0                   up    down inet     192.168.2.1/24  
mtun                    up    up
pimd                    up    up
pime                    up    up
tap                     up    up
vlan                    up    up
vlan.10                 up    up   inet     11.111.162.169/29
vlan.300                up    up   inet     111.231.91.1/24 
vlan.301                up    up   inet     11.111.161.9/29 
vlan.302                up    up   inet     11.111.162.49/29
vlan.303                up    up   inet     11.111.161.105/29
vlan.305                up    up   inet     11.111.161.41/29
vlan.306                up    up   inet     11.111.161.49/29
vlan.307                up    up   inet     11.111.161.57/29
vlan.309                up    up   inet     11.111.161.73/30
vlan.310                up    up   inet     11.111.161.193/30
vlan.311                up    up   inet     11.111.161.89/29
vlan.312                up    up   inet     11.111.161.97/29
vlan.313                up    down inet     192.168.100.1/24
vlan.314                up    down inet     192.168.101.1/24
vlan.315                up    down inet     11.111.161.113/29
vlan.316                up    up   inet     11.111.161.189/30
vlan.317                up    up   inet     11.111.161.161/29
vlan.319                up    up   inet     11.111.161.177/29
vlan.320                up    up   inet     11.111.161.33/29
vlan.321                up    up   inet     11.111.161.77/30
vlan.322                up    up   inet     11.111.162.81/28
vlan.418                up    up   inet     11.111.162.177/29
vme                     up    down
> show vlans 
Name           Tag     Interfaces
default        101    
                       ge-0/0/30.0, ge-0/0/31.0, ge-0/0/32.0, ge-0/0/33.0, ge-0/0/34.0, ge-0/0/35.0, ge-0/0/36.0, ge-0/0/37.0, ge-0/0/38.0, ge-0/0/39.0, ge-0/0/40.0,
                       ge-0/0/41.0, ge-0/0/42.0, ge-0/0/43.0
v300           300    
                       ge-0/0/1.0*, ge-0/0/3.0*, ge-0/0/4.0*, ge-0/0/7.0*, ge-0/0/8.0*, ge-0/0/9.0*, ge-0/0/10.0*, ge-0/0/11.0*, ge-0/0/12.0*, ge-0/0/13.0*,
                       ge-0/0/15.0*
v301           301    
                       ge-0/0/5.0*
v302           302    
                       ge-0/0/23.0*
v303           303    
                       ge-0/0/14.0*
v304           304    
                       ge-0/0/2.0*
v305           305    
                       ge-0/0/17.0*
v306           306    
                       ge-0/0/6.0*
v307           307    
                       ge-0/0/19.0*
v308           308    
                       ge-0/0/16.0*
v309           309    
                       ge-0/0/20.0*
v310           310    
                       ge-0/0/21.0*
v311           311    
                       ge-0/0/22.0*
v312           312    
                       ge-0/0/24.0*
v313           313    
                       None
v314           314    
                       ge-0/0/25.0*
v315           315    
                       ge-0/0/26.0*
v316          
                       None
v317           317    
                       ge-0/0/28.0*
v318           318    
                       ge-0/0/29.0*
v418           418    
                       ge-0/0/18.0*
v900           900    
                       None
v901           901                      
                       None
vlan10         10     
                       ge-0/0/27.0*
> show route 

inet.0: 103 destinations, 105 routes (103 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0          *[Static/5] 1w6d 18:11:26
                    > to 11.111.161.245 via ge-0/0/47.0
                    [OSPF/150] 3d 01:13:59, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
10.10.5.0/30       *[OSPF/150] 1w6d 17:40:45, metric 999, tag 0> to 11.111.161.245 via ge-0/0/47.0
10.10.5.209/32     *[Local/0] 1w6d 17:50:16
                      Reject
10.10.10.0/30      *[Direct/0] 1w6d 18:19:26> via ge-0/0/46.0
                    [OSPF/10] 1w6d 17:40:45, metric 21> to 11.111.161.245 via ge-0/0/47.0
10.10.10.2/32      *[Local/0] 1w6d 18:19:45
                      Local via ge-0/0/46.0
10.10.21.0/30      *[OSPF/150] 3d 00:38:31, metric 40, tag 0> to 11.111.161.245 via ge-0/0/47.0
10.10.21.4/30      *[OSPF/150] 4d 12:19:09, metric 40, tag 0> to 11.111.161.245 via ge-0/0/47.0
10.250.0.4/30      *[OSPF/150] 3d 01:13:59, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.0/24    *[OSPF/10] 1w6d 17:40:55, metric 16777215
                      Discard
11.111.161.2/32    *[Local/0] 1w6d 18:19:52
                      Reject
11.111.161.8/29    *[Direct/0] 1w6d 18:19:25> via vlan.301
11.111.161.9/32    *[Local/0] 1w6d 18:20:13
                      Local via vlan.301
11.111.161.24/30   *[OSPF/150] 3d 01:13:59, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.32/29   *[Direct/0] 1w6d 18:19:23> via vlan.320
11.111.161.33/32   *[Local/0] 1w6d 18:20:12
                      Local via vlan.320
11.111.161.40/29   *[Direct/0] 1w2d 22:50:38> via vlan.305
11.111.161.41/32   *[Local/0] 1w6d 18:20:13
                      Local via vlan.305
11.111.161.48/29   *[Direct/0] 1w6d 18:19:25> via vlan.306
11.111.161.49/32   *[Local/0] 1w6d 18:20:13
                      Local via vlan.306
11.111.161.56/29   *[Direct/0] 2d 18:46:26> via vlan.307      
11.111.161.57/32   *[Local/0] 1w6d 18:20:13
                      Local via vlan.307
11.111.161.64/29   *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.72/30   *[Direct/0] 1w6d 18:19:23> via vlan.309
11.111.161.73/32   *[Local/0] 1w6d 18:20:13
                      Local via vlan.309
11.111.161.76/30   *[Direct/0] 1w6d 18:19:22> via vlan.321
11.111.161.77/32   *[Local/0] 1w6d 18:20:12
                      Local via vlan.321
11.111.161.80/29   *[OSPF/150] 22:33:34, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.88/29   *[Direct/0] 3d 03:44:20> via vlan.311
11.111.161.89/32   *[Local/0] 1w6d 18:20:13
                      Local via vlan.311
11.111.161.96/29   *[Direct/0] 1w0d 15:51:56> via vlan.312
11.111.161.97/32   *[Local/0] 1w6d 18:20:13
                      Local via vlan.312
11.111.161.104/29  *[Direct/0] 1w6d 18:19:24> via vlan.303
11.111.161.105/32  *[Local/0] 1w6d 18:20:13
                      Local via vlan.303
11.111.161.113/32  *[Local/0] 1w6d 18:20:12
                      Reject
11.111.161.120/29  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.128/27  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.160/29  *[Direct/0] 1w6d 18:19:22> via vlan.317
11.111.161.161/32  *[Local/0] 1w6d 18:20:12
                      Local via vlan.317
11.111.161.168/30  *[OSPF/150] 21:33:40, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.176/29  *[Direct/0] 1w6d 18:19:22> via vlan.319
11.111.161.177/32  *[Local/0] 1w6d 18:20:12
                      Local via vlan.319
11.111.161.184/30  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.188/30  *[Direct/0] 1w6d 18:19:22> via vlan.316
11.111.161.189/32  *[Local/0] 1w6d 18:20:12
                      Local via vlan.316
11.111.161.192/30  *[Direct/0] 1w6d 18:19:23> via vlan.310
11.111.161.193/32  *[Local/0] 1w6d 18:20:13
                      Local via vlan.310
11.111.161.196/30  *[OSPF/150] 19:00:07, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.200/30  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.204/30  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.208/30  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.212/30  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.216/29  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.220/30  *[OSPF/10] 1w6d 17:40:45, metric 21> to 11.111.161.245 via ge-0/0/47.0
11.111.161.228/30  *[Direct/0] 1w6d 18:19:21> via ge-0/0/44.0
11.111.161.230/32  *[Local/0] 1w6d 18:19:45
                      Local via ge-0/0/44.0
11.111.161.232/29  *[Direct/0] 1w0d 15:51:56> via gre.0
11.111.161.233/32  *[Local/0] 1w6d 18:20:18
                      Local via gre.0
11.111.161.236/30  *[OSPF/150] 3d 01:13:59, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.161.240/30  *[OSPF/10] 1w6d 17:40:45, metric 2> to 11.111.161.245 via ge-0/0/47.0
11.111.161.244/30  *[Direct/0] 1w6d 18:19:26> via ge-0/0/47.0
11.111.161.246/32  *[Local/0] 1w6d 18:19:45
                      Local via ge-0/0/47.0
11.111.161.248/30  *[OSPF/10] 1w6d 17:40:45, metric 11> to 11.111.161.245 via ge-0/0/47.0
11.111.161.252/30  *[OSPF/10] 6d 19:36:51, metric 11> to 11.111.161.245 via ge-0/0/47.0
11.111.162.0/27    *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.32/29   *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.40/29   *[OSPF/150] 21:50:08, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.48/29   *[Direct/0] 1w6d 18:19:22> via vlan.302      
11.111.162.49/32   *[Local/0] 1w6d 18:20:13
                      Local via vlan.302
11.111.162.56/30   *[OSPF/150] 06:41:18, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.64/28   *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.80/28   *[Direct/0] 1w6d 18:19:25> via vlan.322
11.111.162.81/32   *[Local/0] 1w6d 18:20:12
                      Local via vlan.322
11.111.162.96/29   *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.104/29  *[OSPF/150] 4d 10:09:25, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.112/29  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.120/29  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.128/30  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.132/30  *[OSPF/150] 1w3d 12:25:58, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.136/29  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.144/30  *[OSPF/150] 1w4d 20:09:02, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.148/30  *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.152/29  *[OSPF/150] 17:47:01, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.160/29  *[OSPF/150] 1w2d 22:48:20, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
11.111.162.168/29  *[Direct/0] 01:29:50> via vlan.10
11.111.162.169/32  *[Local/0] 11:26:18
                      Local via vlan.10
11.111.162.176/29  *[Direct/0] 00:00:09> via vlan.418
11.111.162.177/32  *[Local/0] 01:15:16
                      Local via vlan.418
49.255.225.32/30   *[OSPF/150] 3d 01:13:59, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
72.8.133.8/30      *[OSPF/150] 1w6d 17:40:45, metric 40, tag 0> to 11.111.161.245 via ge-0/0/47.0
72.8.137.44/30     *[OSPF/150] 1w6d 17:40:45, metric 40, tag 0> to 11.111.161.245 via ge-0/0/47.0
111.75.116.0/24    *[OSPF/150] 1w6d 17:40:45, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
111.231.89.240/30  *[OSPF/150] 3d 01:13:59, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
111.231.91.0/24    *[Direct/0] 1w6d 18:19:25> via vlan.300
111.231.91.1/32    *[Local/0] 1w6d 18:20:13
                      Local via vlan.300
119.27.49.248/30   *[OSPF/150] 1w6d 17:40:45, metric 40, tag 0> to 11.111.161.245 via ge-0/0/47.0
180.189.25.25/32   *[OSPF/150] 1w6d 17:40:45, metric 40, tag 0> to 11.111.161.245 via ge-0/0/47.0
192.168.2.1/32     *[Local/0] 1w6d 18:20:18
                      Reject
192.168.100.1/32   *[Local/0] 1w6d 18:20:12
                      Reject
192.168.101.1/32   *[Local/0] 1w6d 18:20:12
                      Reject
192.168.200.0/24   *[Static/5] 1w0d 15:51:56> via gre.0
218.100.52.0/24    *[OSPF/150] 3d 01:14:00, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
221.121.149.44/30  *[OSPF/150] 3d 01:14:00, metric 10, tag 0> to 11.111.161.245 via ge-0/0/47.0
224.0.0.5/32       *[OSPF/10] 1w6d 17:41:01, metric 1
                      MultiRecv

inet6.0: 6 destinations, 7 routes (6 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

::/0               *[Static/5] 1w6d 18:19:26
                    > to 2400:fa80:1:1::1 via ge-0/0/47.0
0001:0001:1:1::/64 *[Direct/0] 1w6d 18:19:27> via ge-0/0/47.0
0001:0001:1:1::2/128
                   *[Local/0] 1w6d 18:19:46
                      Local via ge-0/0/47.0
0001::/64          *[Direct/0] 1w6d 18:19:27> via ge-0/0/46.0
                    [Direct/0] 1w6d 18:19:27> via ge-0/0/47.0
0001::0001:1ff:fec4:c571/128
                   *[Local/0] 1w6d 18:19:46
                      Local via ge-0/0/46.0
0001::0001:1ff:fec4:c572/128
                   *[Local/0] 1w6d 18:19:46
                      Local via ge-0/0/47.0

The config is a bit of a mess, but I've been through the relevant sections a million times and it looks correct. Hopefully a fresh set of eyes will help! 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>