随笔分类 - LLDP
摘要:在RFC2741中这样定义:4.3中有如下段落: Ageneralarchitecturaldivisionoflaborbetweenmasteragentandsubagent: master agent和subagent有这明确的分工: ThemasteragentisMIBignoranta...
阅读全文
摘要:1、查看周围的邻居列表root@hbg:/# lldpcli show neighbors-------------------------------------------------------------------------------LLDP neighbors:-----------...
阅读全文
摘要:struct lldpd {int g_snmp; struct event*g_snmp_timeout;void*g_snmp_fds;char*g_snmp_agentx;}lldpd_main(){ struct lldpd *cfg; // 初始化snmp相关参数 int snmp =...
阅读全文
摘要:此文档是经过逆序推到出的,可能有错误之处,敬请指教,谢谢。1)interfaces_update 更新一些接口信息2)levent_iface_subscribe 该接口通过socket通信(非阻塞模式)来获取信息。增加了一个event,来接收信息。3)levent_iface_trigger直接调...
阅读全文