| Author |
Virtual Link Question OSPF
|
|
| aslee0 2003-02-11, 7:02 pm |
| Ok heres the update...
I'll give as much detail as I can...
Router A
router ospf 5000
Network 12.0.0.0 Area 0
Router B
ospf 5000
network 12.0.0.0 Area 0
network 9.0.0.0 Area 51
area 51 Virtual-link 9.0.0.2 (Router C's interface)
Router C
ospf 5000
network 9.0.0.0 Area 51
network 6.0.0.0 Area 666
area 51 Virtual-link 9.0.0.1 (router B's Interface)
Router D
ospf 5000
network 6.0.0.0 Area 666
So I did this and still cant reach D from A... did an sh ip route, ping etc.
The only other thing is I have NAT on router B tranlating C and D networks to 13.0.0.1 to 13.0.0.63.... I took the NAT statements ie no ip nat inside and no ip nat outside out. But I tried to take out the source pool statement but it would let me cus NAT was currently running.
Any ideas? | |
| aslee0 2003-02-11, 7:04 pm |
| Forgot to mention my purpose...
Just want to test out how virtual link works.
Thanks | |
| SureshHomepage 2003-02-14, 5:55 pm |
| Do not use the interface id in any of the vir link statements instead use the router-id. Use show ip ospf int to find out the router-ids of each router.
As you are obviously testig the ospf virtual link concepts you would find yourself much deviating on your scopes by trying to test NAT here simultaneously. Remove NAT now!
thanks |
|
|
|