cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1154
Views
5
Helpful
2
Replies

CISCO UNITY EXPRESS INSTALLATION/SETUP_SM-SRE-700-K9

incognito
Level 1
Level 1

hello

1. i have 2900 series router and SM SRE installed on it. i have an issue with installation of cisco unity express (CUE) on SRE Service module. (it's a second problem, about it i'm going to discuss later. Main problem is explained below)

 

2. physical connection looks like this (see attached image). I just want to install software to SRE module on router via FTP server. So the router's going to act like a host. I did all configuation by this manual http://www.firewall.cx/cisco-technical-knowledgebase/cisco-voice/889-cisco-unity-express-config-part-2.html

 

in my case config looks like this:

Switch 

interface vlan 100

ip address 192.168.100.1 255.255.255.0

 

interface gigabitethernet1/0/1

switchport mode trunk

switchport trunk encapsulation dot1q

switchport access vlan 100

and we have interface VLAN 200, 300, but administrator's laptop and FTP server are on the VLAN 100

router:

interface gigEthernet0/0

no shut

no ip address

exit

interface gigEthernet0/0.100

Encapsulation dot1q 100

ip address 192.168.100.2 255.255.255.0

interface SM1/0

 description Unity-Express-Module
 ip unnumbered GigabitEthernet0/0.100
 service-module ip address 192.168.100.10 255.255.255.0
 service-module ip default-gateway 192.168.10.2
 
ip route 192.168.100.10 255.255.255.255 SM1/0
 

At this point, we should be able to ping Unity Express’s IP address:

router# ping 192.168.100.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.10, timeout is 2 seconds:
.....
but it's not pingable from both router and switch.
How to solve this problem?

 

 

 

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello incognito,

 

>> service-module ip address 192.168.100.10 255.255.255.0
>>>>>>>service-module ip default-gateway 192.168.10.2

 

change the second line to:

service-module ip default-gateway 192.168.100.2 that is in the same IP subnet and it is the actual router IP address.

 

Hope to help

Giuseppe

 

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello incognito,

 

>> service-module ip address 192.168.100.10 255.255.255.0
>>>>>>>service-module ip default-gateway 192.168.10.2

 

change the second line to:

service-module ip default-gateway 192.168.100.2 that is in the same IP subnet and it is the actual router IP address.

 

Hope to help

Giuseppe

 

hello
thank you for the help
it was a typo.