|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
Sam Soh Guest
|
Posted: Wed Jul 23, 2003 11:26 pm Post subject: Virtual Link OSPF doesn't work, help please......... |
|
|
R1---R2---R3---R4 (all connected thru serials)
All routers have loopback interface 135.3.X.X
R3
interface Serial0.42 multipoint
ip address 135.3.42.4 255.255.255.0
ip ospf authentication-key cisco
interface Serial0.34 multipoint
ip address 135.3.34.4 255.255.255.248
ip ospf message-digest-key 1 md5 cisco
router ospf 1
router-id 135.3.3.3
area 0 authentication
area 1 authentication message-digest
area 1 virtual-link 135.3.3.3 authentication-key cisco
network 135.3.3.0 0.0.0.255 area 0
network 135.3.34.0 0.0.0.7 area 1
network 135.3.42.0 0.0.0.255 area 0
neighbor 135.3.42.2 priority 1
neighbor 135.3.34.3
R4
interface Serial0
ip address 135.3.42.2 255.255.255.0
ip ospf authentication-key cisco
router ospf 1
router-id 135.3.4.4
area 0 authentication
network 135.3.4.0 0.0.0.255 area 0
network 135.3.42.0 0.0.0.255 area 0
neighbor 135.3.42.4 priority 1
R2
interface Serial0
ip address 135.3.34.3 255.255.255.248
ip ospf message-digest-key 1 md5 cisco
interface BRI0
ip address 135.3.35.3 255.255.255.0
router ospf 1
router-id 135.3.2.2
area 0 authentication
area 1 authentication message-digest
area 1 virtual-link 135.3.4.4 authentication-key cisco
network 135.3.2.0 0.0.0.255 area 1
network 135.3.34.0 0.0.0.7 area 1
network 135.3.35.0 0.0.0.255 area 33
R1
interface BRI0
ip address 135.3.35.5 255.255.255.0
router ospf 1
network 135.3.1.0 0.0.0.255 area 33
network 135.3.35.0 0.0.0.255 area 33
Everything works just fine except R1 is not participate in OSPF
networking. I type 'show ip ospf nei' doesnt show anything! I type
'show ip route', it only shows the connected interface....that's all.
Can anybody help me to solve this problem?
Best Regards,
Sam |
|
| Back to top |
|
 |
|
|
Hansang Bae Guest
|
Posted: Thu Jul 24, 2003 12:33 am Post subject: Re: Virtual Link OSPF doesn't work, help please......... |
|
|
In article <69c0a134.0307231026.15985f7b@posting.google.com>,
indotears@yahoo.com says...
| Quote: | R1---R2---R3---R4 (all connected thru serials)
All routers have loopback interface 135.3.X.X
[snip: configs/problem with Virtual Link] |
Sam,
It's too hard to follow the text config. So here are some general
help/guidelines
1) Remove all crypto/authentication to see if it works. You may
actually have to reboot the routers. If it works, you know where to
concentrate.
2) Make sure your normal areas are working OK before adding the virtual
link.
3) I don't think I saw any stubby areas so you should be OK there.
4) VL is part of area 0 so don't forget that all authentication applies
on it as well. This is the one most people tend to forget....adding
authentication to the VL.
--
hsb
"Somehow I imagined this experience would be more rewarding" Calvin
*************** USE ROT13 TO SEE MY EMAIL ADDRESS ****************
********************************************************************
Due to the volume of email that I receive, I may not not be able to
reply to emails sent to my account. Please post a followup instead.
******************************************************************** |
|
| Back to top |
|
 |
Blackbox Guest
|
Posted: Thu Jul 24, 2003 10:38 am Post subject: Re: Virtual Link OSPF doesn't work, help please......... |
|
|
Dear,
there is a mistake when configure virtual-link, example:
R1 R2
AREA 2 ----(X)---- AREA 1 ----(X)---- AREA 0
Router ID Router ID
1.1.1.1 2.2.2.2
R1: area 1 virtual-link 2.2.2.2
R2: area 1 virtual-link 1.1.1.1
Plz check
"Sam Soh" <indotears@yahoo.com> wrote in message
news:69c0a134.0307231026.15985f7b@posting.google.com...
| Quote: | R1---R2---R3---R4 (all connected thru serials)
All routers have loopback interface 135.3.X.X
R3
interface Serial0.42 multipoint
ip address 135.3.42.4 255.255.255.0
ip ospf authentication-key cisco
interface Serial0.34 multipoint
ip address 135.3.34.4 255.255.255.248
ip ospf message-digest-key 1 md5 cisco
router ospf 1
router-id 135.3.3.3
area 0 authentication
area 1 authentication message-digest
area 1 virtual-link 135.3.3.3 authentication-key cisco
network 135.3.3.0 0.0.0.255 area 0
network 135.3.34.0 0.0.0.7 area 1
network 135.3.42.0 0.0.0.255 area 0
neighbor 135.3.42.2 priority 1
neighbor 135.3.34.3
R4
interface Serial0
ip address 135.3.42.2 255.255.255.0
ip ospf authentication-key cisco
router ospf 1
router-id 135.3.4.4
area 0 authentication
network 135.3.4.0 0.0.0.255 area 0
network 135.3.42.0 0.0.0.255 area 0
neighbor 135.3.42.4 priority 1
R2
interface Serial0
ip address 135.3.34.3 255.255.255.248
ip ospf message-digest-key 1 md5 cisco
interface BRI0
ip address 135.3.35.3 255.255.255.0
router ospf 1
router-id 135.3.2.2
area 0 authentication
area 1 authentication message-digest
area 1 virtual-link 135.3.4.4 authentication-key cisco
network 135.3.2.0 0.0.0.255 area 1
network 135.3.34.0 0.0.0.7 area 1
network 135.3.35.0 0.0.0.255 area 33
R1
interface BRI0
ip address 135.3.35.5 255.255.255.0
router ospf 1
network 135.3.1.0 0.0.0.255 area 33
network 135.3.35.0 0.0.0.255 area 33
Everything works just fine except R1 is not participate in OSPF
networking. I type 'show ip ospf nei' doesnt show anything! I type
'show ip route', it only shows the connected interface....that's all.
Can anybody help me to solve this problem?
Best Regards,
Sam |
|
|
| Back to top |
|
 |
|
|