SecureCRT9.1高亮配色设置

参考:http://zh-cjh.com/qita/1623.html

https://download.csdn.net/download/qq_45698138/88310255?spm=1001.2014.3001.5503
SecureCRT9.1高亮配色设置_第1张图片

1.创建文件colorful-network.ini,添加如下内容

D:"Match Case"=00000000
D:"Regex Line Mode"=00000000
Z:"Keyword List V2"=00000016
 "(no(t)?(connect)?)|((shut)?(down)?)",000000ff,00000001
 "(dis((able(d)?)|(connect(ed)?)|(allow(ed)?)|(card(ed)?))|(error(s)?))|(fail((ure)|(ed))?)|((city)?[w]{2}m)|(den((y)|(ied)){1})",000000ff,00000001
 "red|administratively|undo|unknown|fault|block|refused|problem|warnings|alerts|critical|delete|inactive|unassigned",000000ff,00000001
 "(([7-9]\d)|(100))(\.\d{0,2})?\%",000000ff,00000001
 "green|up|forward|full|active",0000ff00,00000001
 "(connect(ed)?)|(permit(ed)?)|(estab(lish)?(ed)?)|(enable(d)?|(allow(ed)?))",0000ff00,00000001
 "(([0-3](\d)?)|\d{1})(\.\d{0,2})?\%",0000ff00,00000001
 "(bgp|(ospf(v3)?)|(rip(ng)?)|eigrp|static|odr|unr|(is(\-)?is)|pim|direct)(\-\d*)?",00ff8000,00000001
 "cyan|ipv6|tcp|udp|(i(c|g)mp)|gre|esp|ah|isakmp|(arp(a)?)|dhcp|(http(s)?)|dns|((t)?ftp)|telnet|ssh|www|ntp|radius|tacacs|pop\d|smtp|ppp|fr(ame(\-)?relay)?|hdlc",00ff8000,00000001
 "standby|vrrp|glbp|(mst(p)?)|((r)?stp)|spanning\-tree|dot1q|802\.1q",00ff8000,00000001
 "ldp|tdp|mpls|aaa|(account(ing)?)|(auth((entication)|(orization)))|nat|bfd|nqa|sla|rtr|vrf|(\-instance)?",00ff8000,00000001
 "(((passive\-)|(silent\-))?interface)|(in|out)((bound)|(put))?",00ff00ff,00000001
 "magenta|router|redistribute|(import(\-route)?)|export|network|neighbor|peer|area|acl|(class((ifier)|(\-map)))|behavior|policy(\-map)?",00ff00ff,00000001
 "access\-((list)|(class)|(group))|ip\-prefix|prefix\-list|(route(\-.*)?)|(traffic.*)",00ff00ff,00000001
 "[4-6]\d((\.\d{0,2})?)\%",00ff00ff,00000001
 "((fast)?|(gigabit)?)ethernet((\d)?\d\/)*(\d)+(\.\d{1,4})?",000080ff,00000001
 "\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(\/(\d){0,2})?",000080ff,00000001
 "([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4}(\/(\d){0,3})?",000080ff,00000001
 "([0-9a-fa-f]{4}[.|-][0-9a-fa-f]{4}[.|-][0-9a-fa-f]{4})|([0-9a-fa-f]{2}[.|-]){5}[0-9a-fa-f]{2}",000080ff,00000001
 "\d{1,2}\.([0-9a-fA-F]{2,4}.){1,11}\d{1,2}",000080ff,00000001
 "(orange|ge|fa|fe|(eth((\-)?(trunk)?))|null|loopback|tunnel|dialer|bri|serial|atm|pos|(vlan(if)?))(((\d)?\d\/)*(\d)+)?",000080ff,00000001
 "((virtual\-(template|ppp|access))|(channel\-group)|(port\-channel)|(ether(\-)?channel))(((\d)?\d\/)*(\d)+)?",000080ff,00000001

2.打开SecureCRT,鼠标右击工具栏,打开menu bar菜单栏,选择Options->Global Options

SecureCRT9.1高亮配色设置_第2张图片

SecureCRT9.1高亮配色设置_第3张图片

3.将colorful-network.ini放到C:\Users\Administrator\AppData\Roaming\VanDyke\Config\Keywords目录下;Keywords目录,需要自己创建

4.选择Options->Global Options->General->Default Session->Edit Default Settings

SecureCRT9.1高亮配色设置_第4张图片

5.找到Keyword Highinghting,下拉List name选择colorful-network

SecureCRT9.1高亮配色设置_第5张图片

6.找到Keyword Highinghting->Adwanced,在highlight style中取消Reverse video,勾选Color

SecureCRT9.1高亮配色设置_第6张图片

7.点击ok,再保存设置即可

SecureCRT9.1高亮配色设置_第7张图片

你可能感兴趣的:(配置,secureCRT)