diff --git a/.samples/sample_devices_juniper.yaml b/.samples/sample_devices_juniper.yaml index f219f53..7ed34a7 100644 --- a/.samples/sample_devices_juniper.yaml +++ b/.samples/sample_devices_juniper.yaml @@ -5,6 +5,7 @@ devices: username: test password: test platform: juniper + port: 22 #PORTA de EXEMPLO APENAS TIRA ESSE COMENTARIO MUDA A PORTA NO EQUIPAMENTO PARA DE USAR PORTA PADRAO E IMPLEMENTA SEGURANÇA ACL SEJA O QUE FOR. structured_output: True directives: - builtins: false @@ -14,3 +15,37 @@ devices: attrs: source4: 127.0.0.1 source6: 2001:db8::1 + + - name: AS-Example Device + address: 127.0.0.1 + credential: + username: test + password: test + port: 22 #PORTA de EXEMPLO APENAS TIRA ESSE COMENTARIO MUDA A PORTA NO EQUIPAMENTO PARA DE USAR PORTA PADRAO E IMPLEMENTA SEGURANÇA ACL SEJA O QUE FOR. + platform: huawei + structured_output: true + directives: + - builtins: [BGP_Route] + - Huawei_Traceroute + - Huawei_Ping + attrs: + source4: 127.0.0.1 + source6: 2001:db8::1 + + - name: AS-Example Device + driver_args: + global_delay_factor: 3 + address: 127.0.0.1 + credential: + username: test + password: test + port: 22 #PORTA de EXEMPLO APENAS TIRA ESSE COMENTARIO MUDA A PORTA NO EQUIPAMENTO PARA DE USAR PORTA PADRAO E IMPLEMENTA SEGURANÇA ACL SEJA O QUE FOR. + platform: mikrotik_routeros + structured_output: true + directives: + - builtins: [BGP_Route] + - Huawei_Traceroute + - Huawei_Ping + attrs: + source4: 127.0.0.1 + source6: 2001:db8::1