BGP

Latest News


Latest Articles

Older News













Older Articles

BGP Details

Route Selection

Attributes

Other Stuff

IOS Basic Config

router bgp <AS>

  no synchronization

  timers bgp x y

  neighbor <peer-group-name> peer-group

  neighbor <peer-group-name> remote-as <AS>

  neighbor <peer-group-name> update-source lo0

  neighbor <peer-group-name> soft-reconfig inbound

  neighbor x.x.x.x peer-group <peer-group-name>

  neighbor x.x.x.x description <...>

JUNOS Basic Config

protocol

  bgp

    group <name>

      type [internal|external]

      description <...>

      local-address x.x.x.x

      authentication-key <...>

      peer-as <AS>

      neighbor x.x.x.x

        export <policy-options-name>

        family inet

          any

            prefix limit x

            teardown x idle-timeout y

      import <policy-options-name>

      export <policy-options-name>

interface <...>

  unit 0

    family inet

      filter

        input <filter-name>

        output <filter-name>

firewall

  filter <filter-name>

    term <term-name>

      from <...>

      then [accept|reject|discard]

BGP Labs  [ipSpace]

© Robert Larsen.  All rights reserved.