Network Fundamentals Flashcards
Tell me about global unicast
usually /3 3 bits beginning 45 bits global routing prefix 16 bits subnet id 64 bits interface id
Tell me about ipv6 multicast
FF as first two hexadecimal digits
FF02:1 all nodes in local scope
FF02:2 all routers in scope
8 bits of 1, Flags for 4 bits, Scope for 4 bits, Group ID for 112 bits
ORPT for flags, if R is set to 1 P and T set to 1 (rendezvous point)
Tell me about link local address
FE80::interface ID
10 Bits Mask + 54 bits 0’s + Interface ID
Can only communicate on network segment
Unique Local Address
FC00::/7 cannot be routed over public internet (think of it as a private address) eighth bit in first octet is local bit if L is 1 it’s locally assigned
Loopback Address
::1 aka localhost can be used to verify Ipv6 stack is operating on a device
Unspecified Address
128 bits are all 0’s :: Used for source address with sending neighbor or router a solicitation (Network advertisement for ip address of the interface) message
Solicited Node Multicast
corresponding to Ipv6 address in each interface of router begins with FF02::1:FF for first 104 bit, last 24 bits of Ipv6 address, used for duplicate address detection
How do we get the EUI address
Take Mac address and use it to scale to 64 bit:
Split down middle, insert FFFE in the middle
Convert second hex to binary and flip the 7th bit
IPv6 Addresses have
Interface ID
Subnet
Global Routing Prefix
What does dual stack mean
when you run IPv4 and IPv6 on a network
Interface ID always occupies the ___ of a Ipv6 address
Last 1/2 or 64 bits
Class A address has range of
1-126 Default mask /8
Class B address has range of
128-191 Default mask /16
Class C address has range of
192-223 Default mask /24
Class D address is used for ___ and has a range of __
multicast, 224-239
Class E address is used for ___ and has a range of ___
experimental purposes, 240-255
Private address ranges
A: 10.0.0.0 - 10.255.255.255
B: 172.16.0.0 - 172.31.255.255
B: 169.254.0.0 - 269.254.255.255
C: 192.168.0.0 - 192.168.255.255
What’s CDP
Cisco Discovery protocol, layer 2 shows information of CDP adjacent devices
What destination mac address does CDP send to
multicast 01-00-00-0C-CC-CC-CC
How do you show neighbors in CDP
show cdp neighbors
What’s LLDP also known as
IEEE 802.1AB
What’s the command to know LLDP’s neighbors
show lldp neighbors
How do you enable LLDP
lldp run
What are the steps to booting up a router?
- POST (Power on self test)
- Execute bootstrap code to locate and load iOS
- Locate Cisco iOS software
- Load Cisco iOS Software
- Locate Configuration in NV ram
- Load into running-config
- Execute Configuration