Saturday, October 8, 2011

LAB: BGP - Filtering with maximum Prefix

-  Configure SW1 so that the peering sessions to R6 is torn down if SW1 learns more than 20 BGP prefixes from either neighbor.
- Once 16 prefixes are received from R6 a warning message should be generated. Once down the peering should attempt to be restarted after three minutes.
- If more than 20 prefixes are learned from R3 on SW1 a warning message should be generated, but the peering session should not be terminated.

neighbor <IP> maximum-prefix <Number>[<Threshold%>] [warning-only]|[restart <minutes>]


R6:
router bgp 100
neighbor 54.1.1.254 maximum-prefix 20 80 restart 3
SW1:
router bgp 300
neighbor 155.1.37.3 maximum-prefix 20 warning-only

No comments:

Post a Comment