Configuring Secure Domain Routers on Cisco IOS XR Software

Configuration Examples for Secure Domain Routers

 

Command or Action

Purpose

Step 3

 

 

no aaa authentication login remote local

Disables remote login.

 

Example:

 

 

RP/0/RP0/CPU0:router(admin-config)# no aaa

 

 

authentication login remote local

 

Step 4

 

 

end

Saves configuration changes.

 

or

When you issue the end command, the system prompts

 

 

 

commit

you to commit changes:

 

 

Uncommitted changes found. Commit them?

 

Example:

Entering yes saves configuration changes to the

 

RP/0/RP0/CPU0:router (admin-config)# end

running configuration file, exits the configuration

 

or

session, and returns the router to EXEC mode.

 

 

 

RP/0/RP0/CPU0:router(admin-config)# commit

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.

 

 

 

Configuration Examples for Secure Domain Routers

Creating a New SDR on a Cisco CRS-1 Router

RP/0/RP0/CPU0:router# admin

RP/0/RP0/CPU0:router(admin)# configure

RP/0/RP0/CPU0:router(admin-config)# pairing drp1

RP/0/RP0/CPU0:router(admin-config-pairing:drp1)# location 0/3/* 0/4/*

RP/0/RP0/CPU0:router(admin-config-pairing:drp1)#exit

RP/0/RP0/CPU0:router(admin-config)# sdr rname2

RP/0/RP0/CPU0:router(admin-config-sdr:rname2)# pair pair1 primary

RP/0/RP0/CPU0:router(admin-config-sdr:rname2)# location 0/0/*

RP/0/RP0/CPU0:router(admin-config-sdr:rname2)# end

Creating an SDR on a Cisco XR 12000 Series Router

RP/0/0/CPU0:router# admin

RP/0/0/CPU0:router(admin)# configure

RP/0/0/CPU0:router(admin-config)# sdr rname

RP/0/0/CPU0:router(admin-config-sdr:rname)# location 0/0/*

RP/0/0/CPU0:router(admin-config-sdr:rname)# location 0/1/*

RP/0/0/CPU0:router(admin-config-sdr:rname)# location 0/5/*

RP/0/0/CPU0:router(admin-config-sdr:rname)# end

Cisco IOS XR System Management Configuration Guide

SMC-162

Page 36
Image 36
Cisco Systems SMC-127 manual Configuration Examples for Secure Domain Routers, Creating a New SDR on a Cisco CRS-1 Router