Show Commands
The show command enables users to show complete or selected configurations of the ESU local database. All of the show commands are passive and will not modify the contents of the database.
Show is a command verb. The command verbs are show, create, delete, edit, status, and statistics. For example: create allows the creation of new entities, edit allows editing of existing entities, show shows configuration data, status shows status data and statistics shows counters. Show is attached to almost every command in the command tree.
|
Note: This procedure applies for access to the remaining six show commands and the command verbs: create, delete, edit, status, and statistic. To use the following procedures for the command verbs just replace the command verb, object, and parameter of the associated action. |
Available Show Commands
To access the Show command with all the available show commands, precede with the show command.
- Command Path - show ?
- Action - show
- To access the available Show Commands, input show and press Shift+?.
ESUx> show ? <shift+?> Commands: Cross-Connect - all Cross Connection related commands Forwarding-DataBase - all forwarding database commands InterFaCe - interface related commands ne - all network element related commands ont - all ONT interface related commands profile - all profile related commands vlan - vlan profile related operations ESUx> show _
- A listing of the available Show commands is displayed.
Show Command Examples
These examples are for the profile command with one object: Access-Control-List (acl). This procedure is the same for the remaining six show command verbs.
Available Profile Show Commands
This example will show the available commands for the command verb profile.
- Command path - profile > show ?
- Action - Show
- To access the Profile command line, input profile and press Enter.
ESUx> profile <enter> ESUx profile> _
- To access the available profile commands, input show and press Shift+?.
ESUx profile> show (shift+?) Commands: Access-Control-List - access control list profile related operations Cross-Connect - connect profile related operations DiffServ-CodePoint - dscp mapping profile related operations Link-Layer-Discovery-Protocol - lldp profile related operations Network-ACcess - network access profile related operations pon - pon profile related operations poncp - pon circuitpack profile related operations port - port profile related operations Port-Access-Entity - pae profile related operations Power-Over-Ethernet - poe profile related operations radius - radius profile related operations Rapid-Spanning-Tree-Protocol- rstp profile related operations SerViCe - service profile related operations ESUx profile> show _
- A list of the current profiles is displayed.
Profile Show Command
This example will show the profile of the Access Control List (acl) and related operations.
- Command Path - profile > show acl ?
- Command - acl
- Action - show
- To access the profile command line, input profile and press Enter.
ESUx> profile <enter> ESUx profile> _
- To access an acl profile, input show acl and press Enter.
ESUx profile> show acl <enter> | Access Control List Profile | |===========================|=======|========|============|=========|=======| | | | Criteria - Rule # 1 | | | Num | | | | L4 | | Profile Name | Rules | Action | MAC | IP | Port | |===========================|=======|========|============|=========|=======| | ACLforDesktopComputer | 1 | permit | sticky | n/a | n/a | | AUT_ACLAuthorized-072b0 | 1 | permit | authorized | n/a | n/a | | AUT_ACLAuthorized-0900d | 1 | permit | authorized | n/a | n/a | | AUT_ACLAuthorized-13c28 | 1 | permit | authorized | n/a | n/a | | AUT_ACLAuthorized-19d6d | 1 | permit | authorized | n/a | n/a | | AUT_ACLAuthorized-31b19 | 1 | permit | authorized | n/a | n/a | ESUx> _
- A complete list of the current acl profile is displayed.
Show Specific Profile ACL Element
This example will show the profile of a specific parameter in the access control list (acl). To show the details of a specific element, the name of the element is required.
- Command Path - Profile> show acl name=<parameter name >
- Action - show
- Object - acl
- Parameter - name=<parameter name >
- To access the profile command line, input profile and press Enter.
ESUx> profile <enter> ESUx profile> _ - To access the acl profile parameters, input show acl and press Shift+?.
ESU2C profile> show acl (shift+?) Parameters: name - a specific profile to display in detail summary - display consolidated summary results of each profile verbose - display complete information per profile ESU2C profile> show acl _
- To access a specific acl parameter, input show acl name=<Minh-Text> and press Enter.
ESUx profile> show avl name=Minh-Test <enter> Access Control List Profile | |============================================================================| | Profile Name : Minh-Test | | | | Rule #1 | | Rule Identifier : ML | | Type : basic | | Action : permit | | | | Layer 2 | | Ethertype : IPv4/ARP (0x0800/0x0806) | | | | Source MAC(s) | | MAX Source MACs : 16 | | SA #1 : any | | | | Layer 3 | | | | Source IP/Subnet(s) | | | | Bound to SA #1 | | MAX Source IPs : 3 | | SIP #1 : 100.1.1.2 | | SIP #2 : 100.1.1.3 | | SIP #3 : 100.1.1.10 | | | |============================================================================| ESUx> _
- A list of the specific acl parameter details is displayed.