@@ -1091,27 +1091,22 @@ Show
1091
1091
Reset
1092
1092
=====
1093
1093
1094
- .. opcmd :: reset <ip |ipv6> bgp <address> [soft [in|out]]
1094
+ .. opcmd :: reset bgp <ipv4 |ipv6> <address> [soft [in|out]]
1095
1095
1096
1096
This command resets BGP connections to the specified neighbor IP address.
1097
1097
With argument :cfgcmd: `soft ` this command initiates a soft reset. If
1098
1098
you do not specify the :cfgcmd: `in ` or :cfgcmd: `out ` options, both
1099
1099
inbound and outbound soft reconfiguration are triggered.
1100
1100
1101
- .. opcmd :: reset ip bgp all
1101
+ .. opcmd :: reset bgp all
1102
1102
1103
1103
This command resets all BGP connections of given router.
1104
1104
1105
- .. opcmd :: reset ip bgp dampening
1106
-
1107
- This command uses to clear BGP route dampening information and to
1108
- unsuppress suppressed routes.
1109
-
1110
- .. opcmd :: reset ip bgp external
1105
+ .. opcmd :: reset bgp <ipv4|ipv6> external
1111
1106
1112
1107
This command resets all external BGP peers of given router.
1113
1108
1114
- .. opcmd :: reset ip bgp peer-group <name> [soft [in|out]]
1109
+ .. opcmd :: reset bgp <ipv4|ipv6> peer-group <name> [soft [in|out]]
1115
1110
1116
1111
This command resets BGP connections to the specified peer group.
1117
1112
With argument :cfgcmd: `soft ` this command initiates a soft reset. If
@@ -1136,6 +1131,7 @@ A simple eBGP configuration:
1136
1131
set protocols bgp neighbor 192.168.0.2 ebgp-multihop '2'
1137
1132
set protocols bgp neighbor 192.168.0.2 remote-as '65535'
1138
1133
set protocols bgp neighbor 192.168.0.2 update-source '192.168.0.1'
1134
+ set protocols bgp neighbor 192.168.0.2 address-family ipv4-unicast
1139
1135
set protocols bgp address-family ipv4-unicast network '172.16.0.0/16'
1140
1136
set protocols bgp parameters router-id '192.168.0.1'
1141
1137
@@ -1147,6 +1143,7 @@ A simple eBGP configuration:
1147
1143
set protocols bgp neighbor 192.168.0.1 ebgp-multihop '2'
1148
1144
set protocols bgp neighbor 192.168.0.1 remote-as '65534'
1149
1145
set protocols bgp neighbor 192.168.0.1 update-source '192.168.0.2'
1146
+ set protocols bgp neighbor 192.168.0.1 address-family ipv4-unicast
1150
1147
set protocols bgp address-family ipv4-unicast network '172.17.0.0/16'
1151
1148
set protocols bgp parameters router-id '192.168.0.2'
1152
1149
0 commit comments