码迷,mamicode.com
首页 >  
搜索关键字:Cisco Route    ( 5607个结果
或许因为缺少默认route配置而导致的的ping超慢,甚至timeout
内网有台dell r620 做测试用;4个网口都插了 网线,通过小交换直接连在中心路由的第3个口上;安装了kvm,有virbr0 ;但还没装其它的虚拟机。ping 外网域名 ,IP地址 都超慢; 近乎1分钟返回一次;尝试:/etc/sysconfig/network-scripts 目录下新件了 ....
分类:其他好文   时间:2014-06-29 00:47:00    阅读次数:283
CCNA学习笔记四——Telnet CDP
CDP协议:Cisco发现协议show cdpshow cpd neighbors:查看当前设备连接了哪些Cisco设备cdp timer:修改发送间隔时间cdp holdtime:修改保留时间cdp advertise-2:修改版本号debug cdp packetsshow cdp traffi...
分类:Web程序   时间:2014-06-21 08:09:37    阅读次数:299
CCNA 6.5
no sh (no shutdown : start the interface)router rspf 1network x.x.x.x x.x.x.x area 0int (interface)show ip route (to see routing table entries)RIPRtr(...
分类:其他好文   时间:2014-06-21 00:03:48    阅读次数:319
ASP.NET MVC 入门7、Hellper与数据的提交与绑定
View视图 我们可以手写HTML代码, 也可以采用基类提供的Helper类完成HTM代码.示例:生成的HTML代码就是:首页生成的HTML代码取决于Global.asax中配置的Route顺序.数据显示数据绑定 Blog的名称 Blog的简单描述 ...
分类:Web程序   时间:2014-06-20 17:58:52    阅读次数:229
【C#】 用Route进行URL重写
在.NET Framework 4中,微软推出了Route机制。这种机制不仅在MVC中大量运用,在WebForm中也可以使用。和Contex.RewritePath()一样,Route功能也是写在Global.asax文件中。1.设置默认页面具体代码如下:如代码所示,该路由会将网站默认转向Simpl...
分类:其他好文   时间:2014-06-20 17:54:07    阅读次数:813
Leetcode Gas Station
There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costscost[...
分类:其他好文   时间:2014-06-20 15:20:38    阅读次数:176
route初级贴
vim route.rb resources :fetched_apps do member do patch :import end end spring rake routes recommend_apps GET /recommend_apps(.:fo...
分类:其他好文   时间:2014-06-20 14:57:22    阅读次数:213
[LeetCode] Gas Station
There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costscost[...
分类:其他好文   时间:2014-06-18 15:58:10    阅读次数:149
CCNA学习笔记一
cisco三层模型:接入层-集散层(分布层)-核心层OSI七层模型功能: 第七层:应用层 数据 用户接口,提供用户程序“接口”。 第六层:表示层 数据 数据的表现形式,特定功能的实现,如数据加密。 第五层:会话层 数据 允许不同机器上的用户之间建立会话关系,如WINDOWS 第四层:传...
分类:其他好文   时间:2014-06-17 14:56:57    阅读次数:201
《Linux系统静态路由和火墙路由》
本篇主要写的是关于静态路由表的添加,和如何让你不能上网的主机通过火墙路由表实现上网的功能。静态路由表:要是你的主机是2块网卡,并且做了网卡的绑定,依照我下面的方法是成功不了的,你可以去编辑:# vim /etc/rc.d/rc.localip route add 12.0.0.1/24 via 19...
分类:系统相关   时间:2014-06-14 16:49:39    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!