mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
devices:
|
|
- name: AS1234_Example Device
|
|
address: 127.0.0.1
|
|
credential:
|
|
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: [BGPRoute]
|
|
- JuniperTraceroute
|
|
- JuniperPing
|
|
attrs:
|
|
source4: 127.0.0.1
|
|
source6: 2001:db8::1
|
|
|
|
- name: AS1234_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: AS1234_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]
|
|
- MikroTik_Traceroute
|
|
- MikroTik_Ping
|
|
attrs:
|
|
source4: 127.0.0.1
|
|
source6: 2001:db8::1
|