Installation guide

3-21
Cisco IGX 8400 Series Installation Guide, Release 9.3.3 and Later Releases
OL-1165-06
Chapter 3 Installing the IGX
Installing a URM
For complete information about global configuration commands, and about configuring LAN and WAN
interfaces on your router, refer to the Cisco IOS configuration guides and command references.
Checking the Configuration
After configuring the new interface, you can use the following commands to verify that the new interface
is operating correctly:
Display the router hardware configuration with the show version command. Check that the list
includes the new interface.
Display all network modules and their interfaces with the show controllers command.
Specify an interface with the show interfaces [type slot/port] command and verify that the first line
of the display shows the interface with the correct slot and port number, and that the interface and
line protocol are in the correct state, up or down.
Display the protocols configured for the entire router and for individual interfaces with the
show protocols command. If necessary, return to configuration mode to add or remove protocol
routing on the router or its interfaces.
Display the running configuration with the show running-configuration command, and the
configuration stored in NVRAM using the show startup-configuration command.
Use the ping command to send an echo request to a specified IP address.
Step 4
Router(config)# crypto map map-name seq-num
ipsec-isakmp
[dynamic dynamic-map-name]
[
discover]
Creates a crypto map.
Note This command enters the crypto map
configuration mode, unless you enter the
dynamic keyword.
Step 5
Router(config-crypto map)# set peer
hostname/ip-address
Specifies a remote IPSec peer.
Note This should be the same peer specified in Step 4
in the previous procedure.
Step 6
Router(config-crypto map)# set transform-set
transform-set-name
Specifies the transform set allowed for this crypto map
entry.
Note This should be the same transform set specified
in Step 2 of this procedure.
Step 7
Router(config-crypto map)# match address
[access-list-id | name]
Specifies an extended access list for a crypto map entry.
Step 8
Router(cfg-crypto-map)# exit Exits the crypto map configuration mode and returns to
global configuration mode.
Step 9
Router(config)# access-list access-list-number {permit |
deny} {type-code wild-mask | address mask}
Creates an access list.
Command Purpose