Configuring Secure Domain Routers on Cisco IOS XR Software
How to Configure Secure Domain Routers
SMC-160
Cisco IOS XR System Management Configuration Guide
Step7 Log in to the non-owner SDR using admin plane
authentication:
Username:xxxx@admin
Password:xxxx
Example:
Username:xxxx@admin
Password:xxxx
Logs a root-system user into the SDR using admin plane
authentication.
Note Where it says “Username:xxxx@admin,” replace
xxxx with your username.
Step8 configure
Example:
RP/0/RP0/CPU0:router# configure
Enters configuration mode.
Step9 username username
Example:
RP/0/RP0/CPU0:router(config)# username user1
Defines an SDR username and enters username
configuration mode.
The user-name argument can be only one word. Spaces and
quotation marks are not allowed.
Step10 secret password
Example:
RP/0/RP0/CPU0:router(config-un)# secret 5 XXXX
Defines a password for the user.
Step11 group root-lr
Example:
RP/0/RP0/CPU0:router(config-un)# group root-lr
Adds the user to the predefined root-lr group.
Note Only users with root-system authority or root-lr
authority may use this option.
Step12 end
or
commit
Example:
RP/0/RP0/CPU0:router (config)# end
or
RP/0/RP0/CPU0:router(config)# commit
Saves configuration changes.
When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found. Commit them?
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
Entering cancel leaves the user in the same
command mode without committing the
configuration changes.
Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Step13 exit
Example:
exit
Closes the active terminal session and log off the router.
Command or Action Purpose