zoukankan      html  css  js  c++  java
  • [Zebos Learning] RIP

    打算学学Zebos的实现方式  先从简单的RIP 入手吧 

    Junos:9.4R4.5   Vs  Zebra

    简单构建了一套环境  R1---------------Zebos---------------R2 

    代码结构如下

    ripd
    This directory contains all the code for RIP supporting IPv4.
    Description
    ripd.h ripd.c                                        Functions to initiate, stop, and destroy ripd instances

    rip_api.h rip_api.c                                Prototypes, functions and data structures for the CLI, MIB and other APIs
    rip_cli.h rip_cli.c                                   CLI API
    rip_debug.h rip_debug.c                       Functions and data structures for debugging ripd
    rip_distance.h rip_distance.c                 Functions and data structures for RIP distance calculations
    rip_interface.h rip_interface.c                Functions and data structures for interface table maintenance
    rip_main.c                                           Functions to load configuration and run ripd
    rip_nsm.h rip_nsm.c                            Functions and data structures for the NSM client
    rip_offset.h rip_offset.c                        Functions and data structures for offset list maintenance
    rip_peer.h rip_peer.c                            Functions and data structures for peer list maintenance
    rip_routemap.h rip_routemap.c             Functions and data structures to set route map attributes
    rip_snmp.h rip_snmp.c                         Functions and data structures for handling MIB requests

  • 相关阅读:
    [转]P2P原理和常见实现方法
    google naming
    【转】CvArr、Mat、CvMat、IplImage、BYTE转换(总结而来)
    Ubuntu 下 JDK7.0和eclipse安装
    BSP模型简单介绍
    2012最受企业欢迎的开发技能Top10 转
    Social Network Analysis
    python操作mysql
    ASP、ASP.NET、JSP、PHP等网页服务器语言的比较
    mysql 正则表达式 regexp
  • 原文地址:https://www.cnblogs.com/abacuspix/p/2630332.html
Copyright © 2011-2022 走看看