CCIE学习笔记向eigrp域宣告一条默认路由:1.用ipdefault-network:R2关键配置:Iproute2.0.0.0255.0.0.0null0//在路由表中制造一条主类网络Routereigrp1Network2.0.0.0//宣告主类网络Ipdefault-network2.0.0.0//相当于告诉EIGRP域内的路由器默认网关在2.0.0.0,所以发布这个网..
分类:
其他好文 时间:
2014-08-13 15:17:37
阅读次数:
378
查看组播路由表:showipmroute查看igmp组成员:showipigmpgroup通用规则:1.无论何时,只要创建一个(S,G)项而其相应的父(*,G)不存在,就首先自动创建新的(*,G)项。2.RPF接口是作为对源IP地址(或稀疏模式(*,G)项,RP)的最小开销路径接口来估算的。如果多个接口开..
分类:
其他好文 时间:
2014-08-13 15:05:47
阅读次数:
378
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs...
分类:
其他好文 时间:
2014-08-13 00:32:34
阅读次数:
272
简介
Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。
输出信息含义
执行netstat后,其输出结果为
Active Internet connections (w/o servers)
Proto Re...
分类:
Web程序 时间:
2014-08-12 13:41:14
阅读次数:
304
Problem Description
杭州有N个景区,景区之间有一些双向的路来连接,现在8600想找一条旅游路线,这个路线从A点出发并且最后回到A点,假设经过的路线为V1,V2,....VK,V1,那么必须满足K>2,就是说至除了出发点以外至少要经过2个其他不同的景区,而且不能重复经过同一个景区。现在8600需要你帮他找一条这样的路线,并且花费越少越好。
Input
第一...
分类:
其他好文 时间:
2014-08-11 15:00:02
阅读次数:
195
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].
You have a car with an unlimited gas tank and it costs cost[i] of
gas to travel from station i to...
分类:
其他好文 时间:
2014-08-10 15:53:50
阅读次数:
222
简介
Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。
输出信息含义
执行netstat后,其输出结果为
Active Internet connections (w/o servers)
Proto Recv-Q S...
分类:
Web程序 时间:
2014-08-08 12:47:55
阅读次数:
307
LVS简介:LVS集群有DR、TUN、NAT三种配置模式,可以对www服务、FTP服务、MAIL服务等做负载均衡,下面通过搭建www服务的负载均衡实例,讲述基于DR模式的LVS集群配置Director-Server:LVS的核心服务器,作用类似于一个路由器,含有为LVS功能完成的路由表,通过路由表把用户的请求..
分类:
其他好文 时间:
2014-08-07 07:37:11
阅读次数:
456
一、不同网卡不同网关wlan:192.168.100.1/24wifi:192.168.8.1/241.如果想要特定的ip访问wifi网络可以用route add 1.2.3.4 mask 255.255.255.255 192.168.8.1 metric 1把1.2.3.4这个ip地址出口网卡设...
1.Microsoft.Web.Helpers.UrlBuilder2.Microsoft.Web.Mvc.AreaHelperspublic static string GetAreaName(RouteBase route);public static string GetAreaName(Ro...
分类:
Web程序 时间:
2014-08-05 11:03:49
阅读次数:
218