|
Configuring a Cisco AS5300 for GnuGkThis is a sample configuration for a Cisco VOIP gateway to work with GnuGk.
*Cisco AS5300 : AS5300# config t AS5300(config)# interface ethernet 0 AS5300(config-if)# h323-gateway voip interface AS5300(config-if)# h323-gateway voip id OpenH323GK ipaddr xx.xx.xx.xx AS5300(config-if)# h323-gateway voip h323-id AS5300GW AS5300(config-if)# exit AS5300(config)# no ga AS5300(config)# ga AS5300(config-gateway)# ^Z <= Ctrl+Z (End of Config) AS5300# AS5300# sh run .. ! interface Ethernet0 ip address xx.xx.xx.xx 255.255.255.xx no ip route-cache no ip mroute-cache keepalive 60 h323-gateway voip interface h323-gateway voip id OpenH323GK ipaddr xx.xx.xx.xx 1718 h323-gateway voip h323-id AS5300GW ! .. AS5300# sh ga Gateway AS5300GW is registered to Gatekeeper OpenH323GK Alias list (CLI configured) H323-ID AS5300GW Alias list (last RCF) H323-ID AS5300GW H323 resource thresholding is Disabled AS5300# In the Gnu Gatekeeper Ini-File you can assign prefixes for the VOIP gateway:
[RasSvr::GWPrefixes] AS5300GW=002886
|
Last updated: 25. Dec 2020 |