OSPFv2
area * OSPF协议的区域号 arp-ping 查看ip的MAC地址及IP占用的问题
详细参数引用来源https://www.cnblogs.com/nul1/p/8732761.html -0:指定源地址为0.0.0.0,这个一般是在我们刚刚安装好系统,电脑还没配置好IP的时候 -a:Audible ping这个当有reply回来的时候,你的电脑有喇叭的话,就会滴滴的叫 -A:Only count addresses matchingrequested address -b:类似-0,指定源broadcast为255.255.255.255 -B:指定这个就相当于arping 255.255.255.255 -c count:发送指定数量的arp包后,即停止退出 -d:这个比较重要,当局域网有IP占用的时候,可以指定这个参数,当有相同的IP的不同MAC地址reply的时候,arping会退出,退出码为1 -D:这个检测是否丢包的,当丢包的时候打印感叹号,正常的时候打印逗号 -e:和-a相反,当没有reply的时候,会滴滴滴 -p:打开混杂模式,当前用户对mac无权限时,可以加上这个选 -r:输出的时候只打印MAC,写脚本的时候用得到,不用自己对结果awk了 -R:输出的时候只打印IP,和上面一样 -s MAC:指定源MAC地址 -SIP:指定源IP,设置了源IP,如果目标主机没有到源IP的route,则有可能收不到answer -t MAC:指定目的MAC -TIP:指定目的IP, -i interface:指定发送arp包的设备。不指定的话,默认为系统的第一块网卡 -q:表示不打印输出,写脚本不想打印输出的时候,应该用的到 -u:没啥大用,结果显示的时候,加这个参数和不加,index的显示形式不同 -v:打印详细的输出,默认打印的好像就是verbose -w deadline:指定两个ping直接的时间间隔,单位为毫秒,默认为1秒
asbr-summary 命令用来设置自治系统边界路由器(ASBR)对OSPF引入的路由进行路由聚合 (只在ASBR中) backup 备份信息 bandwidth-reference 设置计算链路开销时所依据的参考值 bfd 双向转发检测BFD(Bidirectional Forwarding Detection)是一种全网统一的检测机制,用于快速检测、监控网络中链路或者IP路由的转发连通状况。 clear 清理屏幕 default 设置默认值 default-route-advertise 控制默认路由分发 description 指定OSPF进程 dialer 拨号 display 显示详细配置 dn-bit-check 检查LSA中的DN位。默认情况启用DN位检查。 dn-bit-set 在LSA中配置DN位。默认情况下,在LSA中DN位为默认值 domain-id 指定VPN实例的OSPF域标识符 eca-route-type VPN的扩展属性的路由类型 enable 启用OSPF filter-lsa-out 配置LSA筛选器策略 filter-policy 更新路由表 flooding-control OSPF泛洪控制 frr OSPF 快速改道 graceful-restart Enable graceful restart import-route Redistribute information from another routing protocol lsa-arrival-interval Interval between acceptance for two new instances of the same LSA lsa-originate-interval Interval between originating two instances of the same LSA lsdb-overflow-limit Set the OSPF link-state database overflow limit maximum Forward packets over multiple paths maximum-routes Set the maximum number of OSPF routes in routing table mesh-group Enable Mesh-Group feature mtrace Trace route to multicast source nexthop Configure nexthop opaque-capability Enable opaque LSA peer 邻居 ping ping测试 preference OSPF protocol route preference prefix-priority Config the priority of routes quit 返回上一级 reset reset command group retransmission-limit Retransmission Limitation return 返回 rfc1583 Compatible with RFC 1583 route-tag Tag for OSPF external routes sham-hello Peers keep alive by receiving any legal OSPF packet silent-interface Suppress and receive routing on interfaces spf-schedule-interval Configure the interval for SPF calculation stub-router Specify a stub router test-aaa Accounts test tracert tracert command group undo Negate a command or set its defaults vpn-instance-capability To configure vpn capability
|