Skip to content
Snippets Groups Projects
Commit 6b3b3430 authored by Neil Schark's avatar Neil Schark
Browse files

test startup-config

parent c32bbe3f
No related branches found
No related tags found
No related merge requests found
! Startup config for goSDN lab. Do not edit on arista switch!
!
hostname arista2
!
username admin privilege 15 secret admin
!
service routing protocol model multi-agent
!
interface Management1
ip address 10.11.1.112/24
!
ip route 0.0.0.0/0 10.11.1.254
!
management api gnmi
transport grpc default
!
end
! Startup config for goSDN lab. Do not edit on arista switch!
!
hostname arista1
!
username admin privilege 15 secret admin
!
service routing protocol model multi-agent
!
interface Management1
ip address 10.11.1.111/24
!
ip route 0.0.0.0/0 10.11.1.254
!
management api gnmi
transport grpc default
!
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment