Which five of the following commands will integrate a Cisco Unity Express module with a Cisco Unified Communications Manager Express router. (Choose five.)
A.
ip route 10.1.131.2 255.255.255.255 interface Service-Engine 1/0
B.
service-module ip address 10.1.130.2 255.255.255.0
C.
ip unnumbered Loopback0
D.
service-module ip address 10.1.131.2 255.255.255.0
E.
service-module ip default-gateway 10.1.131.1
F.
ip unnumbered vlan130
G.
service-module ip default-gateway 10.1.30.1.1
H.
interface lntegrated-Service-Engine1/0
Explanation:
OK. StudentGuide Volume 2 Page 3-33The 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 the 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