Cisco Cisco Unity Express for SRE

Descargar
Página de 16
Cisco ISR G2 Multi Gigabit Fabric
  Configuring the MGF Interface on the Cisco SRE in Cisco IOS Release 15.1(3)T and Later Releases
8
Cisco ISR G2 Multi Gigabit Fabric
OL-24813-01
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode on the host router.
Step 3
interface ism 0/0
or
interface sm 1/0
Example:
Router(config)# interface ism 0/0
or
Router(config)# interface sm 1/0
Enters interface configuration mode for the slot and port 
where the Cisco ISM-SRE resides.
or
Enters interface configuration mode for the slot and port 
where the Cisco SM-SRE resides.
Step 4
service-module mgf ip address
 
module-side-ip-address subnet-mask
Example:
Router(config-if)# service-module mgf ip 
address 10.0.0.2 
Specifies the IP address for the module side of the interface.
This IP address is used by the native VLAN.
module-side-ip-address—IP address for the module.
subnet-mask—Subnet mask to append to the IP 
address; must be in the same subnet as the host router.
Step 5
service-module mgf ip default-gateway
 
gateway-ip-address
Example:
Router(config-if)# service-module mgf ip 
default-gateway 10.0.0.1
(Optional) Defines a default gateway (router) for a service 
module.
gateway-ip-address—IP address for the module.
The default gateway’s IP address does not have to be in 
the same subnet as the IP address of the VLAN. 
The default gateway’s IP address must be reachable 
from the module.
Step 6
service-module mgf ip address
 
module-side-ip-address subnet-mask vlan vlan-id
Example:
Router(config-if)# service-module mgf ip 
address 10.2.0.2 vlan 2
Specifies the IP address for the module side of the interface 
for the VLAN specified.
module-side-ip-address—IP address for the module.
subnet-mask—Subnet mask to append to the IP 
address; must be in the same subnet as the host router.
vlan vlan-id—The number of the VLAN to be 
assigned. The valid range is from 2 to 4094.
Step 7
service-module mgf ip default-gateway
 
gateway-ip-address vlan vlan-id
Example:
Router(config-if)# service-module mgf ip 
default-gateway 10.2.0.1 vlan 2
(Optional) Defines a default gateway (router) for a service 
module.
gateway-ip-address—IP address for the module.
vlan vlan-id—The number of the VLAN to be 
assigned. The valid range is from 2 to 4094.
Step 8
end
Example:
Router(config-if)# end
Returns to global configuration mode on the host router.
Command or Action
Purpose