-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 896 Bytes
/
.env.example
File metadata and controls
21 lines (18 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ---------------------------------------------------------------------------
# NextGen Network Academy · Arista eAPI with Python
#
# 1. cp .env.example .env
# 2. The defaults below match the included containerlab topology — no edits
# needed if you used `containerlab deploy -t topo/topology.clab.yml`.
# 3. NEVER commit your .env. The .gitignore in this repo blocks it, but
# double-check before every push.
# ---------------------------------------------------------------------------
# Switch reachable address. Defaults to the published port from the lab topo.
EAPI_HOST=localhost
# eAPI port. The lab publishes the cEOS container's 443 to host 8443.
# Real switches usually leave this at 443.
EAPI_PORT=8443
# Lab credentials — baked into topo/configs/eos1.cfg for convenience.
# Replace if you point this script at a different switch.
EAPI_USERNAME=admin
EAPI_PASSWORD=admin