Got a customer who isn’t using stacked switches.
Want to put e0a on one switch, e0b on another switch and operate as active standby.
Can’t find any documentation and my googles are failing me.
anyone have a clue to share?
Hi Michael,
this would be a single vif configuration:
ifgrp create single prod -b ip e0a e0b ifgrp favor e0a
In this case, e0a and e0b are both in the interface group "prod" and e0a is the designated active link.
Best,
Alexander Griesser System-Administrator
ANEXIA Internetdienstleistungs GmbH
Telefon: +43-5-0556-320 Telefax: +43-5-0556-500
E-Mail: ag@anexia.at Web: http://www.anexia.at
Anschrift Hauptsitz Klagenfurt: Feldkirchnerstraße 140, 9020 Klagenfurt Geschäftsführer: Alexander Windbichler Firmenbuch: FN 289918a | Gerichtsstand: Klagenfurt | UID-Nummer: AT U63216601
-----Ursprüngliche Nachricht----- Von: toasters-bounces@teaparty.net [mailto:toasters-bounces@teaparty.net] Im Auftrag von Michael Horwath Gesendet: Dienstag, 22. April 2014 18:48 An: toasters@teaparty.net Lists Betreff: Stupid question
Got a customer who isn't using stacked switches.
Want to put e0a on one switch, e0b on another switch and operate as active standby.
Can't find any documentation and my googles are failing me.
anyone have a clue to share? _______________________________________________ Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
On Apr 22, 2014, at 11:52 AM, Alexander Griesser ag@anexia.at wrote:
Hi Michael,
this would be a single vif configuration:
ifgrp create single prod -b ip e0a e0b ifgrp favor e0a
In this case, e0a and e0b are both in the interface group "prod" and e0a is the designated active link.
Thank you!
Silly me, should have gotten this myself! Sometimes the elderly need help, and that was me today. :)