Lists I've Memorized Flashcards
What are the 13 BGP Path Attributes?
- Highest weight
- Highest Local pref
- Local origin over external origin
- AIGP
- Shortest AS path
- Lowest origin type
- Lowest MED
- eBGP over iBGP
- Lowest IGP next hop cost
- If eBGP then oldest route
- Lowest peer router ID
- Shortest Cluster List
- Lowest neighbor IP address
What are the 5 different IGMP messages along with their types numbers?
- Ver 2 Membership Report - 0x16
- Ver 1 Membership Report - 0x12
- Ver 2 Leave Group - 0x17
- General Membership Query - 0x11
- Group Specific Query - 0x11
What are the 4 fields in an IGMP message?
- Type
- Max Response Time
- Checksum
- Group Address
What 4 fields did IEEE 802.1q add to the VLAN packet structure?
- Tag Protocol Identifier (TID)
- Priority Code Point (PCP)
- Drop Eligible Indicator (DEI)
- VLAN Identifier (VLAN ID)
What are the 3 types of packets that need to be process switched?
- Packets sourced by or destined for the router itself
- Packets too complex for hardware (packets with IP options)
- Packets that need extra information that isn’t already known (like ARP)
What 5 things happen when a packet is punted by CEF to be process switched?
- ip_input process checks the routing table and ARP for next hop routers IP address, outgoing interface and MAC
- Overwrites source MAC with its own MAC, and destination MAC with next hop router’s MAC
- Decrements TTL
- Recomputes checksum of IP header
- Delivers packet to next hop router
In CEF switching what 7 things happen in CEF once a packet is received?
- FIB checked for valid entry - glean if none
- Adjacency table checked for destination MAC and IP - invoke ARP if none
- Destination MAC overwritten with info from Adjacency Table
- Source MAC overwritten with MAC from egress interface
- TTL is decremented
- Header checksum is re-computed
- Packet delivered to next hop router
What are the 7 fields in a Configuration BPDU?
- STP Type
- Root Path Cost
- Root Bridge Identifier
- Local Bridge Identifier
- Hello Timer
- Forward Delay Timer
- Max Age
How does a switch initially identify its Root Port (RP) along with 4 tie-breakers?
- Port with lowest path cost to the Root
- Port who’s neighbor has the lowest System Priority
- Port whose neighbor has the lowest base MAC address
- Port whose neighbor has the lowest port priority
- Port whose neighbor has the lowest interface index number
What are the 3 port states in RSTP?
- Discarding
- Learning
- Forwarding
What are the 4 RSTP Port Roles?
- Root Port (RP)
- Designated Port (DP)
- Alternate Port
- Backup Port
What are the short mode port costs for 10 Mbps, 100 Mbps, 1 Gbps, 10 Gbps, 20 Gbps, 100 Gbps, 1 Tbps, 10 Tbps?
- 10 Mbps - 100
- 100 Mbps - 19
- 1 Gbps - 4
- 10 Gbps - 2
- 20 Gbps and higher - 1
What are the long mode port costs for 10 Mbps, 100 Mbps, 1 Gbps, 10 Gbps, 20 Gbps, 100 Gbps, 1 Tbps, 10 Tbps?
- 10 Mbps - 2,000,000
- 100 Mbps - 200,000
- 1 Gbps - 20,000
- 10 Gbps - 2,000
- 20 Gbps - 1,000 (half of 10 Gbps)
- 100 Gbps - 200
- 1 Tbps - 20
- 10 Tbps - 2
What are 4 causes of Layer 2 forwarding loops?
- STP disabled
- misconfigured Load Balancer
- misconfigured Virtual Switch that bridges 2 physical ports
- End users using a dumb switch or hub
What 9 parameters must match in order for interfaces to be members of the same port channel?
- Load Interval
- Storm Control
- MTU
- Speed
- Duplex
- Access/Trunk
- Native VLAN
- Allowed VLANs
- L2 / L3
What are 5 enhancements introduced by DUAL?
- Rapid Convergence
- Sends updates only when there’s a change
- Uses Hellos and forms Neighborships
- Uses bandwidth, delay, reliability, load and MTU
- can Load Balance across equal or un-equal cost links
What are the 5 packet types used by EIGRP when communicating with other routers?
- Hello
- Query
- Request
- Update
- Reply
What are the 5 types of packets used by OSPF?
- Hello
- DD
- Link State Request (LSR)
- Link State Update (LSU)
- Link State Ack
What are 9 fields in an OSPF Hello packet?
- Router ID
- Authentication options
- Area ID
- Interface mask
- Interface priority
- Hello Interval
- Dead Interval
- DR and BDR IP addresses
- Active neighbors
What are the 8 OSPF neighbor states?
- Down
- Attempt
- Init
- 2-way
- ExStart
- Exchange
- Loading
- Full
What are the 10 requirements for OSPF routers to become neighbors?
- Unique router IDs
- Authentication matches
- Area ID matches
- Area flags match
- Interfaces on a common subnet
- MTUs match
- Hello timer matches
- Dead timer matches
- DR enablement matches
- Network type matches
What are 3 OSPF interface costs?
- T1 = 64
- 10 Mbps Ethernet = 10
- 100 Mbps Ethernet and faster = 1
What are the 5 OSPF media types?
- Broadcast
- Non-broadcast
- Point-to-point
- Point-to-multipoint
- Loopback
What are the 6 LSA types called?
- Type 1 - Router LSA
- Type 2 - Network LSA
- Type 3 - Summary LSA
- Type 4 - ASBR Summary LSA
- Type 5 - AS External LSA
- Type 7 - NSSA External LSA
What are 9 ways that OSPFv3 is different from OSPFv2?
- Multiple:
- Address Families
- OSPF instances per interface
- Removed:
- Number of fields in the packet has been reduced
- Address Semantics from OSPF headers
- Authentication removed
- LSAs:
- New LSA types
- LSA Flooding scope is identified
- Router ID - must be manually assigned
- Neighbor adjacencies - handled by link-local addressing
What are the 8 LSA Types in OSPFv3?
- 0x2001 Router
- 0x2002 Network
- 0x2003 InterArea Prefix
- 0x2004 InterArea Router
- 0x4005 AS External
- 0x2007 NSSA
- 0x0008 Link
- 0x2009 IntraArea Prefix
What are the 2 blocks of private AS numbers?
- 64,512 to 65,535
- 4,200,000,000 to 4,294,967,294
What are the 4 BGP message types?
- OPEN - establishes adjacency
- UPDATE - advertises, updates, or withdraws routes
- NOTIFICATION - indicates an error condition to a BGP neighbor
- KEEPALIVE - ensures that the BGP neighbor is still alive
What 5 things are in an OPEN message?
- BGP version number
- Originating router’s ASN
- Hold time
- BGP Router ID
- Other optional parameters for session capabilities
What 4 things are checked in the OPEN Message that is received in the OpenSent State?
- BGP versions must match
- Source IP and ASN must match what has been configured locally
- Router IDs must be unique
- Security Parameters (password and TTL) must be set appropriately
What 3 Path Attributes are set when a Connected Network is added to the Loc-RIB table?
- Next Hop BGP Attribute set to 0.0.0.0
- BGP Origin Attribute set to I (for IGP)
- BGP weight set to 32,768
What 4 Path Attributes are set when a Static Route or a route from a Routing Protocol is added to the Loc-RIB table?
- Next Hop BGP Attribute set to Next Hop int the RIB
- BGP Origin Attribute set to I (for IGP)
- BGP weight set to 32,768
- MED attribute set to the IGP metric
What are the 6 BGP neighbor states?
- Idle
- Connect
- Active
- OpenSent
- OpenConfirm
- Established
What are 4 changes made in IGMPv3?
- IGMPv3 allows Receivers to specify the Multicast source
- V3 is backward compatible
- V3 added new fields to the IGMP Membership Query
- V3 added a new message type called Ver 3 Membership Report to support source filtering
What are the 9 PIM Control Message Types?
- Type 0 - Hello
- Type 1 - Register
- Type 2 - Register Stop
- Type 3 - Join/Prune
- Type 4 - Bootstrap
- Type 5 - Assert
- Type 8 - Candidate RP Advertisement
- Type 9 - State Refresh
- Type 10 - DF Election
he won’t JOIN he’d rather PRUNE
so I’ll kick him with my BOOTSTRAP
to ASSERT my power
against the CANDIDATE RP ADVERTISEMENT
who’s running for secretary of STATE REFRESH
in the upcoming DF ELECTION
What are the 3 802.1D port types?
- Root Port (RP)
- Designated Port (DP)
- Blocking Port
What are the 6 802.1D port states?
- Disabled
- Blocking
- Listening
- Learning
- Forwarding
- Broken
What are the wavelengths of a 2.4 GHz signal and a 5 GHz signal?
- 2.4 GHz signal is 4.92 inches
- 5 GHz signal is 2.36 inches
What are the 8 states that make up the Wireless Access Point State Machine?
- AP Boots
- WLC Discovery
- CAPWAP Tunnel
- WLC Join
- Download image
- Download config
- Run State
- Reset
What are the 8 Access Point Modes?
- Local
- Monitor
- FlexConnect
- Flex-Bridge
- Bridge
- Rogue Detector
- Sniffer
- SE-Connect
IANA and Linux Ports for VXLAN
- IANA=4789
- Linux=8472
5 RESTCONF Commands
- GET
- POST
- PUT
- DELETE
- OPTIONS
5 Categories of HTTP status codes
- 1xx - information
- 2xx - success
- 3xx - redirection
- 4xx - client errors
- 5xx - server errors
6 HTTP status codes
- 200 - success
- 201 - created
- 400 - bad request
- 401 - unauthorized, authentication failed
- 403 - forbidden, request understood but lacks permissions
- 404 - file not found
5 NETCONF verbs
- GET
- GET-CONFIG
- EDIT-CONFIG
- COPY-CONFIG
- DELETE-CONFIG
Formula to calculate EIGRP metrics
256 * ((107 / least_bandwidth_kbps) + (cumm delay/10))
Formula to calculate EIGRP variance
Feasible successor FD/successor FD and round up
Formula to calculate number of links in a full mesh
n(n-1)/2
CRUD
- Create
- Read
- Update
- Delete
PPDIOO Life Cycle
- Prepare
- Plan
- Design
- Implement
- Operate
- Optimize
Load balancing methods on etherchannel
How many are there?
What are they?
- 12 methods
- ip, mac, and port for src
- ip, mac, and port for dst
- ip, mac, and port for src-dest
- mixed ip and port for src, dst, and src-dst
What 4 components of Flexible Netflow?
- Flow Records
- Flow Monitors
- Flow Exporters
- Flow Samplers
What are the 5 steps in configuring a Flow Exporter?
- Define the Exporter name
- Set a useful description
- Specify the destination IP to export to
- Specify the flow version
- Specify the UDP port
What are the 5 steps in configuring a Flow Monitor?
- Define the Flow Monitor name
- Set a useful description
- Assign the Flow Record to be used
- Specify a cache timeout of 60 for active connections
- Assign the Exporter to the Monitor
What are 9 capabilities offered by DNA-C
- Cisco SD-Access config
- Config templates
- Simplified provisioning
- Simplified security policies
- Software Image mgmt
- Wireless network mgmt
- 3rd party integration
- Network Assurance
- Plug and Play
What are the 8 syslog severity codes?
- 0 emergency
- 1 alert
- 2 critical
- 3 error
- 4 warning
- 5 notification
- 6 informational
- 7 debugging
6 PINs
- Campus
- Data Center
- WAN
- Branch
- Edge
- Cloud
Valid numbers for standard and extended access-lists
- Standard
- 1 - 99
- 1300 - 1999
- Extended
- 100 - 199
- 2000 - 2699