10-25-2011 07:58 AM - edited 03-16-2019 07:41 AM
Hi,
I've a Cisco UC560-BRI-K9, with AA pré installed in an Integrated -Service-Engine interface
I've configured according some documents from cisco, but for some reason, I can't put the service working.
I can't connect to the ip address of the Integrate-Service Engine, from the same Vlan, in the case, the Voice Vlan, or from the other Vlan, the Data Vlan, and i think this is one of the problems.
Anyone have any idea that can help me?
Best regards,
LM
10-25-2011 09:11 AM
Hi LM
Can you check your config as there may be IP routing issues
My lab setup uses the following:-
!
interface Integrated-Service-Engine0/0
ip unnumbered Vlan700
service-module ip address 172.16.2.250 255.255.255.0
service-module ip default-gateway 172.16.2.253
!
ip route 172.16.2.250 255.255.255.255 Integrated-Service-Engine0/0
!
You need the default gateway (probably your CME addess) for outbound packets.
You need the IP route for inbound packets
You obviously need to use your own IP address scheme.
HTH
Alex
10-25-2011 09:22 AM
Hi Alex,
Thanks for your answer.
Here's my present configuration:
interface Integrated-Service-Engine0/0
description Interface used to manage integrated application module
ip unnumbered Vlan20
ip virtual-reassembly
service-module ip address 192.168.150.2 255.255.255.0
service-module ip default-gateway 192.168.150.1
!
!
!
interface Vlan20
description Vlan_Voz
ip address 192.168.150.1 255.255.255.0
!
!
ip route 192.168.150.2 255.255.255.255 Integrated-Service-Engine0/0
!
As you can see, my configuration is like the one you have.
Best Regards,
LM
10-25-2011 12:27 PM
LM,
Look at
show interface Integrated-Service-Engine0/0
Post the output
Regards
Alex
10-26-2011 02:02 AM
Hi Alex,
Here's the output
!
Integrated-Service-Engine0/0 is up, line protocol is up
Hardware is Service Module Mgmt
Description: Interface used to manage integrated application module
Interface is unnumbered. Using address of Vlan20 (192.168.150.1)
MTU 1514 bytes, BW 8000000 Kbit/sec, DLY 5000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation LOOPBACK, loopback not set
Keepalive set (10 sec)
Last input 01:07:33, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/0 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
1809 packets output, 2159190 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
!
Regards
LM
10-27-2011 07:22 AM
LM,
Sorry for the delay in responses.
Well this looks like the interface is on line.
Can you try this :-
service-module service-engine 0/0 reload
Wait and retry.
HTH
Alex
10-27-2011 07:32 AM
Hi Alex,
I've found the problem.
The problem is that this equipment could not have the following configuration:
"ip route 192.168.150.2 255.255.255.255 Integrated-Service-Engine0/0"
After removing this line of configuration, I can now access the AA.
Now my next battle is configuring the AA according the needs of the customer!
Thanks for your time and support
Best Regards,
LM.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide