Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Avaya G450 Port Redundancy

Status
Not open for further replies.

techyboy14

Technical User
Dec 3, 2015
3
AU
Hi all, we had an issue with one of our Avaya G450 gateway configured with port redundancy on port 5 and 6 connecting to two different CISCO switches which seemed to have flooded our network with broadcast when plugged in. We did plug both ports from the gateway to the switches at the same time after the G450 was configured (not sure if that makes a difference)

is it necessary to run the "set port redundancy enable" command after setting "set port redundancy 10/5 10/6 on "Monitor"?
here is the config:

hostname "GATEWAY05"
no ip telnet
set port redundancy 10/5 10/6 on "Monitor"
set spantree disable
!
ds-mode t1
!
interface Vlan 1
icc-vlan
ip address 172.XX.X.XXX 255.255.255.0

pmi
exit
!
interface FastEthernet 10/3
exit
!
interface FastEthernet 10/4
exit
!
interface Console
exit
!
interface USB-Modem
description "Default Modem Setup"
timeout absolute 10
ppp authentication ras
no shutdown
ip address 10.3.248.253 255.255.255.252
exit
!
!
set logging file enable
set logging file condition all Error

set logging file condition BOOT Debug
!
no snmp-server community
!
ip default-gateway 172.XX.X.254 1 low
no ip arp inspection
!
set mgc list 172.XX.X.XXX,172.XX.X.XXX
set mediaserver 172.XX.X.XXX 172.XX.X.XXX 23 telnet
set mediaserver 172.XX.X.XXX 172.XX.X.XXX 5023 sat
set mediaserver 172.XX.X.XXX 172.XX.X.XXX 23 telnet
set mediaserver 172.XX.X.XXX 172.XX.X.XXX 5023 sat
set reset-times primary-search 3
rtp-stat qos-trap
no rtp-stat fault
!#
!# End of configuration file. Press Enter to continue.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top