Конфигурации устройств

system {
    host-name MX1-L1;
    root-authentication {
        encrypted-password "$1$leeNuE75$ZZxUWOiLbXj65EWo4ZO2s1"; ## SECRET-DATA
    }
}
interfaces {
    ge-0/0/0 {
        unit 0 {
            family inet {
                address 25.0.0.8/31;
            }
            family iso;
        }
    }
    ge-0/0/1 {
        unit 0 {
            family inet {
                address 25.0.0.1/29;
            }
            family iso;
        }                               
    }
    lo0 {
        unit 0 {
            family inet {
                address 25.0.0.254/32;
            }
            family iso {
                address 49.0001.0250.0000.0254.00;
            }
        }
    }
}
protocols {
    isis {
        level 2 disable;
        interface ge-0/0/0.0 {
            point-to-point;
        }
        interface ge-0/0/1.0 {
            level 2 disable;
            level 1 priority 77;
        }
        interface lo0.0;                
    }
}

Last updated