In which three ways does the configuration need to be modified in Cisco Unified Communications Manager Express so that the administrator can open a session with Cisco Unity Express? (Choose three.)
A.
Edit the IP address of the service module.
B.
There is nothing wrong with the configuration. The lntegrated-Service-Engine1/0 needs to be restarted.
C.
Edit the IP route statement to change the IP subnet mask to 255.255.255.0.
D.
Add the IP subnet mask to the service-module ip default-gateway statement.
E.
Edit the IP address in the IP route statement.
F.
Add the ip unnumbered Loopback0 command to interface Integrated-Service-Engjne1/0.
Explanation:
wrong in AT (C,D,E).StudentGuide Volume 2 Page 3-33
The following is an example of unnumbered configuration:interface FastEthernet 0/0
ip address 10.3.6.1 255.255.255.0interface Integrated-Service-Engine 1/0
ip unnumbered FastEthernet 0/0
service-module ip address 10.3.6.128 255.255.255.0 ! — Service Module ip address is in same subnet of fa 0/0
service-module ip default-gateway 10.3.6.1 ! — Default Gateway IP address must be pointing to fa 0/0ip route 10..3.6.128 255.255.255.255 Service-Engine 1/0 ! — This IP address must be the same as service-module ip address