Make specific numbers or IDs stand out from configuration dumps.
Create a new set named Cisco_Production_v1 . xshell highlight sets cisco
: Ensure that crucial data like BGP summaries or route maps look the same across every device you manage. How to Create Your Cisco Highlight Set Make specific numbers or IDs stand out from
| Display Name | Regex Pattern | Foreground | Background | Style | |--------------|---------------|------------|------------|-------| | Command | ^(configure\|enable\|show\|debug\|no\|interface\|router\|ip) | #0000FF | — | Bold | | Keyword | \b(?:vlan\|ospf\|eigrp\|bgp\|acl\|vty\|console\|aux)\b | #800080 | — | — | | String | "[^"]*" | #008000 | — | — | | Comment | !.*$ | #808080 | — | Italic | | Error | % (Incomplete command\|Invalid input\|Unknown) | #FF0000 | #FFFF00 | Bold | | Interface | \b(?:GigabitEthernet\|FastEthernet\|Loopback\|Vlan)\d+[/\d]* | #008080 | — | — | | IP Address | \b\d1,3\.\d1,3\.\d1,3\.\d1,3\b | #FF8C00 | — | — | How to Create Your Cisco Highlight Set |