New Cards Flashcards
1
Q
IANA and Linux Ports for VXLAN
A
- IANA - 4789
- Linux - 8472
2
Q
5 RESTCONF Commands
A
- GET
- POST
- PUT
- DELETE
- OPTIONS
3
Q
5 Categories of HTTP status codes
A
- 1xx - information
- 2xx - success
- 3xx - redirection
- 4xx - client errors
- 5xx - server errors
4
Q
6 HTTP status codes
A
- 200 - success
- 201 - created
- 400 - bad request
- 401 - not authenticated or authentication failed
- 403 - forbidden, request understood but lacks permissions
- 404 - file not found
5
Q
5 NETCONF verbs
A
- GET
- GET-CONFIG
- EDIT-CONFIG
- COPY-CONFIG
- DELETE-CONFIG
6
Q
Formula to calculate EIGRP metrics
A
256 x ((107 / least_bandwidth_kbps) + delay/10)
7
Q
Formula to calculate EIGRP variance
A
Feasible successor FD/successor FD and round up
8
Q
CRUD
A
- Create
- Read
- Update
- Delete
9
Q
PPDIOO Life Cycle
A
- Prepare
- Plan
- Design
- Implement
- Operate
- Optimize
10
Q
Formula to calculate number of links in a full mesh
A
n(n-1)/2
11
Q
3 Agent-based Automation Tools
A
- Puppet
- Chef
- SaltStack
12
Q
3 Agentless Automation Tools
A
- Ansible
- Puppet Bolt
- SaltStack SSH
13
Q
3 Puppet keywords
Server/client names
Language
Terminology
A
- Puppet Masters and Puppet Agents
- Puppet DSL
- Modules and Manifests
14
Q
3 Chef keywords
Server/client
Language
Terminology
A
- Chef server and Chef clients
- Ruby DSL
- Cookbooks, Recipes
15
Q
3 SaltStack keywords
Client/server
Language
Terminology
A
- Salt Master / Minions
- YAML
- Pillars and grains