Skip to content

Commit 585da54

Browse files
committed
edit pass: expressroute-config-samples-routing
1 parent a145740 commit 585da54

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ ms.author: osamaz
1111

1212
---
1313
# Router configuration samples to set up and manage routing
14-
This page provides interface and routing configuration samples for Cisco IOS-XE and Juniper MX series routers when working with Azure ExpressRoute. These samples are intended for guidance only and must not be used as is.
14+
This page provides interface and routing configuration samples for Cisco IOS-XE and Juniper MX series routers when you're working with Azure ExpressRoute.
1515

1616
> [!IMPORTANT]
17-
> Samples on this page are purely for guidance. You must work with your vendor's sales/technical team and your networking team to find appropriate configurations to meet your needs. Microsoft will not support issues related to configurations listed in this page. Contact your device vendor for support issues.
17+
> Samples on this page are purely for guidance. You must work with your vendor's sales/technical team and your networking team to find appropriate configurations to meet your needs. Microsoft won't support issues related to configurations listed in this page. Contact your device vendor for support issues.
1818
>
1919
>
2020
2121
## MTU and TCP MSS settings on router interfaces
22-
* The 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.
23-
* Unlike an Azure VPN Gateway, the TCP MSS for an ExpressRoute circuit does not need to be specified.
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.
23+
24+
Unlike an Azure VPN gateway, the TCP maximum segment size for an ExpressRoute circuit does not need to be specified.
2425

2526
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.
2627

@@ -29,7 +30,7 @@ The router configuration samples in this article apply to all peerings. Review [
2930
The samples in this section apply to any router running the IOS-XE OS family.
3031

3132
### Configure interfaces and subinterfaces
32-
You'll need one subinterface per peering in every router you connect to Microsoft. A subinterface can be identified with a VLAN ID or a stacked pair of VLAN IDs and an IP address.
33+
You'll need one subinterface per peering in every router that you connect to Microsoft. A subinterface can be identified with a VLAN ID or a stacked pair of VLAN IDs and an IP address.
3334

3435
**Dot1Q interface definition**
3536

@@ -48,7 +49,7 @@ This sample provides the subinterface definition for a subinterface with two VLA
4849
ip address <IPv4_Address><Subnet_Mask>
4950

5051
### Set up eBGP sessions
51-
You must set up a BGP session with Microsoft for every peering. The following sample enables you to set up a BGP session. If the IPv4 address 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.
52+
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.
5253

5354
router bgp <Customer_ASN>
5455
bgp log-neighbor-changes
@@ -73,7 +74,7 @@ Configure your router to advertise select prefixes to Microsoft by using the fol
7374
!
7475

7576
### Route maps
76-
Use route maps and prefix lists to filter prefixes propagated into your network. See the following sample, and ensure you have the appropriate prefix lists set up.
77+
Use route maps and prefix lists to filter prefixes propagated into your network. See the following sample, and ensure that you have the appropriate prefix lists set up.
7778

7879
router bgp <Customer_ASN>
7980
bgp log-neighbor-changes
@@ -91,7 +92,7 @@ Use route maps and prefix lists to filter prefixes propagated into your network.
9192

9293
### Configure BFD
9394

94-
You will configure BFD in two places. One 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 QinQ interface.
9596

9697
interface GigabitEthernet<Interface_Number>.<Number>
9798
bfd interval 300 min_rx 300 multiplier 3
@@ -110,7 +111,7 @@ You will configure BFD in two places. One at the interface level and another at
110111

111112

112113
## Juniper MX series routers
113-
The samples in this section apply to any Juniper MX series routers.
114+
The samples in this section apply to any Juniper MX series router.
114115

115116
### Configure interfaces and subinterfaces
116117

@@ -148,7 +149,7 @@ This sample provides the subinterface definition for a subinterface with two VLA
148149
}
149150

150151
### Set up eBGP sessions
151-
You must set up a BGP session with Microsoft for every peering. The following sample enables you to set up a BGP session with Microsoft. If the IPv4 address 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 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.
152153

153154
routing-options {
154155
autonomous-system <Customer_ASN>;
@@ -189,7 +190,7 @@ Configure your router to advertise select prefixes to Microsoft by using the fol
189190

190191

191192
### Route policies
192-
You can use route maps and prefix lists to filter prefixes propagated into your network. See the following sample, and ensure you have the appropriate prefix lists setup.
193+
You can use route maps and prefix lists to filter prefixes propagated into your network. See the following sample, and ensure you have the appropriate prefix lists set up.
193194

194195
policy-options {
195196
prefix-list MS_Prefixes {

0 commit comments

Comments
 (0)