aaa parse-direction
Specifies the direction the router uses for domain and realm parsing. The router either searches from right-to-left, or from left-to-right. If searching for the realm, the router uses the realm delimiter valued in its search. If searching for the domain, it uses the domain delimiter values in its search. The no version returns the parse direction to the default setting.
aaa parse-direction { domainName | realmName } { left-to-right | right-to-left }
no aaa parse-direction { domainName | realmName }
- domainNameSpecifies that the domain name is parsed. The router performs domain searches from right-to-left by default.
- realmNameSpecifies that the realm name is parsed. The router performs realm searches from left-to-right by default.
- left-to-rightCauses the router to search from the left-most character. When the router reaches a realm delimiter, it uses anything to the left of the delimiter as the domain. When the router reaches a domain delimiter, it uses anything to the right of the delimiter as the domain.
- right-to-leftCauses the router to search from the right-most character. When the router reaches a realm delimiter, it uses anything to the left of the delimiter as the domain. When the router reaches a domain delimiter, it uses anything to the right of the delimiter as the domain.
Global Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.