L2BSA Configuration
This document assumes a working base configuration explaining the L2BSA specific additions only.
AAA Profile Configuration
Each L2BSA service refers to a mandatory AAA configuration profile as explained in detail in the Subscriber Management Configuration Guide. The following example shows the minimum configuration with authentication and accounting disabled.
supervisor@leaf1: cfg> show config access aaa-profile aaa-l2bsa-default
{
"rtbrick-config:aaa-profile": [
{
"profile-name": "aaa-l2bsa-default",
"authentication": {
"order": "NONE"
},
"accounting": {
"order": "NONE"
}
}
]
}