netify-gmail

Results 10 comments of netify-gmail

Would like to augment highlighting of 'crypto map' syntax: (literal IPs replaced with [ip addr]) ```` crypto map outside_map 1 match address outside_cryptomap_3 crypto map outside_map 1 set peer [ip...

Code sample for other 'crypto ikev1' or 'crypto ikev2' syntax: ``` crypto ikev2 policy 1 encryption aes-256 integrity sha group 5 2 prf sha lifetime seconds 86400 crypto ikev2 policy...

DHCP code blocks should highlight: ``` dhcpd auto_config outside ! dhcpd address [start ip addr] - [end ip addr] GuestWireless dhcpd dns [ip addr] interface GuestWireless dhcpd lease 300 interface...

NTP server IP addresses: ```ntp server [ip addr] source outside2 ntp server [ip addr] source outside2 prefer ``` Group-policy applied: ```group-policy DfltGrpPolicy attributes vpn-tunnel-protocol ikev1 l2tp-ipsec ssl-clientless dynamic-access-policy-record DfltAccessPolicy ```...

Service-object entries: ```service-policy global_policy global ``` This line is currently highlighted: ```object-group service H323``` These are not highlighted: ``` service-object object h323_2 service-object tcp destination eq h323 service-object object h323_1...

This entry is highlighted: ``` network-object host [ip addr]``` This entry is NOT highlighted after the word 'network-object': ```network-object [ip addr] 255.244.0.0``` Again, this entry is highlighted: ``` network-object [ip...

A few inconsistencies with varying syntax: Highlighted: ```icmp permit [ip addr] 255.255.255.0 outside``` Missed: ```icmp permit host [ip addr] outside```

Flow-Export targets: ```flow-export destination inside [ip addr] 2055```

NAT statements without IP addresses: Highlighted: ```object network [obj name]``` ``` nat (inside,outside2) static [ip addr] ``` Highlighted: ```object network spwwup``` Missed: ``` nat (inside,outside2) static interface service tcp ssh...

Path to SDKs (on my system): C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools