04-05-2012 02:06 PM - edited 03-16-2019 10:30 AM
Hello all, I have several VG224s that I would like to have some redundancy. I decided to use both fastethernet interfaces ( differnt subnet's of course) and have our Call Manager register via SCCP to its loopback address.
Well apparently loopbacks dont have a MAC address.
Is there a way to accomplish this and still use both interfaces and have it register via SCCP?
Thanks,
Dan
04-05-2012 04:51 PM
Personally I don't think it's very important in a sane network, but you can use the following
bridge irb
bridge 1 protocol ieee
bridge 1 route ip
interface fa0
no ip address
bridge-group 1
interface fa1
no ip address
bridge-group 1
interface bvi 1
ip address ...
Then you use the single IP and MAC on BVI 1 for any purpose.
Spanning tree will block one the interface and if it goes down, will switch to the other.
Make sure the connecting switches interfaces are set to mode trunk, or auto.
Please remember to rate useful posts clicking on the stars below.
04-10-2012 10:50 AM
Hi Paolo,
It looks like if I have redundant fast Ethernet routed links and use
sccp local Loopback 0
It will register the FXS port and stay registered even if the link is down. When I associate the mac address of the VG I do have to use one of the FA ports.
Thanks,
Dan
04-10-2012 11:03 AM
And that is why I suggested the technique above.
Thanks for the nice rating and good luck!
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