
The following is an example of the show running-config command with the 4-Port Serial Interface SPA:
Router#
show running-config serial
Building configuration...
Current configuration : 54 bytes
!
interface Serial2/0/0
no ip address
shutdown
end
The following is an example of the show running interface command with the 4-Port Serial Interface SPA:
Router#
show running interface ser2/0/1
Building configuration...
Current configuration : 54 bytes
!
interface Serial2/0/1
no ip address
shutdown
end
The following is an example of the show startup-config command with the 4-Port Serial Interface SPA:
Router#
show startup-config | b Serial2/0/0
interface Serial2/0/0
no ip address
shutdown
!
interface Serial2/0/1
no ip address
shutdown
!
interface Serial2/0/2
no ip address
shutdown
!
interface Serial2/0/3
no ip address
shutdown
!
Using the ping Command to Verify Network Connectivity
Use the
ping
command to verify if an interface port is functioning properly. This command sends echo request
packets out to a remote device at an IP address that you specify. After sending an echo request, the system
waits a specified time for the remote device to reply. Each echo reply is displayed as an exclamation point (!)
on the console terminal; each request that is not returned before the specified timeout is displayed as a period
(.). A series of exclamation points (!!!!!) indicates a good connection; a series of periods (.....) or the messages
[timed out] or [failed] indicate a bad connection.
Following is an example of a successful
ping
command to a remote server with the address 10.0.0.10:
Router#
ping 10.0.0.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echoes to 10.0.0.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/15/64 ms
Router#
If the connection fails, verify that you have the correct IP address for the destination and that the device is
active (powered on), and repeat the
ping
command.
Proceed to the next section to check the network connectivity.
Cisco ASR 1000 Series Aggregation Services Routers SIP and SPA Software Configuration Guide, Cisco IOS XE
Everest 16.5
OL-14127-17
281
Configuring the 4-Port Serial Interface SPA
Verifying the Configuration