Hi Pheniix, Just wanted to know the answer to these questions:
1): What is vty pool in IOS-XR?
2): What is line preferred none under line console configuration?
3): What is difference between line console and line default in IOS-XR?
4): What is line line template <name> in IOS-XR?
DANKE
What is vty pool in IOS-XR?
In IOS world it would be 'line vty 0/x', which allows you to configure several VTY lines at the same time with the same characteristics
2): What is line preferred none under line console configuration?
I don't see the 'preferred' keyword in XR under the line console. Do you mean 'transport preferred' ? If yes then check this out>>>
Cisco Link1
Link
3): What is difference between line console and line default in IOS-XR?
IOS equivalent of 'line console' is 'line con 0', so basically it is for configuring the console port line 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)
4): What is line line template <name> in IOS-XR?
The 'line template' lets you configure a user-defined, customized line
Hope this was helpful! :)
Cheers,