08-01-2019 09:33 AM - edited 08-01-2019 09:39 AM
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
At this point, we should be able to ping Unity Express’s IP address:
Solved! Go to Solution.
08-02-2019 12:09 AM
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
08-02-2019 12:09 AM
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
08-02-2019 04:39 AM
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