Options

how to config backup link pr redundant link in ospf?

os73355os73355 Member Posts: 13 ■□□□□□□□□□
SWitch-1


ip routing
!
interface Vlan201
description USER VLAN
ip address 22.0.68.251 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.10.1
!
interface FastEthernet1/0/47
no switchport
ip address 10.10.10.2 255.255.255.252
!
+++
from switch-1
ping 50.50.50.33 (Head office)
Sending 5, 100-byte ICMP Echos to 50.50.50.33, timeout is 2 seconds:
!!!!!
but when ping from Computer
Request time out ?
========================================
Router-1
interface FastEthernet0/1
description *** MPLS
bandwidth 2048
ip address 20.20.20.1 255.255.255.252
!
interface FastEthernet0/1
description *** Switch-1
ip address 10.10.10.1 255.255.255.252
!
outer ospf 1
log-adjacency-changes
redistribute static subnets route-map REDSTAT
passive-interface default
no passive-interface FastEthernet0/1
network 22.0.68.0 0.0.0.255 area 0
network 10.0.10.1 0.0.0.0 area 0
network 20.20.20.0 0.0.0.3 area 0
!
ip route 0.0.0.0 0.0.0.0 20.20.20.2
ip route 22.0.68.0 255.255.255.0 10.10.10.2
!
++++++++++++++++++++++++++++++++++++++++++++++
Headend (head office)
bgp 100
network 22.0.68.0 mask 255.255.255.0
++++++++++++++++++++++++++++++++++++++++++++++


=====================================================




CE Edge (20.20.20.17 255.255.255.252) - My router2
PE Edge (20.20.20.18 255.255.255.252)




Router2#int fa0/1
ip address 20.20.20.17 255.255.255.252
des connect to MPLS cloud


Router2#int fa0/1
ip address 10.10.10.5 255.255.255.252
des connect to Switch-1




========================================================




how to confi backup link pr redundant link in ospf?

Comments

  • Options
    MonkerzMonkerz Member Posts: 842
    First of all, posting some configurations with a sentence of what you want to do is a horrible way to ask for help. Why don't you rethink this thread and try again.

    Maybe create a diagram of the setup, and post a detailed explanation of what you are trying to do. Then, give us the steps you have taken in attempting to figure this out.
Sign In or Register to comment.