-
Notifications
You must be signed in to change notification settings - Fork 1
/
hosts.yaml
37 lines (34 loc) · 1020 Bytes
/
hosts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
# https://github.com/nornir-automation/nornir-tools/blob/master/tests/virtual/inventory/hosts.yaml
csr1kv:
hostname: 127.0.0.1
port: 12204
data:
backup_command: "show run all"
rosetta_parsed_config: ""
native_config: ""
groups:
- ios
eos_device:
hostname: 127.0.0.1
port: 8443
data:
backup_command: "show run all"
rosetta_parsed_config: ""
native_config: ""
groups:
- eos
# napalm.base.exceptions.ConnectionException: Socket error during eAPI connection: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:1056)
# use vagrant port eos for eapi (443 mapping)
junos_device:
hostname: 127.0.0.1
port: 12203
data:
rosetta_parsed_config: ""
native_config: ""
backup_command: "show configuration | display xml"
groups:
- junos
# jnpr.junos.exception.ConnectAuthError: ConnectAuthError(127.0.0.1)
# raise AuthenticationError(repr(saved_exception))
# ncclient.transport.errors.AuthenticationError: AuthenticationException('Authentication failed.')