Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

R/Galway

enable
configure terminal
hostname R/Limerick
banner motd "solo personal autorizado"
service password-encryption
enable secret class
ip domain-name CSUC
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
ip ssh version 2
ip ssh authentication-retries 2
ip domain-name CSUC
ip access-list standard BLK-Limerick
deny 172.16.4.64 0.0.0.63
permit any
exit
interface FastEthernet0/0
ip address 172.16.0.1 255.255.252.0
no shutdown
exit
interface Serial0/2/0
ip address 172.16.4.186 255.255.255.252
ip access-group BLK-Limerick in
clock rate 64000
no shutdown
exit
router rip
version 2
passive-interface FastEthernet0/0
network 172.16.0.0
no auto-summary
exit
line con 0
password cisco
login
line vty 0 4
password cisco
login
transport input ssh
transport output ssh
end
write

-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
hostname SW/Galway
enable secret class
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip domain-name CSUC
banner motd "solo personal autorizado"
service password-encryption
spanning-tree portfast mode rapid-pvst
interface FastEthernet0/1
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security max 1
switchport port-security vio shutdown
spanning-tree portfast
exit
interface FastEthernet0/2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security max 1
switchport port-security vio shutdown
spanning-tree portfast
exit
interface FastEthernet0/3
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security max 1
switchport port-security vio shutdown
spanning-tree portfast
exit
interface FastEthernet0/4
spanning-tree portfast
exit
interface range FastEthernet0/5-24
shutdown
exit
interface range GigabitEthernet0/1-2
shutdown
exit
interface Vlan1
ip address 172.16.0.100 255.255.252.0
no shutdown
line con 0
password cisco
login
line vty 0 4
password cisco
login
transport input ssh
transport output ssh
end
write

You might also like