ISG18GFP USER MANUAL, GENERAL, SECTION G
UM-G-iSG18GFP-4.5.06.1-EN.docx
10
© 2020 IS5 COMMUNICATIONS INC. ALL RIGHTS RESERVED
4.2 Command Line navigation
4.2.1 Minimum Abbreviation
The CLI accepts a minimum number of characters that uniquely identify a command. Therefore, you can abbreviate
commands and parameters as long as they contain enough letters to differentiate them from any other available
commands or parameters on the specific CLI mode.
4.2.2 GREP
The ‘GREP’ and ‘GREP –V’ allows filtering long show outputs.
‘GREP <text>’- filter to output lines which includes the given text.
‘GREP –v <text>’- filter to output lines which do not include the given text.
Example:
1. Show running-config vlan without filtering.
iSG18GFP# show running-config vlan
#Building configuration...
vlan 4091
ports gigabitethernet 0/1-4
!
!
vlan 1
ports fastethernet 0/1-8 gigabitethernet 0/1-4 untagged fastethernet 0/1-8 gigabitethernet 0/1-2
!
!
vlan 4092
ports gigabitethernet 0/3 fastethernet 0/10-11 untagged fastethernet 0/10-11
!
!
vlan 4093
ports gigabitethernet 0/3
!
!
vlan 10
ports fastethernet 0/1 gigabitethernet 0/3
!