mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-07 12:43:05 +00:00
Update sample_devices_juniper.yaml
This commit is contained in:
parent
7424e03325
commit
44dfcac4d1
1 changed files with 35 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue