Basic configuration

The most basic router configuration must have the following:

Example: Router configuration for 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C

A:ALA-A> config# info
. . .
#------------------------------------------
# Router Configuration
#------------------------------------------
    router
        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 12345

 router-id 10.10.10.103
...
exit
isis
exit
...
#------------------------------------------
A:ALA-A> config#