Senin, 20 April 2015

Config Junos

junos@Juniper1> show configuration  
## Last commit: 2015-04-20 15:05:14 UTC by junos
version 10.4R1.9;
system {
    host-name Juniper1;
    root-authentication {
        encrypted-password "$1$rJlyFkT8$yDIDzTTC8SIs06S/aIBBh/"; ## SECRET-DATA
    }
    login {
        user junos {
            uid 2000;
            class super-user;
            authentication {
                encrypted-password "$1$ujzBeoqg$ziT0lpD4BDEzdtiADGDvE/"; ## SECRET-DATA
            }
        }
    }
    services {
        telnet;
    }
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
}
interfaces {
    em0 {
        description "*** MGMT - Do not change !! ***";
        unit 0 {
            family inet {
                address 10.0.0.21/24;
            }
        }
    }
    em1 {
        description To-Juniper2;
        unit 0 {
            family inet {
                address 10.0.20.21/24;
            }
        }
    }
    em2 {
        description To-Cisco-R1;
        unit 0 {
            family inet {
                address 10.0.11.21/24;
                address 10.0.0.1/28;
            }
        }
    }
    em3 {
        description To-Juniper3;
        unit 0 {
            family inet {
                address 10.0.21.21/24;
            }
        }
    }
}
routing-options {
    router-id 1.1.1.1;
    autonomous-system 65003;
}
protocols {
    bgp {
        group a {
            type internal;
            local-address 1.1.1.1;
            neighbor 2.2.2.2;
        }
    }
    ospf {
        area 0.0.0.0 {
            interface em1.0;
            interface em2.0;
        }
        area 0.0.0.30 {
            stub;
            interface em3.0;
        }
    }
}

sumber :http://www.sharontools.com/

Tidak ada komentar:

Posting Komentar