R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
292
Examples
# In BGP view, configure the default MED as 25.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] default med 25
# In BGP-VPN instance view, configure the default MED as 25 (the VPN has been created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] default med 25
default-route imported (BGP/BGP-VPN instance view)
Syntax
default-route imported
undo default-route imported
View
BGP view, BGP-VPN instance view
Default level
2: System level
Parameters
None
Description
Use the default-route imported command to allow default route redistribution into the BGP routing table.
Use the undo default-route imported command to disallow the redistribution.
By default, default route redistribution is not allowed.
Using the default-route imported command cannot redistribute default routes. To do so, use the
import-route command.
Related commands: import-route.
Examples
# In BGP view, allow default route redistribution from OSPF into BGP.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] default-route imported
[Sysname-bgp] import-route ospf 1
# In BGP-VPN instance view, enable redistributing default route from OSPF into BGP (the VPN has been
created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] default-route imported
[Sysname-bgp-vpn1] import-route ospf 1