Cisco实验五:路由器静态路由的配置

news/2025/1/31 16:00:48/
拓扑图



配置:
   SW0:SW-L201(config)#interface fastEthernet 0/1
              SW-L201(config-if)#switchport mode access

              SW-L201(config)#interface fastEthernet 0/24
              SW-L201(config-if)#switchport mode trunk
   SW1:同SW0

   RT0:
RT-L(config)#interface fastEthernet 0/0
RT-L(config-if)#no shutdown 
RT-L(config-if)#ip address 192.168.1.1 255.255.255.0
RT-L(config-if)#exit
RT-L(config)#interface serial 0/0/0
RT-L(config-if)#clock rate 64000
RT-L(config-if)#ip address 192.168.3.1 255.255.255.0
RT-L(config-if)#no shutdown 
RT-L(config-if)#exit
RT-L(config)#ip route 0.0.0.0 0.0.0.0 192.168.3.2
RT-L(config-if)#end

   RT1:
              
RT-L(config)#interface fastEthernet 0/0
RT-L(config-if)#no shutdown 
RT-L(config-if)#ip address 192.168.2.1 255.255.255.0
RT-L(config-if)#exit
RT-L(config)#interface serial 0/0/0
RT-L(config-if)#clock rate 64000
RT-L(config-if)#ip address 192.168.3.2 255.255.255.0
RT-L(config-if)#no shutdown 
RT-L(config-if)#exit
RT-L(config)#ip route 0.0.0.0 0.0.0.0 192.168.3.1
RT-L(config-if)#end





文章来源:https://blog.csdn.net/Cisco12138/article/details/53320229
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.ppmy.cn/news/162389.html

相关文章

epson l201 l200清零软件 中文版 l111 l101清零软件 L350 L353 清零软件

epson l201 l200清零软件 中文版 l111 l101清零软件 L350 L353 清零软件 终身使用 不限制电脑 保证可以清零成功 转载于:https://blog.51cto.com/l350l110/1251128

【Python】Python系列教程-- Python3 解释器和注解(八)

文章目录 前言交互式编程脚本式编程 Python3 注释这是一个注释 前言 往期回顾: Python系列教程–Python3介绍(一)Python系列教程–Python3 环境搭建(二)Python系列教程–Python3 VScode(三)Py…

L101

It isnt where you came from. Its where youre going that counts.起点并不重要,重要的是,你要去往何方。Nothing is impossible to a willing mind世上无难事只怕有心人Dust and dirt soon accumulates if the house is not cleaned regularly.Harsh p…

L1-032

根据新浪微博上的消息,有一位开发者不满NPM(Node Package Manager)的做法,收回了自己的开源代码,其中包括一个叫left-pad的模块,就是这个模块把javascript里面的React/Babel干瘫痪了。这是个什么样的模块&a…

mac 爱普生打印机驱动_爱普生l201打印机驱动下载Mac版-爱普生L201驱动Mac版下载 V8.7.5-PC6苹果网...

爱普生L201驱动Mac版是Mac OS平台上的爱普生打印机驱动官方Mac客户端,爱普生L201驱动Mac版为L201 墨仓式打印一体机的打印机驱动程序,适用于Mac系统,驱动安装前请先断开一体机同电脑的数据线,并根据驱动程序安装提示操作。 官方介…

L1-024~L1-026

题目 如果今天是星期三,后天就是星期五;如果今天是星期六,后天就是星期一。我们用数字1到7对应星期一到星期日。给定某一天,请你输出那天的“后天”是星期几。 输入格式: 输入第一行给出一个正整数D(1 ≤ …

渲染学生信息表

代码 <!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><meta http-equiv"X-UA-Compatible" content"IEedge"><meta name"viewport" content"widthdevice-width, initi…

使用VS编译遇到的一些错误代码以及解决方法

背景: 系统环境使用:win10 64位. 编译器使用VS2015. 错误代码: C4996: 出现这种错误的解决办法: 右击项目属性->选择c/c->高级 C1853 出现这种错误是你引用了C语言的函数,编译器预编译的无法识别该使用哪种编译器.解决办法是关闭预编译. 右击项目属性->c/c->…