ip sla ? is unrecognised command.
IOS Ver: 12.2(35) se5
Thanks
Main Topics
Browse All TopicsHi There,
Here the scenario: Two Radio links between two sites - one Bridgewave microwave and the other Orthagon standard spread specrtrum.
The Microwave is a Gig link and the Orthagon is 18mg link.
The bridgewave needs to be used as a Primary link
The Orthagon needs to be used as backup link.
The bridgewave uses fibre to interface with the switch
The orthagon uses cat5 to connect to switch.
I need to configure the Cisco switches at either end if the radio links to auto failover onto the orthagon should the Bridgewave microwave link go down.
If the Bridgewave Microwave link fails the fibre to the switch is still active. It behaves just like another switch. So according to the cisco switch there is still a link between the fibre interface and the Bridgewave.
I need the switches to recognise when the radio has gone down and auto fail onto the Orthagon rf link.
Can this be done with the Cisco switches and how?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
i know the enterprise version of 12.2(50)sg has this feature.
other than this it is ahrd to help.
you could with cleaver routing tables maybe do a simmler things. ie if you update routing protocals over the bridgeway link. Then have a short time out on these routes. only alow routing updates over this link. if it fails the route will drop out of the routing tables and if you have a back up route in place it will take over.
you could still use routing option, as long as teh router can see both routes out of the network. you can use sub interfaces so that an ip sla track suhts down the sub interface to the bridgeway link and monitor on the subinterface rather than the physical one.
Wuld you be able to draw a simple digram of what you have, I want to make sure I am picturing this correctly.
here is how i would want to set that up.
now i would suggests you use a routing protocal such as eigrp, to update the route for the 172.26.x.x and 192.268.x.x routes on both routers.
set the 10.0.1.0 route to have a higher matrix (wont be used)
now if you insure route updates only travle across the bridgeway link. and have static entries for the back up link with a higher matrix (wont be used )
then if the main link fails, the routes will drop out of the routing tables. the static ljnks will come in to effect and the back up link will be used. when the link comes back up the routes will repopulate and becing to work again..
you need to look in to setting up sun ineterfaces (requires VLANS)
eigrp or simmler routing protocal,
and how to stop route updates being sent out of chosen ports.
However this is not the only way to get this working, nither is it the prettest. however with out getting hold of your routers, and checking exactly what services they have, i can't easly suggest other methods.
I do know that 12.2(50) (enterprise version for switchs) does have the ip SLA feature. this is a nice feature as you can simple tell the router to send a ping every few seconds across the links and if they fail to reduce the priority of that link.
Of coures you could also have the local traffic using one port on the router, and the two links using another physical port split in to 2 sub interfaces (to get in to / create the sub interface simple type #int f0/1.1) this would incress the bandwith avalible if needed.
The devices in between the switches are not routers, They are RF bridge/switch devices that have an IP address on a 10.x.x.x network. If I separated the RF bridges to be on seperate sunbnets I would need another interface on the routers would,nt I? The only routers I have are the Cisco 2800 IOS12.4 with 2 gig ports at each end of the link.
nope as I said you can use sub interfaces
all you do is make 3 seperate vlans each side of the links.
and trunk each one to the ports on the routes
If you look at the digram above you can see the router is handeling all the different subnets on one physical interface.
look up router on a stick to find out how to set this up.
I know how to setup Vlans on the switches. But not the routers. I am using an SDM to interface into the router. I can setup routes on the routers and configure interfaces.
The only issue I have is I do not have spare Cisco routers to test this. I have a lab setup with two Linux routers two 2960G cisco switches and hubs to simulate the rf bridges. In the live environment the swich at the Orkie end is a 3560G switch that has routing capabilities built in with the same IOS as the 2960G.
ok let me get this stright
in the real world set up
each side has one 2800 series router with 2 gig ports
each these routers are connected to a 2960 Layer 3 capable switch?
the bridges are directly connected to these switchs ?
see below?
if this is the physical set up I will look in to the config to do what you need. However I only use command line so I can print out the configs of the routers and switchs, but I dont know how to use SDM to get the same result. (mind you with the configs its a copy and past to get it on to your routers)
packet tracer is not a sniffer ;)
its a switch/router emulator from cisco. the digram above is created in pacet trace. I have only created the physical network at the moment, thats why some of the ports are red (down)
its called packet tracer, becasue when you run the simulation you can watch a packet traveling across the network and see where problems are, then look at what is happening at each layer of the OSI and work out what the routing issues are. or the actul route a packet takes.
Its be no means the most power full emulator around, but it is very quick to pick up and easy to use.
below is the basic idea of how this is set up.
this sets up eigrp between the routers, the routers up date each other only across the 10.0.0.0 link (primary link)
and this gives them a routing entry for traffic between the 172.16.5.0 and 192.168.5.0 networks using this link.
if this link fails the route will drop out of the routing tables and the static route should take over. (eigrp packet are never sent over the secondry link)
Out of intrested though. could you not use spannign tree to get the same result. if both the primary links and the secondry link are in teh same spanning tree. then one would be blocked to prevent loops! if the other failed the back up link would come up.
If the RF bridge/switch devices are running at layer 2, then vlans and spanning tree would be a simpler way to get the same result.
Spanning tree works but it's a manual failover. If the Prmary link fails you kinda have to do some unplugging and then plugging of the cat5 cables to get the backup link to failover. plus it takes nearly 50 seconds before the link is active.
That is not sufficiant. It needs to at the very most 1 packet drop or none at best.
yer you could set up an eather channel across the links
to do this just add
interface Port-channel1
description ### to other side ###
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface GigabitEthernet1/0/5
description ### Ether Channel port ###
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode desirable
!
interface GigabitEthernet1/0/6
description ### Ether Channel port ###
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode desirable
ithis is some of my code to set up a link between core switchs on ports 6 and 5.
the imporant command is the
channel-group 1 mode desirable.
you would set this up on the switchs. as long as it is all layer two between the two switchs then this would work
not sure if the 2960 switchs have this feature?
If you are limited to L2 then rapid spanning tree is a good bet. Sut the lower speed link with a much lower port cost, and it will be utilized only if the main link drops.
You can test lacp, but this requires your wireles bridges to pass and not participate in your trunking protocols. As it freqently polls the links, and allows you to use both connections at once when they are both good, then this is an advantage as well.
Finally, your spanning tree solutions will be greatly added with unidirectional link detection, keepalives and perhaps fast failover.
Although setting them up as an ether channel or using lacp will cause cause management issues with the wireless bridges.
As traffic will be load shared over the two links the management to devices on a particular link will be either intermittent or non-existent.
I would recommend using DevilWAH's solution. Make the links Layer 3 connections, each in their own vlans on the switches, and the router connections are essentially trunks.
DevilWAH showed this, but he didn't emphasize... Cisco routers in the 2600 and 2800 series and above support making the encapsulation 802.1q or isl and building sub-interfaces on various vlans. So hard set the links from the switches to fa0/0 as 802.1q trunks, and permit vlans 2 and 3 on the trunks. Then put the links to the appropriate wireless bridges in the correct vlan.
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 2
ip address 10.0.0.254 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 3
ip address 10.0.1.254 255.255.255.0
So the wireless switches could be managed on 10.0.0.0/24 amd 10.0.1.0/24.
I further recommend just adding both interfaces to eigrp and using Unequal-Cost Load Sharing, because otherwise when both links are down you have no log notifications on the second link being down.
You forcibly set the metric to preferably select the faster link with the bandwidth command...
bandwidth 1000000
on the subinterface to the microwave,
and
bandwidth 18000
on the subinterface to the lightwave.
These statements are only used for routing protocol calculations, and could just as easily be 1000 and 18.
If you really want the second link to be backup, use devilwahs config exactly, but set the static route metric as 254. Ive had some issues with 255 :-) .
Or put the command
traffic-share min
in the eigrp network section so that eigrp will be aware of the dual link but will only use the primary. Keep the bandwidth statements.
By default the load sharing will be per flow, but adding "ip load-sharing per-packet" to the subinterfaces facing the wireless bridges you can force the network to load share the traffic on a packet by packet basis.
if you configured etherchannels (lacp) then you could do it all on the switchs, although as mentioned this may affect your managment of the bridges.
I have only set up this on direct swith to switch links, with out bridges inbetween. It should still work fine however.
however if you go for the layer 3 routed aproach it is set up on both the switchs and the router. this solution gives you much more control over the flow of data across the links.
Goodness. Linux supports 802.1q but ospf load sharing is an interesting and possibly difficult task for LFR or Zebra. You can set up OSPF for the main link and a static route much like DevilWahs suggestion. I would not suggest ethernet keepalives on vlan interfaces, but if you have a spare interface you can seperate the networks, use static routes with different metrics and let ethernet keepalive disable your ethernet links on the linux router.
You can make the l2 connectivity redundant using etherchannel, or LACP. You can manage the Lightwaves through an out of band port, but the brightwaves would not be reachable unless you deliberately disabled the microwave link. You will need to convince the link sharing protocols to use the 1000 / 18 ratio of link share, or an active passive setup.
Spanning tree is looking better all the time, really.
I agree wit hte rest, for simplicity spannign tree is deffently the way to go. However it is slower to failover than some of the other methods. Although if configured correctly you will get subsecond proformance. And this should be invisible 99% of users.
Do you ahve real time critical data applications that require better than this? if so you want to set up loadbalanced routes which will insure failovers with in milliseconds and no intruptions to flows.
I think you are going to struggle testing this unless, you either invest in some cisco routers to test with, or get hold of a good simulator to set it all up with. A linux router is jsut not goin to give you the same features as cisco ios.
the only one i know of is GNS3
it only has routers really, (although you can emulate a switch by fitting a 16 port fastethernet module to the router)
you also need to get hold of the ios (copy them of you router)
and you will have a exact replica of your network.
its a bit fiddle to get going with, however its good enough that its worth sticking with it, and possbile setting up a pc or 2 dedicated to runnning it.
Business Accounts
Answer for Membership
by: DevilWAHPosted on 2009-05-07 at 05:40:18ID: 24324936
dont know if a 2960 switch has this in its ios
but go in to config t
then try to type
ip sla ?
see if it gives you any options..
ip sla allows you to direct a ping (or other types of packets) to a far end station and monitor the responce.
if you have IP sla on the switch then you can tell it to send a ping across the bridgeway route. if this fails you can then tell the switch to shut down the port to it.
then as long as you have redundency set up to detect it the fibre link goes down, failover as you want.