DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure
Example:
RP/0/0RSP0/CPU0:router# configure
Step 1
Specifies the loopback address for the interface.
interface loopback0
Example:
RP/0/0RSP0/CPU0:router(config)#
interface loopback0
Step 2
Configures the host IP address on a loopback interface.ipv4 address
Example:
RP/0/0RSP0/CPU0:router(config-int)#
ipv4 address 8.8.8.8 255.255.255.255
Step 3
Saves configuration changes.end or commit
Step 4
Example:
RP/0/0RSP0/CPU0:router(config)# end
or RP/0/0RSP0/CPU0:router(config)#
commit
•
When you issue the end command, the system prompts you to commit
changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
- Entering yes saves configuration changes to the running
configuration file, exits the configuration session, and returns the
router to EXEC mode.
- Entering no exits the configuration session and returns the router
to EXEC mode without committing the configuration changes.
- Entering cancel leaves the router in the current configuration session
without exiting or committing the configuration changes.
•
Use the commit command to save the configuration changes to the
running configuration file and remain within the configuration session.
Configuring the Inter-Chassis Links and IP Connectivity
Inter-Chassis Links (ICLs) need to be explicitly configured, in order to indicate which satellite is expected to
be connected. You must also specify the access port, that is down-stream GigE ports, which crosslink up to
the Host through the configured ICL. In order to establish connectivity between the host and satellite, suitable
IP addresses must be configured on both sides. The satellite IP address is forwarded through the Discovery
protocol. The configuration is described in the section, Defining the Satellite nV System, on page 35.
Cisco ASR 9000 Series Aggregation Services Router nV System Configuration Guide, Release 5.3.x
37
Configuring the Satellite Network Virtualization (nV) System
Configuring the Inter-Chassis Links and IP Connectivity