Configuring an autonomous system

Configuring an autonomous system is optional. Use the following syntax to configure an autonomous system.

config>router
    autonomous-system as-number
Example

The following is a sample autonomous system configuration output.

A;ALA-A>config>router# info
#------------------------------------------
# IP Configuration
#------------------------------------------
        interface "system"
            address 10.10.10.103/32
        exit
   interface "to-104"
            address 10.0.0.103/24
            port 1/1/1
            exit
        exit
        autonomous-system 100
        router-id 10.10.10.103
#------------------------------------------
A:ALA-A>config>router#