Поиск по сайту

    Мои услуги на Kwork

Базовая настройка juniper qfx 3500

version 14.1X53-D15.2;
system {
    host-name jun3500;
    time-zone Europe/Moscow;
    arp {
        aging-timer 5;
    }
    root-authentication {
        encrypted-password "$1bz$P50jgfuvO3oIWSrf34ofivi3JM0"; ## SECRET-DATA
    }
    name-server {
        77.88.8.8;
        8.8.8.8;
    }
    login {
        class super-user-local {
            idle-timeout 30;
        }
        user admin1 {
            uid 101;
            class super-user;
            authentication {
                encrypted-password "$1$bW$RCFGhhJucGHvMhD434fg0zS/tLM1"; ## SECRET-DATA
            }
        }
    }
    services {
        ssh;
        telnet;
    }
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
    archival {
        configuration {
            transfer-on-commit;
            archive-sites {
                "scp://mylogin:mypass@10.20.30.40/home/mylogin";
            }
        }
    }
    ntp {
        server 10.20.30.2;
    }
}
security {
    ssh-known-hosts {
        host 10.20.30.45 {
            rsa-key AAAAB3NzaC1etqYYUWdsl5bbEwSx6T7uUCPd+rtw+UllxcJZQ31s6E88bUCr00p1UG5sKpQ==; # random simbols for example ^)
        }
    }
}
interfaces {
    xe-0/0/0 {
        description office1;
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ 17-19 67 2124 ];
                }
                storm-control default;
            }
        }
    }
    xe-0/0/1 {
        description SErver-1;
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ 14 17-19 ];
                }
                storm-control default;
            }
        }
    }
    xe-0/0/2 {
        description ServerFTP;
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ 17 19 ];
                }
                storm-control default;
            }
        }
    }
    xe-0/0/3 {
        description SErver-2;
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ 17 19 ];
                }
                storm-control default;
            }
        }
    }

#########Здесь много-много одинаковых настроек на все 48 портов####

    xe-0/0/48 {
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members 1;
                }
                storm-control default;
            }
        }
    }
   
    et-0/1/0 {
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ all ];
                }
                storm-control default;
            }
        }
    }
    et-0/1/1 {
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ all ];
                }
                storm-control default;
            }
        }
    }
    et-0/1/2 {
        unit 0 {
            family ethernet-switching {
                storm-control default;
            }
        }
    }
    et-0/1/3 {
        unit 0 {
            family ethernet-switching {
                storm-control default;
            }
        }
    }
    me0 {
        unit 0 {
            family inet {
                address 10.20.31.1/24;
            }
        }
    }
}
snmp {
    name "qfx3500";
    description "ex juniper";
    location servernaya;
    client-list snmp-list {
        10.0.0.0/8;
    }
    community somecummunitysample {
        authorization read-only;
        client-list-name snmp-list;
    }
}
forwarding-options {
    storm-control-profiles default {
        all;
    }
}
routing-options {
    static {
        route 0.0.0.0/0 next-hop 10.20.30.1;
    }
}
protocols {
    lldp {
        interface all;
    }
    lldp-med {
        interface all;
    }
    igmp-snooping {
        vlan default;
        vlan vlan_19 {
            interface xe-0/0/0.0 {
                multicast-router-interface;
            }
            interface et-0/1/0.0;
            interface xe-0/0/4.0 {
                multicast-router-interface;
            }
            interface xe-0/0/5.0 {
                multicast-router-interface;
            }
            interface xe-0/0/6.0 {
                multicast-router-interface;
            }
        }
    }
    rstp {
        interface xe-0/0/0;
        interface xe-0/0/1;
        interface xe-0/0/2;
        interface xe-0/0/3;
        interface xe-0/0/4;
        interface xe-0/0/5;
        interface xe-0/0/6;
        interface xe-0/0/7;
        interface xe-0/0/8;
        interface xe-0/0/9;
        interface xe-0/0/10;
        interface xe-0/0/11;
        interface xe-0/0/12;
        interface xe-0/0/13;
        interface xe-0/0/14;
        interface xe-0/0/15;
        interface xe-0/0/16;
        interface xe-0/0/17;
        interface xe-0/0/18;
        interface xe-0/0/19;
        interface xe-0/0/20;
        interface xe-0/0/21;
        interface xe-0/0/22;
        interface xe-0/0/23;
        interface xe-0/0/24;
        interface xe-0/0/25;
        interface xe-0/0/26;
        interface xe-0/0/27;
        interface xe-0/0/28;
        interface xe-0/0/29;
        interface xe-0/0/30;
        interface xe-0/0/31;
        interface xe-0/0/32;
        interface xe-0/0/33;
        interface xe-0/0/34;
        interface xe-0/0/35;
        interface xe-0/0/36;
        interface xe-0/0/37;
        interface xe-0/0/38;
        interface xe-0/0/39;
        interface xe-0/0/40;
        interface xe-0/0/41;
        interface xe-0/0/42;
        interface xe-0/0/43;
        interface xe-0/0/44;
        interface xe-0/0/45;
        interface xe-0/0/46;
        interface xe-0/0/47;
        interface et-0/1/0;
        interface et-0/1/1;
        interface et-0/1/2;
        interface et-0/1/3;
    }
}
vlans {
    vlan_10 {
        vlan-id 14;
    }
    vlan_103 {
        vlan-id 17;
    }
    vlan_104 {
        vlan-id 19;
    }
    vlan_107 {
        vlan-id 67;
    }
   
}

{master:0}

Comments

So empty here ... leave a comment!

Добавить комментарий

Sidebar



Яндекс.Метрика Рейтинг@Mail.ru