Use
undo default ipv4-unicast
to disable the default use of IPv4 unicast address family for the
peers that are established using the
peer as-number
command.
The use of IPv4 unicast address family is enabled by default.
The
default ipv4-unicast
or
undo default ipv4-unicast
command applies to only BGP peers that
are established after it is executed.
The
default ipv4-unicast
or
undo default ipv4-unicast
command applies to only BGP peers that
are established using the
peer as-number
command.
After executing the
undo default ipv4-unicast
command, you can use the
peer enable
command
to enable the use of IPv4 address family for a peer.
Examples
# Enable the default use of IPv4 unicast address family for the peers that are established using the
peer as-number
command.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] default ipv4-unicast
default local-preference (BGP/BGP-VPN instance view)
Syntax
default local-preference
value
undo default local-preference
View
BGP view, BGP-VPN instance view
Default level
2: System level
Parameters
value
: Default local preference, in the range of 0 to 4294967295. The larger the value is, the higher
the preference is.
Description
Use
default local-preference
to configure the default local preference.
Use
undo default local-preference
to restore the default value.
By default, the default local preference is 100.
Using this command can affect BGP route selection.
Examples
# In BGP view, set the default local preference to 180.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] default local-preference 180
# In BGP-VPN instance view, set the default local preference to 180. (The VPN has been created.)
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-ipv4-vpn1] default local-preference 180
196