A network engineer is configuring a site-to-site VPN tunnel between two enterprise office locations. Unicast IP traffic successfully traverses the tunnel using standard IPsec transport. However, OSPF routing protocol neighbor adjacencies fail to form across the VPN, preventing dynamic routing updates from being exchanged. Which solution should the engineer implement to enable dynamic routing protocols across the encrypted connection?
- Encapsulate the traffic using a Generic Routing Encapsulation (GRE) tunnel and secure the GRE tunnel with IPsec.Cevap
- BSwitch the IPsec protocol from Encapsulating Security Payload (ESP) to Authentication Header (AH) to pass Layer 3 multicast headers natively.
- CReconfigure IKE Phase 1 to transmit over TCP port 443 instead of UDP port 500 to allow multicast routing traffic.
- DModify the IPsec Security Association (SA) settings to transport Phase 2 traffic using TCP instead of UDP to ensure reliable delivery of routing packets.
Cevap
Encapsulate the traffic using a Generic Routing Encapsulation (GRE) tunnel and secure the GRE tunnel with IPsec.
Native IPsec does not support broadcast or multicast traffic, which routing protocols like OSPF require to form neighbor adjacencies. Generic Routing Encapsulation (GRE) encapsulates multicast traffic into standard unicast IP packets. By combining GRE with IPsec (GRE over IPsec), the GRE tunnel handles the multicast routing packets while IPsec provides confidentiality and integrity for the encapsulated GRE tunnel.
Adım Adım Çözüm
Anahtar Kavram
GRE over IPsec Multicast Tunneling