Skip to content

danielcristho/Net-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repositori belajar network automation dengan Docker, Python & GNS3

Using Frameworks and integrate with:

  • Paramiko

  • Netmiko

  • Telnetlib

  • CSV

  • SFTP

Cisco basic command:

Configure IP Address & SSH

configure terminal
interface fastethernet0/0 {can be different}
ip address 10.10.10.1 255.255.255.0 
no shutdown

ip domain name rtr.local
crypto key generate rsa
1024 {enter this}

username admin password admin123 {can be different}
enable secret cisco

line vty 0 15
transport all
login local

do write {save configuration}
  

For python:

python3 -m venv netenv {create environment}
source netenv/bin/activate
pip3 install -r requirements.txt

About

Dokumentasi belajar Network automation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages