《动态路由配置实例的说明a.doc》由会员分享,可在线阅读,更多相关《动态路由配置实例的说明a.doc(7页珍藏版)》请在三一办公上搜索。
1、动态路由目录动态路由的概念 1. 动态路由器的概念 2. 路由软件的概念 动态路由配置 1. 1设置计算机的IP 2. 2.设置路由器的IP地址 3. 3. 测试网络联通性 展开 动态路由的概念 1. 动态路由器的概念 2. 路由软件的概念 动态路由配置 1. 1设置计算机的IP 2. 2.设置路由器的IP地址 3. 3. 测试网络联通性 展开 编辑本段动态路由的概念动态路由器的概念动态路由器上的路由表项是通过相互连接的路由器之间交换彼此信息,然后按照一定的算法优化出来的,而这些路由信息是在一定时间间隙里不断更新,以适应不断变化的网络,以随时获得最优的寻路效果。为了实现IP分组的高效寻路,IE
2、TF制定了多种寻路协议。其中用于自治系统(AS:Autonomous System)内部网关协议有开放式最短路径优先(OSPF:Open Shortest Path First)协议和寻路信息协议(RIP:Routing Information Protocol)。所谓自治系统是指在同一实体(如学校、企业或ISP)管理下的主机、路由器及其他网络设备的集合。还有用于自治域系统之间的外部网络路由协议BGP4等。 路由软件的概念运行这些路由协议的软件就是我们通常说的路由软件,Linux下常见的路由软件有gated和zebra,。前者既有GPL版本的发行,又有收费的版本;而后者则是日本某组织开发的完全
3、GPL的高效的路由软件。Linux的发行里面一般都缺省就有gated这个软件,我们下面主要介绍它的配置和使用方法。 编辑本段动态路由配置1设置计算机的IP root#PCA root# ifconfig eth0 150.65.1.1 netmask 255.255.0.0 root#PCB root# ifconfig eth0 150.66.1.1 netmask 255.255.0.0 root#PCC root# ifconfig eth0 150.69.1.1 netmask 255.255.0.0 root#PCD root# ifconfig eth0 150.70.1.1 ne
4、tmask 255.255.0.0 root#PCA root# route add default gw 150.65.1.2 root#PCB root# route add default gw 150.66.1.2 root#PCC root# route add default gw 150.69.1.2 root#PCD root# route add default gw 150.70.1.2 2.设置路由器的IP地址A路由器设置 RouterenableRouter#configure terminalRouter(config)#interface FastEthernet0
5、/0Router(config-if)#ip address 150.65.1.2 255.255.0.0Router(config-if)#no shutdownRouter(config)#interface FastEthernet0/1Router(config-if)#ip address 150.66.1.2 255.255.0.0Router(config-if)#no shutdownRouter(config)#interface FastEthernet1/0Router(config-if)#ip address 150.68.1.2 255.255.0.0Router(
6、config-if)#no shutdownRouter(config-if)#Router(config-if)#exitRouter(config)#router ripRouter(config-router)#network 150.68.0.0Router(config-router)#network 150.65.0.0Router(config-router)#network 150.66.0.0Router(config-router)#endRouter#Router#show ip routeGateway of last resort is not setC 150.65
7、.0.0/16 is directly connected, FastEthernet0/0C 150.66.0.0/16 is directly connected, FastEthernet0/1C 150.68.0.0/16 is directly connected, FastEthernet1/0R 150.69.0.0/16 120/2 via 150.68.1.1, 00:00:28, FastEthernet1/0R 150.70.0.0/16 120/2 via 150.68.1.1, 00:00:28, FastEthernet1/0R 150.78.0.0/16 120/
8、1 via 150.68.1.1, 00:00:28, FastEthernet1/0Router#Router#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname AA(config)#C路由器设置 RouterenableRouter#Router#configure terminalRouter(config)#Router(config)#hostname CC(config)#interface FastEthernet0/0C(co
9、nfig-if)#ip address 150.68.1.1 255.255.0.0C(config-if)#no shutdownC(config)#interface FastEthernet0/1C(config-if)#ip address 150.78.1.1 255.255.0.0C(config-if)#no shutdownC(config-if)#C(config-if)#exitC(config)#router ripC(config-router)#network 150.68.0.0C(config-router)#network 150.78.0.0C(config-
10、router)#endC#C#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS,
11、L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inte * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static routeGateway of last resort is not setR 150.65.0.0/16 120/1 via 150.68.1.2, 00:00:14, FastEthernet0/0R 150.66.0.0/16 120/1 via 150.68.1.2, 00:00:14, FastEt
12、hernet0/0C 150.68.0.0/16 is directly connected, FastEthernet0/0R 150.69.0.0/16 120/1 via 150.78.1.2, 00:00:24, FastEthernet0/1R 150.70.0.0/16 120/1 via 150.78.1.2, 00:00:24, FastEthernet0/1C 150.78.0.0/16 is directly connected, FastEthernet0/1C#B路由器设置 RouterenableRouter#configure terminalRouter(conf
13、ig)#interface FastEthernet0/0Router(config-if)#ip address 150.69.1.2 255.255.0.0Router(config-if)#no shutdownRouter(config)#interface FastEthernet0/1Router(config-if)#ip address 150.70.1.2 255.255.0.0Router(config-if)#no shutdownRouter(config)#interface FastEthernet1/0Router(config-if)#ip address 15
14、0.78.1.2 255.255.0.0Router(config-if)#no shutdownRouter(config-if)#Router(config-if)#exitRouter(config)#router ripRouter(config-router)#network 150.78.0.0Router(config-router)#network 150.69.0.0Router(config-router)#network 150.70.0.0Router(config-router)#endRouter#Router#show ip routeCodes: C - con
15、nected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia
16、 - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static routeGateway of last resort is not setR 150.65.0.0/16 120/2 via 150.78.1.1, 00:00:25, FastEthernet1/0R 150.66.0.0/16 120/2 via 150.78.1.1, 00:00:25, FastEthernet1/0R 150.68.0.0/16 120/1 via 1
17、50.78.1.1, 00:00:25, FastEthernet1/0C 150.69.0.0/16 is directly connected, FastEthernet0/0C 150.70.0.0/16 is directly connected, FastEthernet0/1C 150.78.0.0/16 is directly connected, FastEthernet1/0Router#Router#configure terminalRouter(config)#hostname BB(config)#Cisco ip routing 等语句作用ip routing 启用
18、IP路由功能no ip routing 关闭IP路由功能ip source routing IP源路由,如果依靠IP源地址做确认的服务将产生问题并且会被非法入侵路由器的ip routing是缺省启用的,关闭ip routing是为了把路由器当做一台主机来用,所以此时要配上ip default-gateway ,就象在自己的PC上设置缺省网关一样。有时候会在三层交换机上使用,打开三层交换机的路由功能!(1)配置三层交换机启动路由功能:ip routing(2)配置VLAN IP地址: interface vlan vlan-id Ip address ip-address subnet-mask No shutdown(3)配置接口为三层模式: no switchport(4)配置DHCP中继转发: int vlan vlan-id Ip helper-address Dhcpserver-address(5)配置静态路由: ip route targetnet-address netmask nexthop-address(6)配置RIP协议: router rip Network netaddress(7)查看FIB表: show ip cef(8)查看邻接关系表: show adjacency detail(9)查看路由表: show ip route