Configuring an IPv4 BGP peer

The following example shows the configuration an IPv4 BGP peer with (IPv4 and) IPv6 protocol families:


- config>router
    - bgp
        - export policy-name [policy-name]
        - router-id ip-address
        - group name
            - family [ipv4] [vpn-ipv4] [ipv6] [mcast-ipv4]
            - type {internal | external}
            - neighbor ip-address
                - local-as as-number [private]
                - peer-as as-number

The following example shows the IPv4 BGP peer configuration:

A:ALA-49>config>router# info
----------------------------------------------
...
        bgp
            export "ospf3"
            router-id 203.0.113.2
            group "main"
                family ipv4 ipv6
                type internal
                neighbor 203.0.113.1
                    local-as 1
                    peer-as 1
                exit
            exit
        exit
...
----------------------------------------------
A:ALA-49>config>router#