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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable 2nd port on IP Phone 1

Status
Not open for further replies.

technicaluser4

Technical User
Dec 28, 2006
310
MT
Is there a way how I can disable the 2nd ethernet port on the IP Phone?
I want to prevent anybody from hooking his phone to a phone placed in a conference room for example.
 
You can do this form the 46xxsettings.txt file.

Code:
## PC Interface Status
## Controls the speed and duplex settings for the PC
## Ethernet interface.
## 0 for disabled
## 1 for auto-negotiate
## 2 for 10Mbps half-duplex
## 3 for 10Mbps full-duplex
## 4 for 100Mbps half-duplex
## 5 for 100Mbps full-duplex
## 6 for 1Gbps full-duplex (96xx phones only)
## SET PHY2STAT 1
##
################## 802.1P/Q SETTINGS ####

You need to put some group settings in it for this or all your phones will have this seeting!!!
Do it like this (make your own settings)

Code:
IF $GROUP SEQ 1 goto CALLCENTER
IF $GROUP SEQ 2 goto HOTDESK
{specify settings unique to Group 0}
goto END
# CALLCENTER
{specify settings unique to Group 1}
goto END

I am not sure if you can do this from the phone itself

BAZINGA!

I'm not insane, my mother had me tested!

 
You can disable it on the phone itself by going through the CRAFT menu > INT > PC Ethernet: Disabled.

I have dreamed a dream, but now that dream has gone from me.

 
you cannot run a phone from a phone switch port, no PoE gets passed through and also it won't pass through the VLAN info

Joe W.

FHandw, ACSS (SME), ACIS (SME)



There are 10 types of people in the world: Those who understand binary, and those who don't
 
I may have cut the end off of a patch cord and inserted.

If you had a crimper and some modular connectors and a labeler you could crimp a piece of cat 5 into the mod connector and label the small piece of cable > do not remove

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top