zoukankan      html  css  js  c++  java
  • RIP 路由

    配置:

    R1

    <Huawei>dis current-configuration 
    [V200R003C00]
    #
     snmp-agent local-engineid 800007DB03000000000000
     snmp-agent 
    #
     clock timezone China-Standard-Time minus 08:00:00
    #
    portal local-server load flash:/portalpage.zip
    #
     drop illegal-mac alarm
    #
     wlan ac-global carrier id other ac id 0
    #
     set cpu-usage threshold 80 restore 75
    #
    aaa 
     authentication-scheme default
     authorization-scheme default
     accounting-scheme default
     domain default 
     domain default_admin 
     local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
     local-user admin service-type http
    #
    firewall zone Local
     priority 15
    #
    interface Ethernet0/0/0
    #
    interface Ethernet0/0/1
    #
    interface Ethernet0/0/2
    #
    interface Ethernet0/0/3
    #
    interface Ethernet0/0/4
    #
    interface Ethernet0/0/5
    #
    interface Ethernet0/0/6
    #
    interface Ethernet0/0/7
    #
    interface GigabitEthernet0/0/0
     ip address 10.0.0.254 255.255.255.0 
    #
    interface GigabitEthernet0/0/1
     ip address 11.0.0.1 255.255.255.0 
    #
    interface NULL0
    #
    rip 1
     version 2
     network 10.0.0.0
     network 11.0.0.0
    #
    user-interface con 0
     authentication-mode password
    user-interface vty 0 4
    user-interface vty 16 20
    #
    wlan ac
    #
    return
    <Huawei>

    dis ip rou pro rip

    <Huawei>dis ip routing-table protocol rip 
    Route Flags: R - relay, D - download to fib
    ------------------------------------------------------------------------------
    Public routing table : RIP
             Destinations : 2        Routes : 2        
    
    RIP routing table status : <Active>
             Destinations : 2        Routes : 2
    
    Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
    
           12.0.0.0/24  RIP     100  1           D   11.0.0.254      GigabitEthernet
    0/0/1
           13.0.0.0/24  RIP     100  2           D   11.0.0.254      GigabitEthernet
    0/0/1
    
    RIP routing table status : <Inactive>
             Destinations : 0        Routes : 0
    
    <Huawei>

    组播: 224.0.0.9  RIP2 协议版本

  • 相关阅读:
    Sliding Window
    方程的解数
    [JLOI2011]不重复数字
    A−B数对
    2007年分区联赛提高组之一 统计数字
    Magic Squares 魔板 (BFS+HASH)
    集合(normal)
    Place the Robots
    LoadRunner监控Linux
    CentOS6.3(64位)下安装Oracle11gR2(64)服务器
  • 原文地址:https://www.cnblogs.com/zy09/p/15438114.html
Copyright © 2011-2022 走看看