Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement - "show interface description" alias change #325

Closed
jhiggins-NZ opened this issue Apr 4, 2017 · 1 comment
Closed

Enhancement - "show interface description" alias change #325

jhiggins-NZ opened this issue Apr 4, 2017 · 1 comment

Comments

@jhiggins-NZ
Copy link

Suggestion:

  • Make "show interface description" more user friendly to Cisco & ZebOS engineers.
  • Also create IPv4 & IPv6 filtered outputs.

Example:

# show interface description 
Interface       Status  Protocol  Description
ens33           up      up        
lo              up      up

.
.

Change to "show interface brief" and add more options.

Summary of all interfaces

# show interface brief 
Interface       Status  Protocol  Description
ens33           up      up        Mgmt
lo              up      up

Summary of IPv4 interfaces

  • Might also be good to alias "show ip interface brief" for the legacy IOS cmd.
# show ipv4 interface brief 
Interface   IP-Address          Status          Protocol
ens33       192.168.1.1         up              up
            172.16.1.50         up              up         
lo          unassigned          up              up

Summary of IPv6 interfaces

  • Display the global unicast, ULA or Link Local address(es).
# show ipv6 interface brief 
Interface   IP-Address                  Status          Protocol
ens33       2001:db8:1::1               up              up
            fe80::beef                  up              up         
lo          unassigned                  admin down      down
@donaldsharp
Copy link
Member

Added to Feature Request Wiki page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants