02-22-2007 09:59 AM - edited 03-03-2019 03:52 PM
Have a problem, Have a mesh network,
Device A and Device B connect into Cisco 7609 to route to other devices on the network.
Until recently, they all used E-BGP , and traffic was routed:
Device A => Cisco => Network
Device B => Cisco => Network
Device A and Device B have fibre connection.
This was correct.
We changed Device B from E-BGP to OSPF, and REDISTRIBUTEd on Cisco onto network.
Now Device A routes all traffic thru Device B to Cisco !!!
Device A=> Device B => Cisco => Network
Device B => Cisco => Network
Think there is something wrong with Distributive Metric , but am restricted as Device A and B do not have as expansive command set as Cisco 7600...
Any Ideas ??
02-22-2007 10:29 AM
Hi,
Can you give previous setup digram and changed setup diaagram and Configuration. Previous and you changed both.
See, as of your talk only we can conclude.... You were using E-BGP (i.e EGP) and Now You are using OSPF (i.e IGP).
It will not performe between AS as BGP.
Any way tell us smothing more about this.
Regards,
Dharmesh Purohit
02-23-2007 09:37 AM
Unfortunately, The devices are GUI based, and settings were not changed on Device A, but changed on Device B, E-BGP was switched off , and OSPF was switched on, The OSPF on Cisco is as follows.
Relevant IP addresses are:
Device A => Cisco 192.168.216.93-94/30
Device A => Device B 192.168.216.201-202/30
Device B => Cisco 192.168.216.113-114/30
Hope this helps..
router ospf 1
log-adjacency-changes
network 192.168.55.0 0.0.0.255 area 0
network 192.168.56.0 0.0.0.255 area 0
network 192.168.57.0 0.0.0.255 area 0
network 192.168.58.0 0.0.0.255 area 0
network 192.168.126.0 0.0.0.255 area 0
network 192.168.210.0 0.0.0.255 area 0
network 192.168.211.0 0.0.0.255 area 0
network 192.168.212.0 0.0.0.255 area 0
network 192.168.213.0 0.0.0.255 area 0
network 192.168.214.0 0.0.0.255 area 0
network 192.168.215.0 0.0.0.255 area 0
network 192.168.216.0 0.0.0.255 area 0
network 192.168.217.0 0.0.0.255 area 0
network 192.168.218.0 0.0.0.255 area 0
network 192.168.240.0 0.0.0.255 area 0
maximum-paths 1
router bgp 65534
no bgp default ipv4-unicast
bgp log-neighbor-changes
bgp graceful-restart restart-time 120
bgp graceful-restart stalepath-time 360
bgp graceful-restart
neighbor 10.10.10.2 remote-as 65534
neighbor 10.10.10.2 update-source Loopback0
neighbor 192.168.100.18 remote-as 64512
neighbor 192.168.100.26 remote-as 64512
neighbor 192.168.103.110 remote-as 65103
neighbor 192.168.103.113 remote-as 65103
etc ....
maximum-paths 2
!
address-family ipv4
redistribute connected
redistribute ospf 1
neighbor 10.10.10.2 activate
neighbor 192.168.100.18 activate
neighbor 192.168.100.26 activate
neighbor 192.168.103.110 activate
neighbor 192.168.126.113 activate
neighbor 192.168.126.113 route-map ****_routemap out
neighbor 192.168.127.117 activate
neighbor 192.168.127.121 activate
neighbor 192.168.128.113 activate
neighbor 192.168.131.117 activate
neighbor 192.168.131.121 activate
neighbor 192.168.163.49 activate
neighbor 192.168.163.53 activate
neighbor 192.168.163.61 activate
neighbor 192.168.163.65 activate
neighbor 192.168.163.69 activate
neighbor 192.168.179.9 activate
neighbor 192.168.179.81 activate
neighbor 192.168.200.18 activate
neighbor 192.168.200.26 activate
neighbor 192.168.210.21 activate
neighbor 192.168.210.21 route-map B***_routemap out
neighbor 192.168.210.25 activate
neighbor 192.168.210.25 route-map ****_routemap out
neighbor 192.168.210.45 activate
neighbor 192.168.210.105 activate
neighbor 192.168.210.121 activate
neighbor 192.168.210.141 activate
neighbor 192.168.210.141 route-map ****_routemap out
neighbor 192.168.214.193 activate
neighbor 192.168.214.193 route-map ****_routemap out
neighbor 192.168.214.197 activate
neighbor 192.168.214.197 route-map ****_routemap out
neighbor 192.168.217.14 activate
neighbor 192.168.218.2 activate
neighbor 192.168.218.6 activate
neighbor 192.168.219.49 activate
neighbor 192.168.230.33 activate
neighbor 192.168.230.129 activate
neighbor 192.168.230.161 activate
neighbor 192.168.230.161 advertisement-interval 2
maximum-paths 2
no auto-summary
no synchronization
bgp dampening
network 10.10.10.0
network 190.168.0.0
network 192.168.0.0
network 192.168.100.19 mask 255.255.255.252
network 192.168.200.19 mask 255.255.255.252
network 192.168.200.27 mask 255.255.255.252
exit-address-family
!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide