MIB Viewer

ltmWebsocketProfileMasking

OBJECT-TYPE
1.3.6.1.4.1.3375.2.2.6.33.1.2.1.4
Access
read-only
Status
current
Sub-identifiers
0
The masking operation applied to WebSocket frames. unmask - WebSocket feature unmasks the frame and provides cleartext data to other features. The frames are masked again before sending the frames over the client or server. remask - WebSocket feature unmasks the frame and provides cleartext data to other features. The frames are masked using configured mask again before sending the frames over the client or server. preserve - WebSocket feature does not perform any masking operation on the frames.
INTEGER { unmask(0), remask(1), preserve(2) }