Documenting interfaces?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2015 11:43 AM - edited 03-08-2019 03:05 AM
For one of my assignments in school, there's a step that says "Document the interfaces in the configuration file."
What does that mean? What are the commands?
My Router has GI 0/0 and GI 0/1
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2015 09:14 PM
Hello,
Your configuration file is your running config and startup config.
With show run and startup command you can see the content.
I think it means you use a command to show the interface configuration.
You can use these commands.
Show run interface G0/0
Show run interface G0/1
show run | begin interface Gigaethernet0/0 [you need to use the exact interface name here]
show run | begin interface Gigaethernet0/1 [you need to use the exact interface name here]
show run | section interface Gigaethernet0/0 [you need to use the exact interface name here]
show run | section interface Gigaethernet0/1 [you need to use the exact interface name here]
Masoud
