Configuring a system interface

Use the following syntax to configure a system interface.

config>router
        interface interface-name
            address {[ip-address/mask] | [ip-address] [netmask]} 

Example: IP configuration output showing interface information

A:ALA-A>config>router# info
    #------------------------------------------
    # IP Configuration
    #--------------------------------------------------------
            interface "system"
            address 10.10.0.4/32
            exit
    #------------------------------------------------