COMPUTER TIPS

Home | Previous Page| About Us | Set As Home Page

 

Google

  Google Groups Beta Subscribe to Computer free Tips                                                  

Email:

May, 12 , 08                    Today's Tip                              Add to Favorites  

                                                                              

   

Previous Tips e

09-05-08
08-05-08
07-05-08
06-05-08
05-05-08
04-05-08
03-05-08
02-05-08
01-05-08
30-04-08
29-04-08
28-04-08
27-04-08
26-04-08
25-04-08
24-04-08
23-04-08
22-04-08
21-04-08
20-04-08
19-04-08
18-04-08
17-04-08
16-04-08
15-04-08
14-04-08
13-04-08
12-04-08
11-04-08
10-04-08
09-04-08
08-04-08
07-04-08
06-04-08
05-04-08
04-04-08
03-04-08
02-04-08
01-04-08
30-03-08
29-03-08
28-03-08
27-03-08
26-03-08
25-03-08
24-03-08
23-03-08
22-03-08
21-03-08
20-03-08
19-03-08
18-03-08
17-03-08
16-03-08
15-03-08
14-03-08
13-03-08
12-03-08
11-03-08
10-03-08
09-03-08
08-03-08
07-03-08
06-03-08
05-03-08
04-03-08
03-03-08
02-03-08
01-03-08
28-02-08
27-02-08
26-02-08
25-02-08
24-02-08
23-02-08
22-02-08
21-02-08
20-02-08
19-02-08
18-02-08
17-02-08
16-02-08
15-02-08
14-02-08
13-02-08
12-02-08
11-02-08
10-02-08
09-02-08
08-02-08
07-02-08
06-02-08
05-02-08
04-02-08
03-02-08
02-02-08
01-02-08
30-01-08
29-01-08
28-01-08
27-01-08
26-01-08
25-01-08
24-01-08
23-01-08
22-01-08
21-01-08
20-01-08
19-01-08
18-01-08
17-01-08
16-01-08
15-01-08
14-01-08
13-01-08
12-01-08
11-01-08
10-01-08
09-01-08
08-01-08
07-01-08
06-01-08
05-01-08
04-01-08
03-01-08
02-01-08
01-01-08
 

Dec-07-Tips

Nov-07-Tips

October 07-Tips

September 07-Tips

August 07-Tips

July 07- Tips

June 07- Tips

May 07- Tips

April 07- Tips

March, 07- Tips

February, 07- Tips

January, 07- Tips

 

 

 

 

 

 

How to configure the Gateway/Gatekeeper using Cisco routers? 

 

Configuration on Gatekeeper 

Gatekeeper(config)#
 
Gatekeeper(config)# gatekeeper
 
Gatekeeper(config-gk)# zone local Gatekeeper abc.com
 
Gatekeeper(config-gk)# no shutdown 
 

Configuration on Gateway Router-A 

Router-A(config)# 
 
Router-A(config)#gateway
 
Router-A(config)#interface Ethernet 0/0
 
Router-A(config)# h323-gateway voip interface
 
Router-A(config)# h323-gateway voip id Gatekeeper ipaddr 200.100.10.1
 
Router-A(config)# h323-gateway voip h323-id Router-A.abc.com
 
Router-A(config)#exit
 
Router-A(config)# dial-peer voice 10 pots
 
Router-A(config-dial-peer)# destination-pattern 1111
 
Router-A(config-dial-peer)# port 1/0/0
 
Router-A(config-dial-peer)# exit
 
Router-A(config)# dial-peer voice 12 voip
 
Router-A(config-dial-peer)# destination-pattern 2222
 
Router-A(config-dial-peer)# session target ras
 
Router-A(config-dial-peer)# exit 
 

Configuration on Gateway Router-B 

Router-B(config)# 
 
Router-B(config)#gateway
 
Router-B(config)#interface Ethernet 0/0
 
Router-B(config)# h323-gateway voip interface
 
Router-B(config)# h323-gateway voip id Gatekeeper ipaddr 200.100.10.1
 
Router-B(config)# h323-gateway voip h323-id Router-B.abc.com
 
Router-B(config)#exit
 
Router-B(config)# dial-peer voice 10 pots
 
Router-B(config-dial-peer)# destination-pattern 2222
 
Router-B(config-dial-peer)# port 1/0/0
 
Router-B(config-dial-peer)# exit
 
Router-B(config)# dial-peer voice 12 voip
 
Router-B(config-dial-peer)# destination-pattern 1111
 
Router-B(config-dial-peer)# session target ras
 
Router-B(config-dial-peer)# exit  

Use the show gatekeeper endpoints command on the gatekeeper to verify that the two gateways have registered.

Gatekeeper# show gatekeeper endpoints

                          

Yesterday Tip.

How to prevent users from writing to USB drives?