Modifying interface parameters

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

Example

The following shows the command usage 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
Example

The following shows the command usage 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
Example

The following is a sample interface configuration output.

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#