Skip to main content

OSPF Interview Questions - Part 4


How would you speed up OSPF convergence?





  • Configure lower hello and dead interval timers
  • Configure ISPF - incremental SPF --> The principle of ISPF is to update the affected nodes only without rebuilding the whole tree, thereby, resulting in a faster convergence and saving CPU intensive activity of processing.
  • Configure OSPF's SPF throttling - The SPF throttling feature makes it possible to configure SPF scheduling in millisecond intervals and to potentially delay SPF calculations during network instability. Command : "timers throttle spf [spf-start] [spf-hold] [spf-max-wait]




How do you modify the cost of a default route propogated into an area?





Use the command "default-information originate [always] [metric value] [metric-type value] [route-map name]"
where: metric value = numerical cost
metric-type value = Type 1 / Type 2 etc.
route-map name = name of the route-map





Command to create a stub area





area xx stub





Command to create a totally stub area





area xx stub no-summary





How do you modify the cost of the default route generated by the ABR into stub?





The OSPF command "area default-cost" command is configured on an ABR attached to a stub or NSSA





Which OSPF network types do not necessitate the DR/BDR election?





OSPF doesn't need DR/BDR election for point-to-point and point-to-multipoint networks





OSPF matching parameters to form adjacency?





Primary subnet
Hello and dead timers
authentication
stub area flag
area ID
MTU





Where can you configure summarization in OSPF?





ABR and ASBR routers





Command to perform summarization on ABR?





area [area-id] range [ip-address] [mask] [advertise | not-advertise | cost <>]





Command to perform summarization on ASBR?





summary-address [not-advertise] [tag]





What are virtual links?





A virtual link is used to connect an area to a backbone area in OSPF if these two areas aren't directly connected. The aim is to ensure that every OSPF area is connected to the backbone area either physically or logically (virtual link).





[Alternative of a virtual link : Configure a GRE tunnel between the ABR and the "non-backbone" ABR, and form OSPF peering over the virtual link.]





Troubleshooting based on OSPF neighborship status





  • OSPF neighbors are stuck in 2-way state - They are not able to elect a DR
  • OSPF neighbors are stuck in EXSTART state - They is an MTU mismatch
  • OSPF neighbors are stuck in Init state - There is an issue receiving hello packets from the neighbor
  • OSPF neighbors are stuck in Loading state - A packet might be corrupted, or a router might have a memory issue. Sometimes the neighbors with MTU mismatch might cross the EXSTART state to Loading and then come back to EXSTART state




How can you influence OSPF DR/BDR election?





The interface command " ip ospf priority <> " influences the DR/BDR election. Higher value ensures that the router would be elected as a DR. A value of "0" implies the router wouldn't participate in DR/BDR election process on that broadcast network





Which LSAs are propogated in stub area?





LSA1
LSA2
LSA3
External routes can be reached by a default route





Which LSAs are propogated in totally stub area?





LSA1
LSA2
Default route helps to reach other networks outside the area





Which LSAs are propogated in NSSA area?





LSA1
LSA2
LSA3
LSA7





Can we have an OSPF domain without a backbone area?





In case there is only one area in the OSPF domain, there should be no issues with communication. Issues would arise only if there is an inter area communication required.





The summary of LSA restrictions in different OSPF area types..





NormalNone
StubNo Type 5 External LSA allowed
Totally StubNo Type 3, 4 or 5 LSAs allowed except the default summary route
NSSANo Type 5 External LSAs allowed, but Type 7 LSAs that convert to Type 5 at the NSSA ABR are allowed
Totally NSSANo Type 3, 4 or 5 LSAs except the default summary route, but Type 7 LSAs that convert to Type 5 at the NSSA ABR are allowed

Comments

Popular posts from this blog

Checkpoint - Exporting Objects in CSV format

Be it a Network Operations Manager, Security Architect or a Security Auditor, the people up the hierarchy always harangue the Security Engineers to compile the list of firewall objects or rules or policies or the traffic statistics and so on.. This can turn out to be quite hectic especially if there are no built in features to systematically provide the output in a "layman-readable" format. Come, Checkpoint's "Object Explorer..."  which not only provides the output in the "layman-readable" format, but also provides in-built filtering mechanisms, thereby ensuring that the Security Engineer doesn't have to rely on Google for building his scarce Microsoft Excel data filtering skills. The following screenshots will show how easy it is, with Checkpoint R80.10 to generate the firewall configuration inventory. On the SmartConsole Unified Portal, navigate to Menu >> Open Object Explorer... Select the Categories you wish to see in your output: Click o

MITRE ATT&CK - Kerberos Vulnerabilities and Security

From the previous post, the summary of Kerberos authentication process is as below: For the initial authentication, the user’s client machine sends a request to the KDC  Authentication Service (AS) . The request includes details like the user’s username, and the date and time. All information except the username is encrypted using the hash of the user’s password. The KDC AS uses the username to look up its copy of the user’s password hash and uses it to decrypt the rest of the request. If the decryption is successful, that means the client used the correct password hash and the user has successfully authenticated. Once the user is authenticated, the KDC AS sends the user’s client a  ticket granting ticket   (TGT) . The TGT includes a unique session key and a timestamp that specifies how long that session is valid (normally 8 or 10 hours). Importantly, before sending the TGT, the KDC encrypts it using the password hash for a special account, the  KRBTGT account.  That password hash is s

Tejas Jain - GCP Constraints & Random Facts

1.  Google Cloud Interconnect Security Cloud Interconnect does not encrypt the connection between your on-premises network and Google's network. Cloud VPN cannot be used with Dedicated Interconnect For additional security, use application-level encryption or your own VPN 2. While using Cloud CDN, the default time-to-live (TTL) for content caching is 3600 seconds = 60 mins 3. Cloud NAT sends only the translation logs and error logs to Cloud Logging service. 4. GCP Dedicated Interconnect - On Premises network device requirements:     10-Gbps circuits, single mode fiber or 100-Gbps circuits, single mode fiber     IPv4 link local addressing     LACP, even if you are using single circuit     EBGP-4 with multi-hop     802.1Q VLANs 5. While using Cloud VPN, the recommended MTU to be configured on the peer VPN  gateway = 1460 bytes 6. Each instance must have at least one network interface. The maximum number of network instances per instance is 8, depending on the instance's machine