- В VBox первую карту подключаем мостом - В GNS назначить 3 сетевых адаптера, НЕ разрешая использовать, то что настроено в VirtualBox. Использовать Ethernet1 и 2
conf t int f0/1 shutdown no shutdown end
ifconfig eth0 inet 10.5.7.100+X/24
# sh net_server.sh ...
# cat /etc/hostname
server.corpX.un
# cat /etc/resolv.conf
search corpX.un nameserver 172.16.1.254
# cat /etc/hosts
127.0.0.1 localhost 192.168.X.10 server.corpX.un server 10.5.7.254 proxy
# cat /etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 10.5.7.100+X netmask 255.255.255.0 auto eth1 iface eth1 inet static address 192.168.X.10 netmask 255.255.255.0 gateway 192.168.X.1 auto eth2 iface eth2 inet manual up ip link set eth2 up
# cat .bashrc
... export http_proxy=http://proxy:3128/ ...
root@localhost:~# init 6 ... root@server:~# apt update
Host: gate.isp.un Login: userX Pass:
router#show interface f1/0 router#show interface f1/1
router#show processes cpu
rsh router show ip dhcp binding
# cat cdp_save.sh
#!/bin/sh /usr/bin/ansible sws -m ios_command -a "commands='show cdp nei'" -c local > /srv/tftp/switch.cdp.json cd /srv/tftp/ /usr/bin/git add * /usr/bin/git status | grep 'modified\|deleted\|new file' | /usr/bin/git commit -a -F -
# crontab -l
* * * * * /root/cdp_save.sh >/dev/null 2>&1
Историческая ретроспектива - использование монолитного пакета ciscoconf в FreeBSD
Использование современных модульных решений
switch(config)#no username root switch(config)#no username user1
switch#conf t int f0/15 shut no shut end server#tcpdump -nni eth2 tcp