BOSON Notes Flashcards
DAI
DAI – helps mitigate ARP poisoning attacks (AKA ARP spoofing attack).
DAI inspects traffic on ingress ports to ensure that incoming traffic does not contain any ARP reply packs from host computers.
IPv6 Address Types
2000::/3 – global aggregatable unicast address
FC00::/8 FD00::/8 – unicast site-local address
FF00::/8 – multicast address
FF01::/16 - node-local
FF02::/16 - link-local
FF05::/16 - unique-local / site-local
FF05::1 – site-local multicast used to send packet to all nodes in a site
FF05::2 – site-local multicast used to send packets to all routers in a site
FF08::/16 - organization-local
FF0E::/16 - global
Multicast Address
- 0.0.1 - FF02::1 - All hosts
- 0.0.2 - FF02::2 - All routers
- 0.0.5 - FF02::5 - All OSPF routers
- 0.0.6 - FF02::6 - All OSPF DRs
- 0.0.9 - FF02::9 - All RIP Routers except RIP1
- 0.0.10 - FF02::10 - All EIGRP Routers
GRE
GRE provides broadcast and multicast packet encapsulation.
GRE can tunnel traffic from one network to another without requiring the transport network to support the network protocols in use at the tunnel source or tunnel destination,
IPSec can only transport IP traffic.
EtherChannel
EtherChannel can aggregate up to eight active SW ports in the bundle that forms the logical link between switches.
Must be configured with the same speed and duplex settings.
In PAgP the desirable keyword means actively negotiate, auto keyword configures the channel to listen.
In LACP the active keyword means actively negotiate and the passive keyword means to listen for LACP negotiation to be offered.
802.3ad
SDN
In a controller-based network, a centralized controller connects to the application plane by using northbound API, it will communicate to this plane by using REST or Java Open Service Gateway Initiative (OSGI).
A centralized controller connects to the data plane by using a southbound API (NETCONF, OpenFlow, OpFlex, OnePK).
L2 + L3 SW operates in the data plane.
controller based network, such as SDN
In a controller-based network, such as SDN, the control plane is centralized. It is responsible for network decision-making in both the controller-based network and a traditional network.
In a controller-based network, the decision-making logic is either moved to a central controller or monitored by a central controller.
Northbound API
Northbound API – SDN controller to communicate with applications in the application plane.
Southbound API
Southbound API – SDN controller to communicate with devices in the data plane. (EDGE DEVICES)
NETCONF, OnePK, OpFlex = Southbound API. Used to communicate with the data plane.
management plane
management plane consists of network management protocols (Telnet, SSH, SNMP, SYSLOG), which allow an admin to connect to and manage a network device.
GLBP
GLBP allows us to config multiple routers as a GLBP group, the routers in the group receive traffic sent to a virtual IP address that is configured for the group.
GLBP is a cisco proprietary FHRP
Each GLBP group contains an active virtual gateway (AVG) which is elected based on the highest priority value, or with the highest IP address.
Maximum of four primary AVF (Active Virtual Forwarder) can participate in forwarding traffic.
GLBP MAC = 0007.B400.xxyy
HSRP
HSRP – can be used to provide backup router coverage. One virtual ip and mac can be used.
Cisco Proprietary
Multiple routers are assigned to an HSRP group, and the routers function as a single gateway.
HSRP group contains one active router and one standby router.
HSRPv1 = 0000.0C07.AC0B
HSRP v2 = 0000.0C9F.F00A,
HSRP v3 IPv6 MAC = 0005.73A0.0000,
VRRP
VRRP – Routers assigned to a VRRP group, the group functions as a single gateway for clients.
A VRRP group has one master router, all others are backup routers.
A MAC address is used to identify VRRP group to clients.
VRRP MAC = 0007.5E00.01xx
RC4
RC4 – is a stream cipher encryption used in WEP
TKIP
TKIP – used to provide MIC (Message Integrity Checks) and encryption in the WPA protocol.
OSPF broadcast
OSPF broadcast network type is enabled by default on FDDI and ethernet interfaces, including FE and GE interfaces.
DR/BDR election is performed
Hello Dead 10/40
OSPF nonbroadcast
OSPF nonbroadcast network type is enabled by default on Frame Relay and X.25.
DR/BDR election is performed
Hello/Dead 30/120
OSPF Point-Point network
OSPF Point-Point network type is enabled by default on HDLC (High-level Data Link Control) and PPP serial interfaces.
DR and BDR elections not performed.
Hello Dead 10/40
OSPF point-to-multipoint
OSPF point-to-multipoint network (Multicast updates are sent)
DR/BDR election is NOT performed
hello / dead 30/120.
OSPF point to multipoint nonbroadcast
OSPF point to multipoint nonbroadcast networks (do not allow multicast). The neighbor command is required to establish adjacencies.
Hello and dead is 30/120
Ethernet links
Ethernet links are 10 Mbps,
FE Links are 100 Mbps,
GE links are 1000 Mbps
CDP/LLDP advertisements / retention
LLDP advertisements are sent every 30 seconds, LLDP info will be retained for 120 seconds on a Cisco Switch.
CDP sends advertisements every 60 seconds,, it can also provide VTP (VLAN Trunking Protocol) where as LLDP cannot.
DTP stuff
DTP has Auto and Desirable. Auto operates in access mode unless the neighboring interface actively negotiates to operate as trunk.
Desirable operates in access mode unless it can actively negotiate a trunk connection with a neighboring interface.
switchport nonegotiate DTP is disabled.
By default, DTP is automatic on Cisco switches.
DTP uses native VLAN to negotiate a trunk link.
Manually configured trunk and access ports will automatically disable DTP.