Cisco

De Linuxmemo.

(Différences entre les versions)
Ligne 1 : Ligne 1 :
Dynamips
Dynamips
 +
==Sécurisation==
 +
 +
// Ligne auxiliaire
 +
R1(config)# line aux 0
 +
R1(config-line)# no password
 +
R1(config-line)# login
 +
R1(config-line)# exit
 +
// Lignes virtuelle
 +
R1(config)# line vty 0 4
 +
R1(config-line)# exec-timeout 5
 +
R1(config-line)# no password
 +
R1(config-line)# login
 +
R1(config-line)# exit
 +
R1(config)# service tcp-keepalives-in
 +
 +
R1(config)# line vty 0 4
 +
R1(config-line)# no transport input
 +
R1(config-line)# transport input ssh
 +
R1(config-line)# exit
 +
 +
 +
 +
==Virtualisation==
This is the main component that provides the Cisco IOS emulator as well as PEMU wrapper
This is the main component that provides the Cisco IOS emulator as well as PEMU wrapper

Version du 25 novembre 2014 à 10:02

Dynamips

Sécurisation

// Ligne auxiliaire
R1(config)# line aux 0
R1(config-line)# no password
R1(config-line)# login
R1(config-line)# exit
// Lignes virtuelle
R1(config)# line vty 0 4
R1(config-line)# exec-timeout 5
R1(config-line)# no password
R1(config-line)# login
R1(config-line)# exit
R1(config)# service tcp-keepalives-in
R1(config)# line vty 0 4
R1(config-line)# no transport input
R1(config-line)# transport input ssh
R1(config-line)# exit


Virtualisation

This is the main component that provides the Cisco IOS emulator as well as PEMU wrapper


Dynagen

This is the interface to the dynamips software, it provides a simplified ini type configuration, frame-relay, built in switch, bridge as well as a management CLI.

gns3

Outils personnels