(ISC)2
301B · Question #62
An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message 'The connection was reset' in the browser, although con
The correct answer is D. Remove the HTTP profile from the virtual server.. See the full explanation below for the reasoning.
Question
An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message 'The connection was reset' in the browser, although connections directly to the pool member show the application is functioning correctly. The LTM configuration is:
ltm pool srv1_https_pool {
members {
192.168.2.1:https {
address 192.168.2.1
}
}
}
ltm virtual https_example_vs {
destination 192.168.1.155:https
ip-protocol tcp
mask 255.255.255.255
pool srv1_https_pool
profiles {
http { }
tcp { }
}
snat automap
vlans-disabled
}
How should the LTM Specialist resolve this issue?
Options
- AEnable HTTP monitoring on the pool.
- BAdd a ClientSSL profile to the virtual server.
- CDisable SNAT Automap on the virtual server.
- DRemove the HTTP profile from the virtual server.
How the community answered
(37 responses)- A14% (5)
- B8% (3)
- C3% (1)
- D76% (28)
Community Discussion
No community discussion yet for this question.