§‖ Date ::..
§‖ BLog Info ::..
§‖ New BLog ::..
§‖ Comment ::..
§‖ Message ::..
§‖ User Login ::..
§‖ Search ::..
§‖ Links ::..

 
OSPF在点到点帧中继的配置:张超



R3
interface Loopback0
ip address 1.1.1.1 255.255.255.0
ip ospf network point-to-point
no shut

interface Serial3/0
no ip address
no shut
encapsulation frame-relay
 
no frame-relay inverse-arp

interface Serial3/0.1 point-to-point
ip address 12.0.0.1 255.255.255.0
frame-relay interface-dlci 304  

interface Serial3/0.2 point-to-point
ip address 13.0.0.1 255.255.255.0
frame-relay interface-dlci 305  

router ospf 1

network 0.0.0.0 255.255.255.255 area 0

R3#show ip ospf nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
5.5.5.5           0   FULL/  -        00:00:33    13.0.0.2        Serial3/0.2
4.4.4.4           0   FULL/  -        00:00:30    12.0.0.2        Serial3/0.1
R3#show ip rou
Codes: C - connected, S - static, 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
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, Loopback0
     4.0.0.0/24 is subnetted, 1 subnets
O       4.4.4.0 [110/65] via 12.0.0.2, 00:03:00, Serial3/0.1
     12.0.0.0/24 is subnetted, 1 subnets
C       12.0.0.0 is directly connected, Serial3/0.1
     13.0.0.0/24 is subnetted, 1 subnets
C       13.0.0.0 is directly connected, Serial3/0.2

 

R4

 

interface Loopback0
 ip address 4.4.4.4 255.255.255.0
no shut
 ip ospf network point-to-point
interface Serial3/0
 no ip address
no shut
 encapsulation frame-relay
 serial restart-delay 0
 no frame-relay inverse-arp

interface Serial3/0.1 point-to-point
 ip address 12.0.0.2 255.255.255.0
 frame-relay interface-dlci 403  

router ospf 1
 
 network 0.0.0.0 255.255.255.255 area 0


R4#show ip ospf nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
1.1.1.1           0   FULL/  -        00:00:34    12.0.0.1        Serial3/0.1
R4#show ip rou
Codes: C - connected, S - static, 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
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/24 is subnetted, 1 subnets
O       1.1.1.0 [110/65] via 12.0.0.1, 00:03:29, Serial3/0.1
     4.0.0.0/24 is subnetted, 1 subnets
C       4.4.4.0 is directly connected, Loopback0
     12.0.0.0/24 is subnetted, 1 subnets
C       12.0.0.0 is directly connected, Serial3/0.1
     13.0.0.0/24 is subnetted, 1 subnets
O       13.0.0.0 [110/128] via 12.0.0.1, 00:03:29, Serial3/0

 

R5


interface Serial3/0
 no ip address
no shut
 encapsulation frame-relay
 serial restart-delay 0
 no frame-relay inverse-arp

interface Serial3/0.1 point-to-point
 ip address 13.0.0.2 255.255.255.0
 frame-relay interface-dlci 503  

router ospf 1
 router-id 5.5.5.5
 
 network 0.0.0.0 255.255.255.255 area 0


R5#show ip ospf nei de
 Neighbor 1.1.1.1, interface address 13.0.0.1
    In the area 0 via interface Serial3/0.1
    Neighbor priority is 0, State is FULL, 6 state changes
    DR is 0.0.0.0 BDR is 0.0.0.0
    Options is 0x52
    LLS Options is 0x1 (LR)
    Dead timer due in 00:00:33
    Neighbor is up for 00:07:46
    Index 1/1, retransmission queue length 0, number of retransmission 1
    First 0x0(0)/0x0(0) Next 0x0(0)/0x0(0)
    Last retransmission scan length is 1, maximum is 1
    Last retransmission scan time is 0 msec, maximum is 0 msec

R5#show ip rou
Codes: C - connected, S - static, 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
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/24 is subnetted, 1 subnets
O       1.1.1.0 [110/65] via 13.0.0.1, 00:03:52, Serial3/0.1
     4.0.0.0/24 is subnetted, 1 subnets
O       4.4.4.0 [110/129] via 13.0.0.1, 00:03:52, Serial3/0.1
     12.0.0.0/24 is subnetted, 1 subnets
O       12.0.0.0 [110/128] via 13.0.0.1, 00:03:52, Serial3/0.1
     13.0.0.0/24 is subnetted, 1 subnets
C       13.0.0.0 is directly connected, Serial3/0.1

beiluo by 2008-6-14 12:09:39
阅读全文 | 回复(0) | 引用通告 | 编辑

 

发表评论:

    昵称:
    密码:
    主页:
    标题:


Powered by Oblog.