cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
638
Views
0
Helpful
1
Replies

Gatekeeper / Zone Local command in Cisco

crumdub12
Level 1
Level 1

A Chairde,

I am trying to change the H323 port on my Cisco Zone, and have inputted the command :

gatekeeper

zone local cnibhco111 .*****.*e 192.168.230.129

no shutdown

This works correctly, but if I add .

gatekeeper

zone local cnibhco111 .****.*e 192.168.230.129 1723

no shutdown

It gives me a syntax error, also tried :, but again syntax error.

My GK is a 2600 and ver is....

cnibhco111#sh ver

Cisco Internetwork Operating System Software

IOS (tm) C2600 Software (C2600-IX-M), Version 12.2(27), RELEASE SOFTWARE (fc3)

Copyright (c) 1986-2004 by cisco Systems, Inc.

Compiled Tue 02-Nov-04 23:44 by kellmill

Image text-base: 0x8000808C, data-base: 0x80AFC590

ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)

cnibhco111 uptime is 2 days, 21 hours, 25 minutes

System returned to ROM by power-on

System image file is "flash:c2600-ix-mz.122-27.bin"

cisco 2621 (MPC860) processor (revision 0x600) with 26624K/6144K bytes of memory

.

Processor board ID JAD052700D3 (2262052545)

M860 processor: part number 0, mask 49

Bridging software.

X.25 software, Version 3.0.0.

2 FastEthernet/IEEE 802.3 interface(s)

2 Serial(sync/async) network interface(s)

32K bytes of non-volatile configuration memory.

8192K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

cnibhco111#

1 Reply 1

michael_davis
Level 4
Level 4

Did it give you a syntax error, or did it tell you the zone already existed?

To change the port for that local zone, you'll need to first remove it:

no zone local cnibhco111 .*****.*e 192.168.230.129 1719

then re-add it with the new port:

zone local cnibhco111 .****.*e 192.168.230.129 1723

Take care that you have a copy of all zone prefixes or aliases using this zone. When you remove the zone for the port change, you'll lose any additional gatekeeper configuration that relies on that zone.

Let me know if this helps by rating the post.

Michael