IOS-XR Line console configurations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2019 11:09 PM
Hi!
I wanted to know the use and difference in the following terms and what are they used for?
1): What is difference between line console and line default in IOS-XR?
2): What is line line template <name> in IOS-XR?
3): What is vty pool in IOS-XR?
4): What is line preferred none under line console configuration?
Thanks in advance.
- Labels:
-
ASR 1000 Series

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2019 12:57 AM
Hello,
1): What is difference between line console and line default in IOS-XR?
The IOS equivalent of 'line console' is 'line con 0', so basically it is for configuring the console port line
The IOS equivalent of 'line default' is 'line vty 0', so with 'line default' you configure the virtual terminal (telnet) line (just the first one, 0)
2): What is line line template <name> in IOS-XR?
The 'line template' lets you configure a user-defined, customized line
3): What is vty pool in IOS-XR?
The IOS equivalent would be 'line vty 0/x', which allows you to configure several VTY lines at the same time, all with the same characteristics
4): What is line preferred none under line console configuration?
I don't see the 'preferred' kerword in XR under the line console. Do you mean 'transport preferred' ?
Check the links below as well:
