diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-11-29 09:04:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 09:04:39 -0500 |
| commit | 609f40575e99a9248829e4d795fa928ef6169145 (patch) | |
| tree | cb912c8cf10b35f0559b5d41e639c1d21f652e37 | |
| parent | e7064647b9b2a8930e21c1daa2f7bf2ef13eeb8c (diff) | |
| parent | 5abd0c4ae06bf79fdaf50910035eed1f1dfebbdb (diff) | |
Merge pull request #14896 from zarkdav/patch-1
Update bgp.rst
| -rw-r--r-- | doc/user/bgp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 2171c9e99a..465d759e13 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3060,11 +3060,11 @@ address-family: access-list acl2 permit 192.0.3.0/24 route-map rmap permit 10 match address acl1 - set extcommunity ty 65001:10 + set extcommunity rt 65001:10 ! route-map rmap permit 20 match address acl1 - set extcommunity ty 65001:20 + set extcommunity rt 65001:20 ! router bgp 65001 vrf vrf1 ! |
