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

Call manager fallback on Cisco 2911 voice gateway

alainauer
Level 1
Level 1

Hi,

I want to configure SRST on a 2911 voice gateway, but when I try to enter the ip source address, I have the following error message :

'Configured ip address does not match any interface in given VRF. Pls configure a valid ip address'

Cisco 2911 voice gateway  running  on c2900-universalk9-mz.SPA.155-3.M.bin

Thanks for your help

3 Replies 3

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

So does the ip address match any interface on the gateway?

Please rate all useful posts

I've configured an etherchannel and configured the IP adresse on it.

I've added two ethernet interfaces to the etherchannel.

address of the call manager : 192.168.228.1

address of the voice gateway : 192.168.228.9

the configuration below :

interface Port-channel1
 description Interco_EtherChannel
 no ip address
 hold-queue 150 in
!
interface Port-channel1.228
 description VLAN Serveur VoIP
 encapsulation dot1Q 228
 ip address 192.168.228.9 255.255.255.0
 h323-gateway voip interface
 h323-gateway voip bind srcaddr 192.168.228.9
!
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$
 ip address 10.10.10.1 255.255.255.128
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
 channel-group 1
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 channel-group 1

balaji.babu1
Level 1
Level 1

It might be due to multiple  VRF instance .