11-29-2012 08:41 AM - edited 03-16-2019 02:27 PM
Hello,
I am trying to bring up a new ISM but it is in service-module fail open mode. Below is the relevant configuration. Anyone have any ideas on what might be wrong?
interface GigabitEthernet0/0.5
description Voice VLAN
encapsulation dot1Q 5
ip address 10.0.0.1 255.255.255.0
ip helper-address 10.1.1.5
h323-gateway voip interface
h323-gateway voip bind srcaddr 10.0.0.1
service-policy input Voice
!
interface ISM0/0
ip unnumbered GigabitEthernet0/0.5
service-module fail-open
service-module ip address 10.0.0.5 255.255.255.0
service-module ip default-gateway 10.0.0.1
and for my route statement I have
ip route 10.0.0.5 255.255.255.255 ISM0/0
Solved! Go to Solution.