Cisco IOS XR - Manual
Cisco IOS XR – Manual, read for free online in PDF format. We hope this helps you resolve any issues you may have. If you have further questions, please contact us through the contact form.
Table of Contents:
- Page 2 – SUMMARY STEPS; Examples; Related Documents; Configuring Telnet, HTTP, and XML Host Services; Related Topic
- Page 3 – Prerequisites; Managing Configuration History and Rollback
- Page 4 – Displaying the CommitIDs; show configuration commit
- Page 5 – Displaying the Configuration History Log; show configuration commit list
- Page 6 – Displaying the Configuration Changes Recorded in a CommitID; show; Previewing Rollback Configuration Changes; show configuration rollback changes
- Page 7 – Rolling Back the Configuration to a Specific Rollback Point
- Page 8 – Loading the Configuration Changes for a Specific CommitID
- Page 9 – Deleting CommitIDs; Saving and Loading Target Configuration Files
- Page 10 – Saving the Target Configuration to a File; show configuration |; pwd; Loading the Target Configuration from a File; load; Loading an Alternative Configuration at System Startup
- Page 11 – Configuring Logging and Logging Correlation; Logging Locations and Severity Levels; Logging Destination; Level
- Page 12 – Configuring Basic Message Logging; Command or Action
- Page 13 – logging console; logging buffered
- Page 14 – Creating and Modifying User Accounts and User Groups
- Page 15 – Displaying Details About User Accounts, User Groups, and Task IDs; Configuring User Accounts; Command Description; show aaa usergroup
- Page 16 – Creating Users and Assigning Groups; DETAILED STEPS
- Page 17 – Configuration Limiting
- Page 18 – Static Route Configuration Limits; Feature Limit Description; route maximum ipv6
- Page 19 – IS-IS Configuration Limits; OSPFv2 and v3 Configuration Limits
- Page 21 – Maximum Interfaces for Each OSPF Instance
- Page 22 – Maximum Routes Redistributed into OSPF; maximum redistributed-prefixes; maximum paths; BGP Configuration Limits
- Page 23 – show bgp neighbor
- Page 24 – clear bgp; Routing Policy Language Line and Policy Limits; Limit Description; rpl maximum lines; rpl maximum policies
- Page 25 – rpl maximum
- Page 26 – Multicast Configuration Limits
- Page 27 – MPLS Configuration Limits; Other Configuration Limits; show ipv4 access-lists; show ipv4 access-lists
C H A P T E R
3-1
Cisco IOS XR Getting Started Guide
3
Configuring Additional Router Features
This chapter contains instructions and information for entering basic configurations using the
command-line interface (CLI).
Contents
This chapter contains the following sections:
•
Configuring the Domain Name and Domain Name Server, page 3-1
•
Configuring Telnet, HTTP, and XML Host Services, page 3-2
•
Managing Configuration History and Rollback, page 3-3
•
Saving and Loading Target Configuration Files, page 3-9
•
Configuring Logging and Logging Correlation, page 3-11
•
Creating and Modifying User Accounts and User Groups, page 3-14
•
Configuration Limiting, page 3-17
Configuring the Domain Name and Domain Name Server
Configure a domain name and domain name server (DNS) for your router to make contacting other
devices on your network more efficient. Use the following guidelines:
•
To define a default domain name that the Cisco IOS XR software uses to complete unqualified
hostnames (names without a dotted-decimal domain name), use the
domain-name
command in
global configuration mode.
•
To specify the address of one or more name servers to use for name and address resolution, use the
domain name-server
command in global configuration mode. If no name server address is
specified, the default name server is 255.255.255.255 so the DNS lookup can be broadcast to the
local network segment. If a DNS server is in the local network, it replies. If not, there might be a
server that knows how to forward the DNS request to the correct DNS server.
•
Use the
show hosts
command in EXEC mode to display the default domain name, the style of name
lookup service, a list of name server hosts, and the cached list of hostnames and addresses.
"Loading the manual" means you need to wait until the file loads and becomes available for online reading. Some manuals are very large, and the time they take to appear depends on your internet speed.
Summary
3-2 Cisco IOS XR Getting Started Guide Chapter 3 Configuring Additional Router Features Configuring Telnet, HTTP, and XML Host Services To configure the DNS and DNS server, complete the following steps: SUMMARY STEPS 1. configure 2. domain name domain-name-of-organization 3. domain name-server ipv4-...
3-3 Cisco IOS XR Getting Started Guide Chapter 3 Configuring Additional Router Features Managing Configuration History and Rollback Prerequisites The following prerequisites must be met before configuring the Telnet, HTTP, and XML host services: • For the XML and HTTP host services, the Manageabilit...
3-4 Cisco IOS XR Getting Started Guide Chapter 3 Configuring Additional Router Features Managing Configuration History and Rollback When multiple commitIDs are present, you can use a commitID to identify a previous configuration to which you want to return, or you can use the commitID to load the co...