IP Router Configuration

7750 SR OS Router Configuration Guide Page 75

Configuring an Autonomous System

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

autonomous system:

CLI Syntax: config>router
autonomous-system as-number

The following example displays the autonomous system configuration command usage:

Example: config>router# autonomous-system 100
config>router#

The following example displays the autonomous system configuration:

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#