asdasd Flashcards
What does AAA stand for
Authentication
Authorization
Accounting
What does Radius use for authentication protocol
UDP, it’s also an open standard
What does TACACS+ use for authentication protocol?
TCP, cisco proprietary
Radius configuration example
aaa new-model username >cisco< password >cisco< radius server >confname< address ipv4 >hostname< >auth-port< >acct-port< key >string<
associate the newly created server with a servergroup
aaa group server radius >group-name<
server name >confname<
Login auth and local fallback
aaa authentication login default group >group-name< local
TACACS configuration example
aaa new-model username >cisco< password >cisco< tacacs server >confname< address ipv4 >hostname< port >port-number< key >string< aaa group server tacacs+ >group-name< server name >confname< aaa authentication login default group >groupname< local
SNMP Manager?
Polls agents on the network and displays information.
SNMP Agent?
Stores information and responds to manager requests. Generates traps. Runs on the monitored device
SNMP MIB?
Contains a database of objects.
Differences between SNMPv1, v2c and v3
SNMPv1 - Plaintext authentication with community strings. No BULK retrieval.
SNMPv2c - Plaintext authentication with community strings. BULK retrieval.
SNMPv3 - Strong authentication, confidentiality and integrity + BULK retrieval.
Mention 3 SNMPv3 security levels.
- noAuthNoPriv - No authentication, no encryption.
- authNoPriv - authentication, no encryption.
- authPriv - Authentication + Encryption
SNMP configuration example
snmp-server contact >contact_name<
snmp-server location >location<
snmp-server community >string< ro/rw
What does C.A.V.S stand for
Centralization
Automation
Virtualization
Standardization
What is IaaS?
Infrastructure as a Service, Provides the network only.
What is PaaS?
Platform as a Service, Provides the OS and the network.
What is SaaS?
Software as a Service, Provides the required software, OS and network.