Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-05-2019 05:26 AM
when i run command show configuration | include elrp
result output is=== module elrp configuration please explain me what is meaning of this output
result output is=== module elrp configuration please explain me what is meaning of this output
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-05-2019 08:06 AM
The " | include " part only displays lines from the output of the previous command that contain "".
In your case, it would display only those lines of the "show config" that include "elrp". If that single line is all you see, it looks as if elrp isn't configured on that switch.
"show config" has a third option where it shows you the whole 'module' - for instance you could run the command "show config elrp" for elrp settings, or "show config netTools" for sntp settings. "show config ?" would give you a list of all the modules you can see that way.
In your case, it would display only those lines of the "show config" that include "elrp". If that single line is all you see, it looks as if elrp isn't configured on that switch.
"show config" has a third option where it shows you the whole 'module' - for instance you could run the command "show config elrp" for elrp settings, or "show config netTools" for sntp settings. "show config ?" would give you a list of all the modules you can see that way.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-05-2019 08:06 AM
The " | include " part only displays lines from the output of the previous command that contain "".
In your case, it would display only those lines of the "show config" that include "elrp". If that single line is all you see, it looks as if elrp isn't configured on that switch.
"show config" has a third option where it shows you the whole 'module' - for instance you could run the command "show config elrp" for elrp settings, or "show config netTools" for sntp settings. "show config ?" would give you a list of all the modules you can see that way.
In your case, it would display only those lines of the "show config" that include "elrp". If that single line is all you see, it looks as if elrp isn't configured on that switch.
"show config" has a third option where it shows you the whole 'module' - for instance you could run the command "show config elrp" for elrp settings, or "show config netTools" for sntp settings. "show config ?" would give you a list of all the modules you can see that way.
