13-13
Cisco ASR 1000 Series Aggregation Services Routers SIP and SPA Software Configuration Guide
OL-14127-08
Chapter 13 Configuring the POS SPAs
Configuration Examples
Basic Interface Configuration Example
The following example shows how to enter global configuration mode to specify the interface that you
want to configure, configure an IP address for the interface, enable the interface, and save the
configuration. This example configures interface port 0 (the first port) of the SPA located in subslot
0 of
the SIP that is installed in slot 2 of the Cisco ASR 1000 Series Router:
!Enter global configuration mode
!
Router# configure terminal
!
! Specify the interface address
!
Router(config)# interface pos 2/0/0
!
! Configure an IP address
!
Router(config-if)# ip address 192.168.50.1 192.255.255.0
!
! Enable the interface
!
Router(config-if)# no shutdown
!
! Save the configuration to NVRAM
!
Router(config-if)# exit
Router# copy running-config startup-config
MTU Configuration Example
The following example sets the MTU to 4470 bytes on interface port 1 (the second port) of the SPA
located in the bottom subslot
(1) of the SIP that is installed in slot 2 of the Cisco ASR 1000 Series
Router:
!Enter global configuration mode
!
Router# configure terminal
!
! Specify the interface address
!
Router(config)# interface pos 2/1/1
!
! Configure MTU
!
Router(config-if)# mtu 4470