Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

hostname eosdist1
username admin privilege 15 role network-admin secret sha512 $6$NfD5eWiya9A.EgJF$qaW2.KvCz9oW0daVPqxQrUN5UYb4NN7URw42DMHqtHi7OSZ3eQGQBBvkYH.ZzO3wb2TAqGFBIZAVSRmvxeEvF1abc123abc123
vrf instance MGMT
interface Ethernet1
   no switchport
   vrf MGMT
   ip address 10.100.2.101/24
   no lldp transmit
   no lldp receive
interface Ethernet2
   description DOWNLINK
   switchport mode trunk
   channel-group 3 mode active
!
interface Port-Channel3
   description DOWNLINK
   switchport mode trunk
   port-channel lacp fallback individual
   port-channel lacp fallback timeout 3
!
interface Loopback1
   vrf MGMT
   ip address 10.100.3.101/32
!
interface Vlan1
   description ZTP DHCP
   vrf MGMT
   ip address 192.168.0.1/24
   ip helper-address 10.100.2.2
ip routing vrf MGMT
management api http-commands
   no shutdown
   !
   vrf MGMT
      no shutdown

...