cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
227
Views
0
Helpful
2
Replies

Gatekeeper sub-zone setup

m.mukherjee
Level 1
Level 1

Does anybody have a sample config of creating sub-zones within a single gatekeeper setup? I am trying to set each physical location in our network as a separate sub-zone and then apply differing b/w policies to each subzone.

Thanks

Mohan

2 Replies 2

ciscomoderator
Community Manager
Community Manager

Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen

If anyone else in the forum has some advice, please reply to this thread.

Thank you for posting.

jpinkus
Cisco Employee
Cisco Employee

You can create 'sub-zones' on a gatekeeper by creating multiple local zones. The key to remember is that there can always be only 1 gatekeeper per zone and each gatekeeper can control multiple zones. For a config example, suppose you have a site in NY, CA and NC. You gatekeeper config can look like this:

gatekeeper

zone local NY something.com

zone local CA something.com

zone local NC something.com

zone prefix NY 212*

zone prefix CA 408*

zone prefix NC 919*

gw-type-prefix 1# default-technology

On you endpoints in these three sites, configure each

to register to its appropriate zone and have each endpoint register with a tech-prefix of 1#.

At this point, you endpoints will have dial-peer or route patterns defined to send ARQ's to the gatekeeper for these calls.