路由器配置Stub后邻接关系建立失败如图11.1所示,BENET总公司和分公司通过E1专线连接。R1、R2为总公司路由器,R3为分公司路由器。网络规划如下:nR1和R2的互联地址为:10.0.0.0/30;R2和R3的互联地址为:20.0.0.0/30;n使用路由器的Loopback0接口地址作为Route-id,R1的Loopback..
分类:
其他好文 时间:
2015-12-11 07:14:38
阅读次数:
163
查看路由表 netstat -r与 netstat -r 命令不同,route 命令可用于查看、添加、删除或更改路由表条目。使用命令提示符 Telnet 连接到路由器键入命令 telnet 及远程路由器默认网关的 IP 地址需要输入的用户名为 ccna1,口令为 cisco。 注意:键入时看不到口令...
分类:
其他好文 时间:
2015-12-10 23:51:21
阅读次数:
160
一、初识系统1、一上来先看下路由规则Global.asax.csroutes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL with para...
分类:
Web程序 时间:
2015-12-10 23:43:33
阅读次数:
237
数据准备route_logApr2311:49:54hostapd:wlan0:STA14:7d:c5:9e:fb:84Apr2311:49:52hostapd:wlan0:STA74:e5:0b:04:28:f2Apr2311:49:50hostapd:wlan0:STAcc:af:78:cc:d...
分类:
其他好文 时间:
2015-12-10 21:25:27
阅读次数:
128
这一次主要的学习内容是 ng-route(本次的项目由于种种原因吧,我们采用了ui-router,而不是原生的ng-route)* 配置路由。* 注意这里采用的是ui-router这个路由,而不是ng原生的路由。* ng原生的路由不能支持嵌套视图,所以这里必须使用ui-router。1、那么,首先我...
分类:
Web程序 时间:
2015-12-09 16:54:24
阅读次数:
179
1 public class DomainRoute : Route 2 { 3 private Regex domainRegex; 4 private Regex pathRegex; 5 6 public string Domain { get...
分类:
Web程序 时间:
2015-12-09 13:42:57
阅读次数:
211
Juniper防火墙基本命令常用查看命令 Get int查看接口配置信息Get int ethx/x查看指定接口配置信息Get mip查看映射ip关系 Get route查看路由表 Get policy id x查看指定策略 Get nsrp查看nsrp信息,后可接参数查看具体vsd组、端口监控设置...
分类:
其他好文 时间:
2015-12-08 17:59:35
阅读次数:
285
步骤1,启用IP2,每个路由器loopback地址10.10.x.xx表示路由器号3,R4R5使用PPP连接。消除多余的32位主机路由ints2/1encapsulationppp------------封装PPPnopeerneighbor-route-------消除多余的32位主机路由shutnoshut4,只使用图中的PVC,实现帧中继网络全通。允许通过广播流..
分类:
其他好文 时间:
2015-12-08 07:21:26
阅读次数:
161
1、route-map解析2、实验拓扑3、实验配置R1配置interfaceSerial0/0ipaddress12.1.1.1255.255.255.0interfaceSerial0/1ipaddress13.1.1.1255.255.255.0interfaceSerial0/2ipaddress14.1.1.1255.255.255.0routereigrp90redistributeospf110metric150010025511500network14.1.1.00..
分类:
其他好文 时间:
2015-12-04 21:08:16
阅读次数:
279
野兽的ng api学习 --ngRoutengRoute$routeProvider配置路由的时候使用。方法:when(path,route);在$route服务里添加一个新的路由。path:该路由的路径。route:路由映射信息。controller:字符串或函数,指定控制器。controller...