Eveng Dockers Ip File 280523
Eveng Dockers Ip File 280523
Eveng Dockers Ip File 280523
...........
#
# This is a sample network config uncomment lines to configure the network
#
============================
FOR DHCP:
.........
#
# This is a sample network config uncomment lines to configure the network
#
============================
==========================
ip http server
ip http secure-server
ip dns server
ip domain-name cisns.com
logging 10.2.2.100
.......
enable secret cisco123
line vty 0 4
login local
transport input telnet ssh
ip http server
ip http secure-server
ip dns server
restconf
!
ip http server
ip http authentication local
ip http secure-server
.....
restconf
!
ip http server
ip http authentication local
ip http secure-server
.....................
interface fastEthernet0/0
ip flow ingress
ip flow egress
crypto key generate rsa general-keys label cisco-1 modulus 1024 exportable
crypto key export rsa cisco-1 pem url nvram:startup-config 3des cisco123
aaa new-model
aaa authentication login default local
aaa authorization exec default local
-----------------
=======================
more flash:ping.tcl
foreach address {
1.1.1.1
1.1.1.5
1.1.1.10
1.1.1.100
1.1.1.254
} { ping $address}
============================
Linux ifconfig command:
===========================
RADIUS users:
- alice
- bob
TACACS+ users:
- gns3 (role: admin)
- readonly
All users, as well as the RADIUS/TACACS+ clients have the password 'gns3' set.
--------------------
SCRIPT FOR TACACS - GNS3:
=======================
aaa new-model
!
!
aaa group server tacacs+ gns3group
server name container
!
aaa authentication login default group gns3group local
aaa authentication enable default enable
!
tacacs server container
address ipv4 10.2.2.2
key gns3
!
line vty 0 15
login authentication default
--------------------
SCRIPT FOR RADIUS- GNS3:
=======================
aaa new-model
!
aaa group server radius gns3group
server name container
!
aaa authentication login default group gns3group local
aaa authentication enable default enable
!
line vty 0 15
login authentication default
!
...
radius-server host 10.2.2.2
radius-server key gns3
=========
line vty 0 4
authorization commands 0 default
authorization commands 1 default
authorization commands 15 default
authorization exec default
login authentication default
aaa accounting commmands 0 default
aaa accounting commmands 1 default
aaa accounting commmands 15 default
aaa accounting connection default
---
==============