blob: 785c41854ad4337b549ccb4728f189a2dcb5406e (
plain)
1
2
3
4
5
6
7
8
9
10
|
anta nrfu \
--username arista \
--password arista \
--inventory ./inventory.yml \
`# uncomment the next two lines if you have an enable password `\
`# --enable` \
`# --enable-password <password>` \
--catalog ./catalog.yml \
`# table is default if not provided` \
table
|