cisco Flashcards
1
Q
watch vlans
A
show vlan
2
Q
show each interce
A
enable
show run
3
Q
create vlan
A
vlan 10
name redes
exit
switchport mode access
switchport access vlan 20
4
Q
when exists two switch => with VLANS
Switch1 ——– Switch2
mode TRUNK
A
enable
configure terminal
interface fastethernet 0/24
switchport mode trunk
switchport trunk allowed vlan 10,20,30,40
end
5
Q
change the name: switches & routers
A
configure terminal
hostname MySwitch1
6
Q
shutdown => cerrar
A
no shutdown : turn on
shutdown : close
7
Q
change name
A
configure terminal
hostname ONE
7
Q
ACL (in the router)
A
R1# show access-lists ?
R1#show access-lists
=> Standard IP access list 11
10 deny 192.168.10.0 0.0.0.255 (7 match(es)) // DENIEG
20 permit any // PERMITE
R1#show run
8
Q
A
9
Q
A
9
Q
A
9
Q
A
10
Q
A
11
Q
A
12
Q
A