Users Guide

Table Of Contents
5. INTERFACE OSPF 广 DR 0 255 1
ip ospf priority number
6. INTERFACE LSA 1 3600 5
OSPF
ip ospf retransmit-interval seconds
7. INTERFACE 1 3600 1OSPF
ip ospf transmit-delay seconds
OS10(conf-if-eth1/1/1)# ip ospf hello-interval 5
OS10(conf-if-eth1/1/1)# ip ospf dead-interval 20
OS10(conf-if-eth1/1/1)# ip ospf retransmit-interval 30
OS10(conf-if-eth1/1/1)# ip ospf transmit-delay 200
OSPF
OS10(conf-if-eth1/1/1)# do show ip ospf interface
ethernet1/1/1 is up, line protocol is up
Internet Address 11.1.1.1/24, Area 0.0.0.0
Process ID 65535, Router ID 99.99.99.99, Network Type broadcast, Cost: 1
Transmit Delay is 200 sec, State BDR, Priority 1
Designated Router (ID) 150.1.1.1, Interface address 11.1.1.2
Backup Designated router (ID) 99.99.99.99, Interface address 11.1.1.1
Timer intervals configured, Hello 5, Dead 20, Wait 20, Retransmit 30
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 150.1.1.1(Designated Router)
OSPFv2 OSPFv2 BGP OSPFv2
IBGP OSPFv2
: OSPF 使
OSPF
ROUTER-OSPF OSPFv2
redistribute {bgp as-number| connected | static} [route-map map-name]
bgp | connected | static
route-map map-name
OS10(conf-router-ospf-10)# redistribute bgp 4 route-map aloha
OS10(conf-router-ospf-10)# redistribute connected route-map aloha
OS10(conf-router-ospf-10)# redistribute static route-map aloha
OSPF
OS10(conf-router-ospf-10)# do show running-configuration ospf
!
router ospf 10
redistribute bgp 4 route-map aloha
redistribute connected route-map aloha
redistribute static route-map aloha
!
3 601