静态路由实现 授课内容: 利用软件 Boson netsim模拟静态路由的实现 授课重点: 理论和实践结合,进一步理解静态路由的特点 授课难点: 路由器配置命令的理解 授课形式:讲授+多媒体演示 课时安排:2课时 计算机网络技术
计算机网络技术 1 静态路由实现 授课内容: 利用软件Boson Netsim模拟静态路由的实现 授课重点: 理论和实践结合,进一步理解静态路由的特点 授课难点: 路由器配置命令的理解 授课形式:讲授+多媒体演示 课时安排:2课时
实物组网图示 1000.18 S0.100.028 RI E01921681.1/24 E0.192.168.21/24 Host 1 Host 2 IP Address:192.16812/24 IP Address: 192. 168.2.2/241 Default gateway: 192.168.1.1 Default Gateway: 192. 168. 2.1 计算机网络技术
计算机网络技术 3 实物组网图示
New Connection Select a device and interface to connect to 路由器R1和R2之间通过 点到点的方式建立连接 Available Devices Ethernet Interfaces Host2 Device Name For Selected Device a Select Serial Connection Type Router 1 Please select the PHYSICAL Telco Connectivity connection you would like to make a Point to Point Serial connection(Serial Cable) This will be used to make normal point to point serial connections. When you proceed with this step you will be asked to select the device and < Back Cancel Finish interface you would like to connect on both sides. After you select the devices used you wi have to pick the dCe side of the serial connection This will be the side that you will have to provice clocking for when you load your topology into the simulator C Point to Multi-Point Serial Connection (Frame Relay) 主机1和路由器R1的E0 This wil allow you to make up to an 8 point full mesh frame connection. For each connectio you will need to specify the Router and 接口之间建立连接 interface to use from the list of ayailable device Cancel 计算机网络技术
计算机网络技术 6 主机1和路由器R1的E0 接口之间建立连接 路由器R1和R2之间通过 点到点的方式建立连接
y Connection Select a device and interface to connect to 连接R1的对端接口为 Available devices Serial Interfaces enal 0 R2的s0端口 Device Name For Selected device Router 2 Serial Connection-Cable select Please select the DCE side of the Serial Cable. This will be the side that will need clocking inside of the Back Cancel Finish Simulato 2. Serial 建立路由器R1和路由器R2 「R1.s0 之间的对端S0接口连接 OK 计算机网络技术
计算机网络技术 7 建立路由器R1和路由器R2 之间的对端S0接口连接 连接R1的对端接口为 R2的S0端口
第一步:针对R1的初始配置 Press Enter to start Router> Router>enable 将“用户模式”转为“特权模式”。 Router cont t configure terminal的简写,表示从特权模式进行全局配置模式。 Enter configuration commands, on Router(config)hostname R1 使胃主机醌鼹。 R(cong)# int s0 interface serial简写,选择接口并且输入接口配置模式 R1( config-if)#ipad10.0.0.1255.0.0.0 设置一个接口地址和子网掩码。 R1(config-if)#no shut no shutdown的简写,表示打开一个关闭的接口。 BLIRK-3-UPDOTRT: Interface Serial, changed state to up Ri(config-if)#int eO BLINK-3-UPDOWR: Interface Serialo, changed state to down BLIREPROTO-5-UPDOnR: Line protocol on Interface Serial, changed state to dowm R1( config-if) ip add192.168.1.1255.255.255.0 R1(config-if)#no shut BLINK-3-UPDOWR: Interface ethernet, changed state to Ri(config-if)#"Z 输入组合键ctr+Z,切换至特权用户模式 BSYS-5-CORFIG I: Configured from console by console R1排
计算机网络技术 9 第一步:针对R1的初始配置 将“用户模式”转为“特权模式”。 configure terminal的简写,表示从特权模式进行全局配置模式。 使用一个主机名来配置路由器。 interface serial 简写,选择接口并且输入接口配置模式。 设置一个接口地址和子网掩码。 no shutdown的简写,表示 打开一个关闭的接口。 输入组合键Ctrl+Z,切换至特权用户模式
第二步:针对R2的初始配置 Press Enter to start Router> Router>en Router# conf t Enter configuration commands, one per line. End with CNTL/Z Router(config)thost R2 R2( config)Hint so R2(conf1g-1f)排 ip add10.0.0.2255.0.0.0 没置R2的S0端口的IP地址及掩码。 R2(config-if)#clock rate 64000 ◆设置串口硬件连接的时钟速率,保持同步。 no shutdown的简写,表示打开一个关闭 BLIRK-3-UPDOTR: Interface serial, changed state to up R2( config-1f)排inte0 R2( config-if)排 ip add192.168.2.1255.255.255.0 R2( config-if)ino shut BLiINK-3-UPDOWN: Interface ethernet, changed state to up R2( config-if)# Z 输入组合键ctr+Z,切换至特权用户模式。 BSYS-5-CONFIG I: Configured from console by console R2# show ip int brief列出接口的IP信息和状态 Interface IP-Address OK? Method status Protocol Serials 10.0.0.2 YES unset up up Ethernet 192.168.2.1 亞 s unset up up R2排
计算机网络技术 10 第二步:针对R2的初始配置 设置串口硬件连接的时钟速率,保持同步。 设置R2的S0端口的IP地址及掩码。 no shutdown的简写,表示打开一个关闭的接口。 列出接口的IP信息和状态。 输入组合键Ctrl+Z,切换至特权用户模式