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!

Programmed Numbers by Gateway 1

Status
Not open for further replies.

ChiefV

Technical User
Nov 8, 2015
19
US
What command can I use to list the phone numbers assigned to a certain gateway?
 
For physical ports connected to a media gateway, "list conf media-g XX"
Then "displ port 1v101" and see what pops up.

 
Thank you for responding! I was hoping I was missing a command that would allow me to see the stations for the whole media gateway other then by looking at ech port.
 

Assuming your looking for digital or analog phones, why not just list station? The port assigned will tell you what gateway the phone is assigned to.

- Stinney

“The man who asks a question is a fool for a minute, the man who does not ask is a fool for life.” - Confucius
 
We are converting digital phones to IP on about 66 gateways. We are doing it by buildings and some buildings are supported by several gateways. I was trying to find a easier way to list just the numbers I need.
 

So if you use ASA and the report feature, you can execute: list station export the file to a comma delimited file and open in Excel. The use Excel to filter on the port to see what's on the gateway.

- Stinney

“The man who asks a question is a fool for a minute, the man who does not ask is a fool for life.” - Confucius
 
Code:
list configuration media-gateway 5

                              SYSTEM CONFIGURATION

Board                                                     Assigned Ports
Number   Board Type              Code     Vintage    u=unassigned t=tti p=psa

005V1    ICC MM                   S8300D  HW07 FW001
005V2    ANA MM                   MM711AP HW27 FW073 01 02 03 04 p  06 07 08
--------------------------------------------------------------------------------
# by media-gateway slot:
list station port 005V2

                                  STATIONS

Ext/          Port/   Name/                       Room/       Cv1/ COR/   Cable/
 Hunt-to       Type      Surv GK NN        Move    Data Ext    Cv2  COS TN Jack

9404          005V203 DR-STL Boardroom                             4
               poly                        no                      1   1
9405          005V202 DR-STL Grant Park                            4
               poly                        no                      1   1
9406          005V204 DR-STL Lincoln Park                          4
               poly                        no                      1   1
9410          005V207 DR Training 1                               44
               poly                        no                      1   1
9411          005V206 DR mail machine                              4
               fax                         no                      1   1
9413          005V208 DR Training 2                               44
               poly                        no                      1   1
9415          005V201 DR  Avaya modem DR                         108
               modem                       no                      1   1
--------------------------------------------------------------------------------
# by port network number:
list station port 02

                                  STATIONS

Ext/          Port/   Name/                       Room/       Cv1/ COR/   Cable/
 Hunt-to       Type      Surv GK NN        Move    Data Ext    Cv2  COS TN Jack

1007          02A0304 Test Tallahassee                        1    1
               6408D+                      no                      1   1
1501          02A1001 audix 1                                      1
               2500                        no                      1   1
1502          02A1002 audix 2                                      1
               2500                        no                      1   1
1503          02A1003 audix 3                                      1
               2500                        no                      1   1
1504          02A1004 audix 4                                      1
               2500                        no                      1   1
1530          02A0301 Desk phone                              1    1
               6408D+                      no                      1   1
1531          02A0302 2nd test phone                          1    1
               6408D+                      no                      1   1
--------------------------------------------------------------------------------
# by port network slot:
list station port 02A03

                                  STATIONS

Ext/          Port/   Name/                       Room/       Cv1/ COR/   Cable/
 Hunt-to       Type      Surv GK NN        Move    Data Ext    Cv2  COS TN Jack

1007          02A0304 Test Tallahassee                        1    1
               6408D+                      no                      1   1
1530          02A0301 Desk phone                              1    1
               6408D+                      no                      1   1
1531          02A0302 2nd test phone                          1    1
               6408D+                      no                      1   1


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

40 years Bell, AT&T, Lucent, Avaya
Tier 3 for 30 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Try doing 'list station port 001v'. That should give you all of the Analog & Digitap stations assigned to that gateway.

Kevin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top