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!

ERS 4548GT-PWR

Status
Not open for further replies.

teletechman

Technical User
Aug 27, 2008
1,681
US
Does anyone have any experience with these switches. I have a customer that has IP Phones that will re-register for no reason, TS said it looks like routing. We have gone back to the IT guys and they say all is ok. I just need someone that can look over a config and tell me if it looks OK. I have limited experience in this area but am trying to get the training. I can post the config if anyone can help.
Thanks Mike
 
Shot in the dark but I heard of a bug with Avaya IP phones and a that switch on a particular release (very recent). Check the software release on the switch and look at the bug report for it.
 
I know a bit about the switches. Post the output from a show run command and I'll see if I see anything that stands out.
 
Here it is.
! Embedded ASCII Configuration Generator Script ! NOTE: This file may be split into multiple files.
! It is noted at the end of this file if this
! is the case.
! Model = Ethernet Routing Switch 4548GT-PWR ! Software version = v5.6.0.008 !
! Displaying only parameters different to default !================================================
enable
configure terminal
!
! *** CORE (Phase 1) ***
!

tftp-server 192.168.0.142
!
! *** SNMP ***
!
snmp-server notification-control ospfVirtIfStateChange snmp-server notification-control ospfNbrStateChange snmp-server notification-control ospfVirtNbrStateChange snmp-server notification-control ospfIfConfigError snmp-server notification-control ospfVirtIfConfigError snmp-server notification-control ospfIfAuthFailure snmp-server notification-control ospfVirtIfAuthFailure snmp-server notification-control ospfIfStateChange !
! *** IP ***
!
ip default-gateway 192.168.0.1
ip address switch 192.168.0.2
ip address netmask 255.255.255.0
!
! *** IP Manager ***
!
!
! *** ASSET ID ***
!
!
! *** EAP ***
!
!
! *** IPFIX ***
!
!
! *** System Logging ***
!
!
! *** STACK ***
!
!
! *** Custom Banner ***
!
!
! *** STP (Phase 1) ***
!
spanning-tree port-mode auto
!
! *** VLAN ***
!
vlan create 2 type port 1 voice-vlan
vlan name 1 "Data"
vlan name 2 "Voice"
vlan ports ALL tagging unTagPvidOnly
vlan configcontrol flexible
vlan members 2 1-48
vlan ports 2 pvid 2
no auto-pvid
!
! *** IGMP ***
!
!
! *** EAP Guest VLAN ***
!
!
! *** EAP Fail Open VLAN ***
!
!
! *** EAP Voip VLAN ***
!
!
! *** Port Mirroring ***
!
!
! *** 802.1ab ***
!

interface FastEthernet ALL
no lldp port ALL config-notification
no lldp tx-tlv port ALL local-mgmt-addr port-desc sys-desc sys-name no lldp tx-tlv port ALL dot3 mdi-power-support no lldp tx-tlv port ALL med extendedPSE inventory location med-capabilities network-policy exit !
! *** 802.1ab vendor-specific Avaya TLVs config *** !
!
! *** 802.1AB MED Voice Network Policies *** !
!
! *** QOS ***
!
qos if-group name uplink class trusted
qos agent aq-mode mixed
qos if-assign port 2 name uplink
!
! *** RMON ***
!
!
! *** Interface ***
!
!
! *** Rate-Limit ***
!
!
! *** MLT (Phase 1) ***
!
!
! *** MAC-Based Security ***
!
!
! *** LACP ***
!
!
! *** ADAC ***
!
!
! *** STP (Phase 2) ***
!
spanning-tree port-mode normal
!
! *** VLAN Phase 2***
!
!
! *** MLT (Phase 2) ***
!
!
! *** CORE (Phase 2) ***
!
!
! *** PoE ***
!
!
! *** RTC ***
!
!
! *** Avaya Energy Saver ***
!
!
! *** AUR ***
!
!
! *** AAUR ***
!
!
! *** L3 ***
!
ip routing
interface vlan 2
ip address 192.168.101.1 255.255.255.0 2 exit

! --- ECMP ---


! No license for ECMP.
! Contact support@avaya.com to update Software license.
ip route 0.0.0.0 0.0.0.0 192.168.0.1 10
!
! *** IPV6 ***
!
!
! *** VLACP ***
!
!
! *** Brouter Port ***
!
!
! *** DHCP Relay ***
!
!
! *** L3 Protocols ***
!

! --- IP Directed Broadcast ---


! --- Proxy ARP ---


! --- UDP Broadcast Forwarding ---


! --- VRRP ---


! --- Route Policies ---


! --- OSPF ---

router ospf
router-id 238.112.176.0
exit

! --- RIP ---

!
! *** DHCP SNOOPING ***
!
!
! *** ARP INSPECTION ***
!
!
! *** IP SOURCE GUARD ***
!
!
! *** STACK MONITOR ***
!
!
! *** SLPP-guard ***
!

!
! ACG configuration generation completed !



 
The config looks ok.

I program them a bit differently, but there are plenty of different ways that I've seen these set up.
What happens when these phones reregister? Do they reboot and start again immediately? Or do they hang at the Discover screen for a bit?
Switch software could be an issue too. I'm not sure what version had the problem, but there definitely was one like Dan1765 mentioned.
Currently I have a switch that runs 5.6.2.026 software and its fine. There is a newer release available, but I haven't upgraded to it yet.

If the phones are just dropping and reregistering, I'd upgrade the switch and see if that fixes it. If you do that, remember to upgrade the diag image before the software/agent code.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top