CCIE Professional Development:Routing TCP/IP Volume 1  Author: Jeff Doyle  Publisher: Cisco Press; 1st edition (July 1, 1998)  Amazon Reviews: Amazon.com  Book Info: 本书是第一本详细而又完整地介绍互联网络内部网关路由选择协议(IGR
转载 精选 2006-04-22 15:03:17
2329阅读
IP routing not enabled 是没有开启routing功能  只要 执行 ip routing 就可以
原创 2022-11-21 17:52:57
2694阅读
IP Routing is an essential aspect of networking that allows packets of data to be properly directed from source to destination. Various routing protocols, such as RIP (Routing Information Protocol) an
原创 2024-01-30 16:47:10
34阅读
display ip routing-table 命令功能 display ip routing-table命令用来显示公网IPv4路由表的信息。 命令格式 display ip routing-table [ verbose ] display ip routing-table ip-address [ mask | mask-length ] [ longer-match ] [ v
原创 2012-11-08 09:04:21
10000+阅读
R2有一个物理接口f0/1和一个loopback接口lo0,都配置了地址。R1开启路由,并配置到lo0和f0/1的路由,R2关闭路由,且没有配置路由。在R1上可ping到lo0和f0/1。why?    
原创 2010-10-20 22:26:25
634阅读
ip routing 启用IP路由功能 no ip routing 关闭IP路由功能 ip source routing IP源路由,如果依靠IP源地址做确认的服务将产生问题并且会被非法入侵 路由器的ip routing是缺省启用的,关闭ip routing是为了把路由器当做一台主机来用,所以此时要配上ip default-gateway ,就象在自己的PC上设置缺省网关一样。
转载 精选 2012-06-28 14:47:47
4682阅读
各位大神帮我分析下文中的所提到的问题,谢谢
原创 2016-04-10 12:13:42
5059阅读
1评论
http://baturin.org/docs/iproute2/#Add%20a%20route%20via%20interfacePolicy-based routing (PBR) in Linux is ...
原创 2022-05-02 14:15:47
679阅读
       看他的CCIE#1919号码就不用想了,100%的大牛。。北美地区internet的BGP他是资深顾问,OSPF,MPLS精通到研发的程度。现在在参与IPv6的开发。原来是cisco的技术顾问,现在是juniper的资深工程师,副总裁。        人家十年前写
原创 2007-12-13 19:18:28
2593阅读
1点赞
8评论
The below is a real life example. Due to the poor IP addressing, you will see wrong OSPF summary routing has been added in the routing table under specific condition.As RFC 2328 suggests,the metric fo
原创 2014-06-03 19:45:27
619阅读
https://groups.google.com/forum/#!topic/docker-user/gFHoaKpr7noHi,I tried to modify the the kernel IP rout...
转载 2022-05-02 22:18:56
195阅读
以下都是比较基础的,作个比较系统的学习,有一些作了一点解释,不懂的可以提问。共同学习,以求进步。       当路由器学习到不同路由协议提供的路由时,通过管理路由来选取最短管理距离的那一条。比如RIP和IGRP 同一路由器可配置多种协议,不同协议之间不能通信。直连最快为0,两台路由直接相连就根本不需要配路由协议   &nbs
原创 2008-08-12 09:47:08
791阅读
1评论
VXLAN Routing: Enhancing Network Connectivity with Huawei In today's digital age, where information flows rapidly and seamlessly, robust and efficient network architecture is crucial for businesses t
原创 2024-02-02 11:20:53
63阅读
URL Routing参考原文:https://github.com/angular-ui/ui-router/wiki/Multiple-Named-ViewsMost states in your application will probably have a url associated with them. 在你的应用程序中或多或少都会存在自定义状态(states),他们可能有
翻译 精选 2016-09-28 16:20:26
937阅读
# Android Routing: 简介与实现 在现代Android应用程序中,路由是一个关键概念。它指的是在各个活动和片段之间导航的方式。通过良好的路由设计,开发者可以更轻松地管理应用的界面和用户体验。本文将带您深入了解Android路由的基本概念、实现方式,以及代码示例。 ## 什么是路由 路由可以理解为应用中页面之间的连接和导航。它确保用户在不同部分之间切换时,能够以一种流畅而直观的
原创 9月前
36阅读
display ip routing-table 是进行网络故障判断的首要工具。它直接从“网络地图”层面告诉你数据包能否被正确转发以及路径是否正确。如何利用该命令进行故障判断的详细指南。就是以下一、核心思路:路由表是网络层的“地图”基本逻辑: 如果去往一个目标IP地址的路由在路由表中不存在、不正确或 ...
转载 23天前
366阅读
        as the first artical,let's establish some basic terminology and concepts of routing.     static routing     static routing refe
原创 2008-05-01 23:28:56
1128阅读
2评论
URL Routing组件 • System.Web.Routing.dll • 独立于ASP.NET MVC框架的组件,可用于任意ASP.NET应用程序 • ASP.NET MVC框架开放源代码 • URL Routing组件目前并不开放 • 将URL转换为RouteData等数据并指向相应的Controller和Action URL
原创 2010-04-24 12:11:13
432阅读
前言 以前我都是把 ODataController 和普通 API Controller 分开做. (因为 OData 实在多 Bug, 好东西尽量不要掺和它) Read 的部分用 OData, CUD 的部分就用原本的 API. 但最近 OData 弃用了 ODataRoute 这些东西, 改用 ...
转载 2021-10-25 16:08:00
541阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5