分类: 系统运维
2013-06-07 11:17:17
(Open Shortest Path First开放式最短路径优先)是一个内部网关(Interior Gateway Protocol,简称IGP),用于在单一自治系统(autonomous system,AS)内决策。与RIP相对,是链路状态,而RIP是距离矢量路由协议。
实验环境说明:两台路由器,本次是用的神码的R1702和R2626,之前已做过ppp协议chap验证的。
R1702:
R1702_config#int f0/0
R1702_config_f0/0#ip add 172.16.1.1 255.255.0.0
R1702_config_f0/0#no shut
R1702_config#router ?
-- OSPF协议进程号
R1702_config#router ospf 1
R1702_config_ospf_1#network 192.168.1.0 255.255.255.0 area 0
R1702_config_ospf_1#network 172.16.0.0 255.255.0.0 area 0
R2626:
R2626_config#int f0/0
R2626_config_f0/0#ip add 1.1.1.1 255.0.0.0
R2626_config_f0/0#no shut
R2626_config#router ospf 1
R2626_config_ospf_1#network 192.168.1.0 255.255.255.0 area 0
R2626_config_ospf_1#network 1.0.0.0 255.0.0.0 area 0