Skip to content

Commit 9d1c10f

Browse files
authored
Update expressroute-config-samples-routing.md
1 parent 585da54 commit 9d1c10f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/expressroute/expressroute-config-samples-routing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This page provides interface and routing configuration samples for Cisco IOS-XE
1919
>
2020
2121
## MTU and TCP MSS settings on router interfaces
22-
The maximum transmission unit for the ExpressRoute interface is 1500, which is the typical default MTU for an Ethernet interface on a router. Unless your router has a different MTU by default, there is no need to specify a value on the router interface.
22+
The maximum transmission unit (MTU) for the ExpressRoute interface is 1500, which is the typical default MTU for an Ethernet interface on a router. Unless your router has a different MTU by default, there is no need to specify a value on the router interface.
2323

24-
Unlike an Azure VPN gateway, the TCP maximum segment size for an ExpressRoute circuit does not need to be specified.
24+
Unlike an Azure VPN gateway, the TCP maximum segment size (MSS) for an ExpressRoute circuit does not need to be specified.
2525

2626
The router configuration samples in this article apply to all peerings. Review [ExpressRoute peerings](expressroute-circuit-peerings.md) and [ExpressRoute routing requirements](expressroute-routing.md) for more details on routing.
2727

@@ -92,7 +92,7 @@ Use route maps and prefix lists to filter prefixes propagated into your network.
9292

9393
### Configure BFD
9494

95-
You'll configure BFD in two placesone at the interface level and another at BGP level. The example here is for QinQ interface.
95+
You'll configure BFD in two places: one at the interface level and another at BGP level. The example here is for the QinQ interface.
9696

9797
interface GigabitEthernet<Interface_Number>.<Number>
9898
bfd interval 300 min_rx 300 multiplier 3
@@ -149,7 +149,7 @@ This sample provides the subinterface definition for a subinterface with two VLA
149149
}
150150

151151
### Set up eBGP sessions
152-
You must set up a BGP session with Microsoft for every peering. Set up a BGP session by using the following sample. If the IPv4 address that you used for your sub interface was a.b.c.d, then the IP address of the BGP neighbor (Microsoft) will be a.b.c.d+1. The last octet of the BGP neighbor's IPv4 address will always be an even number.
152+
You must set up a BGP session with Microsoft for every peering. Set up a BGP session by using the following sample. If the IPv4 address that you used for your subinterface was a.b.c.d, then the IP address of the BGP neighbor (Microsoft) will be a.b.c.d+1. The last octet of the BGP neighbor's IPv4 address will always be an even number.
153153

154154
routing-options {
155155
autonomous-system <Customer_ASN>;

0 commit comments

Comments
 (0)