OSPF动态路由配置(Cisco Packet Tracer) 在路由器上配置OSPF协议(思科模拟器) 实验背景: 校园网通过一台三层交换机连到校园网出口路由器上,路由器再和校园外的另一台路由器连接。现要做适当配置,实现校园网内部主机与校园网外部主机之间的相互通信。为了简化网管的管理维护工作,学校决定采用OSPF协议实现互通。 实验环境: Windows1
1 在Cisco Packet Tracer模拟器中,通过下方的设备选择区,选择【Network Devices】中的【Routers】里的【Router-PT】拖拽至工作区中;添加完成后,在工作区中可以看到2台名称分别为【Router0】、【Router1】的【Router-PT】设备;2 通过下方的设备选择区,选择【Network Devices】中的【Switches】里的【3560-24PS】...
Cisco Packet Tracer 动态路由RIP配置 Cisco Packet Tracer 动态路由RIP配置 一、拓扑图 二、PC、路由IP配置 PC0: PC1: route0配置: Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname route0 route0(config...猜你喜欢...
2、按照提示符输入以下命令完成RA配置Router>enableRouter#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname RARA(config)#interface Fa0/0RA(config-if)#ip address 192.168.1.1 255.255.255.0RA(config-if)#no shutdownRA(config-if)#exitRA(config...
我们将采用Cisco Packet Tracer进行拓扑搭建,如图所示: 首先,我们先对两台主机进行IP地址以及子网掩码、网关的配置,如图所示: 然后进入到路由器进行相关的配置,因为是重新打开的,所以并没有提示端口打开: 接下来我们将要配置OSPF,如图所示: 接下来就是测试环节,两台主机可以互相Ping通,此处我们采用PC1去Ping通PC2,...
Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int f0/0 Router(config-if)#ip add 192.168.1.1 255.255.255.0 Router(config-if)#no shu #端口开启 Router(config-if)#exit Router(config)#int s0/0/0 Router(config-if)#ip add 192.168.3.1 255.255.255.0 #添加ip地址...
Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface FastEthernet0/0 Router(config-if)#ip address 172.17.0.1 255.255.255.0 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on...
OSPF Hello Packet is used between directly connected neighbours for Neighbour Establishment. You can check the below OSPF Hello Packet capture to see a real life example of this Packet. OSPF (Open Shortest Path First) Hello Packet You can also learn Cisco OSPF Configuration OSPF Database Descripti...
On any point-to-multipoint interface (broadcast or not), the Cisco IOS software assumed that the cost to each neighbor was equal. The cost was configured with the ip ospf cost interface configuration command. In reality, the bandwidth to each neighbor is different, so the cost should ...
1、实验 8:开放式最短路径优先路由协议ospf 配置一、实验目的1、练习ospf动态路由协议的基本配置;2、掌握了解ospf路由协议原理二、实验环境packet tracer 5.0三、 ospf 协议介绍ospf(open shortest path first 开放式最短路径优先)是一个内部网关协议(interior gateway protocol, 简称 igp) , 用于在单一自治系统(...