cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4785
Views
0
Helpful
3
Replies

Control Access to voice port in CME

t_kilany_2
Level 1
Level 1

Hi,

Is it possible to configure an FXO voice port to be exclusive used by a user or a group of users?

Thanks

Tarik

2 Accepted Solutions

Accepted Solutions

Tarik,

This is possible to implement in multiple ways. I will proceed with explaining the two that are most common:

1) Port segregation based on dialed number: You create POTS dial-peers with specific destination patterns, and assign the appropriate FXO ports.

Example:

!

dial-peer voice 5500 pots

destination-pattern 8.T

voice-port 0/0/0

!

This dial peers is accessible to anyone, so you would only give the dial string to the corresponding users (you would ask them to always dial the prefix "8")

2) A more secure, convenient way of doing this is using Class of Restriction, which effectively achieves dial plan partitioning.

Example:

!

dial-peer cor custom

name FXO

!

dial-peer cor list FXO-Only

member FXO

!

dial-peer voice 5500 pots

destination-patter 9.T

voice-port 0/0/0

corlist outgoing FXO-Only

!

ephone-dn 1

number 201

description Joe Doe

corlist incoming FXO-Only

!

Hope this helps,

Marcos Hernandez
Technical Marketing Engineer
Cisco Systems, Inc.

View solution in original post

To add to Marcos's comments...

Here is how you configure COR list.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml

View solution in original post

3 Replies 3

Tarik,

This is possible to implement in multiple ways. I will proceed with explaining the two that are most common:

1) Port segregation based on dialed number: You create POTS dial-peers with specific destination patterns, and assign the appropriate FXO ports.

Example:

!

dial-peer voice 5500 pots

destination-pattern 8.T

voice-port 0/0/0

!

This dial peers is accessible to anyone, so you would only give the dial string to the corresponding users (you would ask them to always dial the prefix "8")

2) A more secure, convenient way of doing this is using Class of Restriction, which effectively achieves dial plan partitioning.

Example:

!

dial-peer cor custom

name FXO

!

dial-peer cor list FXO-Only

member FXO

!

dial-peer voice 5500 pots

destination-patter 9.T

voice-port 0/0/0

corlist outgoing FXO-Only

!

ephone-dn 1

number 201

description Joe Doe

corlist incoming FXO-Only

!

Hope this helps,

Marcos Hernandez
Technical Marketing Engineer
Cisco Systems, Inc.

To add to Marcos's comments...

Here is how you configure COR list.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml

Steven DiStefano
VIP Alumni
VIP Alumni

Hi,

I wanted to add to the good advise you received from two experts (Marcos and Steven) with a way to group some FXO ports in a trunk group and some others in another, and then assign the PSTN Trunk Group to the outgoing dial plan access codes you desire..    Oh and did I mention you can do this all with CCA 2.1?

https://www.myciscocommunity.com/docs/DOC-10701

Steve DiStefano

SE, US Field Channel Sales

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: