CCNA Cram Flashcards
How config SSH
- Configure host name
conf t
hostname [hostname] - Configure DNS domain name
ip domain name [domainname] - Generate RSA keys
crypto key generate rsa - Config enable password, username/password (ACL if you want to)
enable secret [password]
username [username] secret [password] - Enable SSHv2
ip ssh version 2 - Configure VTY lines
line vty 0 15
login local
transport input ssh
access-class 1 in (if putting in ACL)
What error do you get if not create hostname first when config ssh
Please define hostname other than Router
What error do you get if try to create key for SSH and no domain name specified
Please define a domain-name first
HSRP v1 IP and MAC
- 0.0.2
- 0c07.acXX
HSRP v2 VIP and MAC
- 0.0.102
- 0c9f.fXXX
VRRP VIP and MAC
- 0.0.18
- 5e00.01XX
GLBP IP and MAC
- 0.0.102
- b400.XXYY
Max ports in LAG on WLC
2504 and 3504 - 4
5508 - 8
How do APs know the IP of WLC
option 43 ip [ip of WLC]
Set this up in the DHCP configs
Configs to set up DHCP server
ip dhcp pool [pool name]
network [ip network] [subnet mask]
default-router [default router ip]
Interfaces on WLC
Software interfaces:
Management - Telnet, SSH, HTTP, HTTPS, Radius, NTP, Syslog
Redundancy Management -
Virtual interface - used when comminucation w/ wireless clients to relay DHCP, client web authentication
Service ports - used for out-of-band management
Dynamic - used to map WLAN to VLAN
What see if Duplex issues
Full duplex side - High FCS Errors
Half duplex side - High collisions specifically late collisions
Speed mismatch
Usually will bring interface down (down/down)
WPAs with Encryption Method / Data Integrity Method / Key Management / Authentication
WEP - Encryption-RC4 / Authentication-Open System & Shared Key / Integrity-CRC-32
WPA - Encryption-TKIP w/ RC4 / Authentication-PSK & 802.1x w/ EAP / Ingegrity-64 bit MIC
WPA2 - Encryption-AES-CCMP / Authentication-PSK & 802.1x w/ EAP / Integrity-CCMP w/ AES
WPA3 - Encryption-AES-GCMP / Authentication-AES-GCMP / Integrity-SHA-2
What does power inline police command do
Disables port and sends syslog message if PD draws too much power
Interface will go in err-disable state and can be restored with shutdown then no shutdown command.
what does power inline police action err-disable command do
disables the port and sends syslog message if PD draws too much power
What does power inline police action log command do
If PD pulls too much power it will just restart interface and send Syslog (will not disable the interface)
What is NETCONF
Is SBI
Uses XML and RPCs
Relies on SSH for transport
Used to configure network devices
What encoding formats do REST APIs use?
XML - uses HTML-like tags (uses tags to define blocks of data)
JSON - uses objects that contain key and value pairs
What is REST API used for?
Used on the Northbound Plane to communicate with the SDN application plane
OnePK
Is used for SBIs
Is Cisco Proprietary SBI
Uses Java C or Python to config devs
Can use either SSL or TLS to encrypt data
OpFlex
Is SBI protocol
Uses declarative SDN model - instructions sent to controller not so detailed
Allows devs in data plane to make more network decisions on how to implement policy
Open Flow
Is SBI Protocol
Is an imperative SDN model
Detailed instructions sent to SDN controller when new policy config’ed
SDN Controller manages both the network and the policies applied to the devices.
What SBI Protocols are used in SDN
OnePK
OpFlex
OpenFlow
NETCONF