Popular
Latest Articles
- Cannot Play YouTube Videos on VodaFone iPhone - Cannot Play Back Not Supported
- ASA L2L VPN is not passing traffic when a VPN Filter is applied
- Endpoint Connect Installation / Troubleshooting Guide
- Checkpoint Web Visualization only provides part of the policy
- Running a packet capture on a SourceFire Sensor
PIX - BGP Advanced Protocol Inspection
Summary
When passing BGP traffic through a PIX you will need to configure the PIX to disable random sequence numbers to prevent MD5 Digest mismatches on either router.
Please Note : Below presumes you all ready have a policy map defined with the name of global_policy and this has already been assigned to your device using the service-policy command.
Commands
access-list BGP-MD5-ACL permit tcp host [BGP ROUTER IP] host [BGP ROUTER IP] eq bgp
tcp-map BGP-MD5
tcp-options range 19 19 allow
class-map BGP-MD5-CLASSMAP
match access-list BGP-MD5-ACL
policy-map global_policy
class BGP-MD5-CLASSMAP
set connection random-sequence-number disable
set connection advanced-options BGP-MD5
We have 5 guests online