Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

Network Change & Configuration Management

Reply

String Conversion on HP switches in XML

Techie
Posts: 6
1412     0

On HP (Aruba) switch port parameters can be found in te config file in thre different ways.

1. as

interface 2
   dhcp-snooping max-bindings 10
   qos trust dscp
   rate-limit bcast in percent 2
   rate-limit mcast in percent 2
   exit

 

This can be tackeld by a ConfigBlockCheck

 

2. as

aaa port-access authenticator 2 quiet-period 30

 

 This can be checked by building an array of ports to be checked (acces, enabled) and a ForEach with a ConfigFileCheck on each value.

 

3. as

no lldp config 1-5,7-24 basicTlvEnable port_descr

 

For this I need to convert the array to a 1-5,7-24 format.

 

Is that feasable ?

 

          

Showing results for 
Search instead for 
Did you mean: 

Recommended for You