cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
2594
Views
0
Helpful
1
Replies

Documenting interfaces?

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

1 Reply 1

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

Review Cisco Networking for a $25 gift card