From 44dfcac4d128715dabc18733a4784157b636ab6b Mon Sep 17 00:00:00 2001 From: Carlos Santos <125412989+CarlosSuporteISP@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:45:21 -0300 Subject: [PATCH] Update sample_devices_juniper.yaml --- .samples/sample_devices_juniper.yaml | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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