上一页 1 ··· 23 24 25 26 27
摘要: 1.配置路由器端口ip,t同时启用端口ip,设置内网(注意内网外网区别) Router(config)#inter f0/0 Router(config-if)#ip add 192.168.1.1 255.255.255.0 Router(config-if)#no shut //启用端口ip R 阅读全文
posted @ 2018-01-07 20:14 helloWorldhelloWorld 阅读(1282) 评论(0) 推荐(0)
摘要: 1.配置路由器的端口ip地址(注意外网和内网ip地址的设置) Router(config)#inter f0/0 Router(config-if)#ip add 192.168.1.1 255.255.255.0 Router(config-if)#no shut //启用端口ip Router( 阅读全文
posted @ 2018-01-07 19:45 helloWorldhelloWorld 阅读(2030) 评论(0) 推荐(0)
摘要: 1.配置路由器端口ip(两个端口需要设置两个网段) Router(config)#inter f0/1 Router(confiog-if)#ip add 202.1.1.2 255.255.255.0 2.确定内网外网 Router(config)#inter f0/1 Router(config 阅读全文
posted @ 2018-01-07 15:55 helloWorldhelloWorld 阅读(612) 评论(0) 推荐(0)
摘要: 1.首先使整个链路相同 (以Router0)为例子 (1).设置端口IP(需要给两个端口设置ip) Router(config)#inter f0/0 Router(config-if)#ip add 192.168.1.1 255.255.255.0 Router(config-if)#no sh 阅读全文
posted @ 2018-01-07 09:10 helloWorldhelloWorld 阅读(179) 评论(0) 推荐(0)
摘要: 1.首先使各终端相通(之后再确定控制那个PC不能访问) 采用配置RIP动态路由表 以Router5为例子 (1)设置端口ip(三个端口需要设置三个端口ip) Router(config)#inter f1/0 Router(config-if)#ip add 192.168.2.1 255.255. 阅读全文
posted @ 2018-01-04 19:25 helloWorldhelloWorld 阅读(130) 评论(0) 推荐(0)
摘要: 1.配置PC的ip和网关(网关是与PC端相连的路由器端口的ip) 2.以Router为例子 (1)配置端口ip(两个端口需要设置两个ip) Router(config)#inter f0/0 Router(config-if)#ip address 192.1681.1 255.255.255.0 阅读全文
posted @ 2018-01-04 15:48 helloWorldhelloWorld 阅读(821) 评论(0) 推荐(0)
摘要: 划分数据类型主要是因为:节省内存空间 (一)值类型 一:整数类型 二:实数类型 三:字符类型 四:布尔类型 布尔是逻辑值,取值只能是true or false,bool类型对应于.NET类库中的System.Boolean结构,在计算机中占到4个字节,即32位存储空间 五:结构类型 格式: stru 阅读全文
posted @ 2018-01-04 14:54 helloWorldhelloWorld 阅读(332) 评论(0) 推荐(0)
摘要: 动态RIP配置路由表 以Router11为例子: (1)配置端口ip(两个端口需要设置两个ip) Router(config)#inter f0/0 Router(config-if)#ip add 192.168.1.1 255.255.255.0 Router(config-if)#no shu 阅读全文
posted @ 2018-01-03 21:25 helloWorldhelloWorld 阅读(679) 评论(0) 推荐(0)
摘要: 动态ospf设置路由表 以Rourer1为例子 (1)首先设置路由器端口ip Router(config)#inter f0/0 Router(config-if)#ip add 192.168.1.1 255.255.255.0 (2)启用端口Ip Router(config-if)#no shu 阅读全文
posted @ 2018-01-03 21:16 helloWorldhelloWorld 阅读(821) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27