Resources

Commands

  • installing vyos
    install image 
    reboot 
  • Configure
    • IP
      configure
      set interface ethernet eth0 address 192.168.8.125/24
      commit
      save
      exit
      reboot
    • SNMP
      configure
      set service SNMP community fady123 authorization ro
      set service SNMP community fady123 authorization rw 
      commit
      save
      exit
      reboot
    • User
      configure
      set system login user fady authentication plaintext-password fadyfady123123
      commit
      save
      exit
      reboot