An engineer must configure a router to allow users to run specific configuration commands by validating the user against the router database. Which configuration must be applied?
An engineer must configure a router to allow users to run specific configuration commands by validating the user against the router database. Which configuration must be applied?
The correct configuration to allow users to run specific configuration commands by validating the user against the router database is to use 'aaa authorization exec default local'. Authorization determines what services and commands a user is allowed to run after being authenticated. Therefore, 'aaa authorization exec default local' ensures that only authenticated users have permission to execute specific configuration commands based on the local router database.
Running specific configuration commands is about authorization.
Answer D
Answer D
i think D is correct
i think D is correct
authorization defines access rights, not user validation.
C is right