houzhiqing

RIP juniper

RIP <wbr>juniper

RIP协议

R1配置结果

root@R1#

[edit]
root@R1# show
## Last changed: 2012-05-24 07:42:20 UTC
version 11.1R1.14;
system {
    host-name R1;
    root-authentication {
        encrypted-password abc123; ## SECRET-DATA
    }
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
}
interfaces {
    em0 {
        unit 0 {
            family inet {              
                address 172.16.1.1/24;
            }
        }
    }
    lo0 {
        unit 1 {
            family inet {
                address 1.1.1.1/32;
            }
        }
    }
}
protocols {
    rip {
        group RIP1 {
      

分类:

技术点:

相关文章:

  • 2021-09-19
  • 2021-06-21
  • 2021-10-13
  • 2021-06-30
  • 2021-09-07
  • 2021-05-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-08-09
  • 2021-11-26
  • 2022-12-23
相关资源
相似解决方案