Modifying interface parameters

Starting at the config>router level, navigate down to the router interface context.

To modify an IP address:

- A:ALA-A>config>router# interface ‟to-sr1”
    - A:ALA-A>config>router>if# shutdown
    - A:ALA-A>config>router>if# no address
    - A:ALA-A>config>router>if# address 10.0.0.25/24
    - A:ALA-A>config>router>if# no shutdown

To modify a port:

- A:ALA-A>config>router# interface ‟to-sr1”
    - A:ALA-A>config>router>if# shutdown
    - A:ALA-A>config>router>if# no port 
    - A:ALA-A>config>router>if# port 1/1/2
    - A:ALA-A>config>router>if# no shutdown

The following example shows the interface configuration:

A:ALA-A>config>router# info
#------------------------------------------
# IP Configuration
#------------------------------------------
        interface "system"
            address 10.0.0.103/32
        exit
        interface "to-sr1"
            address 10.0.0.25/24
            port 1/1/2
        exit
        router-id 10.10.0.3
#------------------------------------------
A:ALA-A>config>router#