Configure Per Neighbor Tcp Mss: Examples - Cisco ASR 9000 Series Routing Configuration Manual

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Implementing BGP

Configure Per Neighbor TCP MSS: Examples

These examples show how to configure per neighbor TCP MSS, disable per neighbor TCP MSS, and
unconfigure TCP MSS.
Topology Scenario
This figure shows a basic scenario for per neighbor TCP MSS configuration.
R1 Configuration:
router bgp 1
bgp router-id 10.0.0.1
address-family ipv4 unicast
!
neighbor-group n1
!
!
neighbor 10.0.0.2
!
!
!
R2 Configuration:
router bgp 1
bgp router-id 10.0.0.2
address-family ipv4 unicast
!
neighbor 10.0.0.1
!
!
!
Configure Per Neighbor TCP MSS: Example
The following example shows how to configure per neighbor TCP MSS under neighbor group:
router bgp 1
bgp router-id 10.0.0.1
address-family ipv4 unicast
!
neighbor-group n1
tcp mss 500
address-family ipv4 unicast
!
!
neighbor 10.0.0.2
tcp mss 100
address-family ipv4 unicast
remote-as 1
use neighbor-group n1
address-family ipv4 unicast
remote-as 1
address-family ipv4 unicast
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
Configure Per Neighbor TCP MSS: Examples
191

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents