neighbor (Protocols BGP)
구문
neighbor address { accept-remote-nexthop; advertise-bgp-static advertise-external <conditional>; advertise-inactive; (advertise-peer-as | no-advertise-peer-as); as-override; authentication-algorithm algorithm; authentication-key key; authentication-key-chain key-chain; cluster cluster-identifier; damping; description text-description; enforce-first-as; export [ policy-names ]; family { (inet | inet6 | inet-mvpn | inet6-mpvn | inet-vpn | inet6-vpn | iso-vpn | l2-vpn) { (any | flow | multicast | unicast | signaling) { accepted-prefix-limit { maximum number; teardown <percentage> <idle-timeout (forever | minutes)>; drop-excess <percentage>; hide-excess <percentage>; } damping; prefix-limit { maximum number; teardown <percentage> <idle-timeout (forever | minutes)>; drop-excess <percentage>; hide-excess <percentage>; } rib-group group-name; topology name { community { target identifier; } } } flow { no-validate policy-name; } labeled-unicast { accepted-prefix-limit { maximum number; teardown <percentage> <idle-timeout (forever | minutes)>; drop-excess <percentage>; hide-excess <percentage>; } aggregate-label { community community-name: } explicit-null { connected-only; } prefix-limit { maximum number; teardown <percentage> <idle-timeout (forever | minutes)>; drop-excess <percentage>; hide-excess <percentage>; } resolve-vpn; rib inet.3; rib-group group-name; topology name { community { target identifier; } } } } forwarding-context route-target { advertise-default; external-paths number; accepted-prefix-limit { maximum number; teardown <percentage> <idle-timeout (forever | minutes)>; drop-excess <percentage>; hide-excess <percentage>; } prefix-limit { maximum number; teardown <percentage> <idle-timeout (forever | minutes)>; drop-excess <percentage>; hide-excess <percentage>; } } signaling { prefix-limit { maximum number; teardown <percentage> <idle-timeout (forever | minutes)>; drop-excess <percentage>; hide-excess <percentage>; } } } forwarding-context rti-name; graceful-restart { disable; restart-time seconds; stale-routes-time seconds; } hold-time seconds; import [ policy-names ]; ipsec-sa ipsec-sa; keep (all | none); local-address address; local-as autonomous-system <private>; local-interface interface-name; local-preference preference; log-updown; metric-out (metric | minimum-igp <offset> | igp <offset>); mtu-discovery; multihop <ttl-value>; multipath { multiple-as; } no-aggregator-id; no-client-reflect; out-delay seconds; passive; peer-as autonomous-system; preference preference; rfc6514-compliant-safi129; tcp-aggressive-transmission; tcp-mss segment-size; traceoptions { file filename <files number> <size size> <world-readable | no-world-readable>; flag flag <flag-modifier> <disable>; } vpn-apply-export; }
계층 수준
[edit logical-systems logical-system-name protocols bgp group group-name], [edit logical-systems logical-system-name routing-instances routing-instance-name protocols bgp group group-name], [edit protocols bgp group group-name], [edit protocols bgp family prefix-limit (inet | inet6)(any | flow | labeled-unicast | multicast | unicast)], [edit routing-instances routing-instance-name protocols bgp group group-name]
설명
인접 디바이스(피어)를 명시적으로 구성합니다. 여러 BGP 피어를 구성하려면 여러 neighbor
문을 포함합니다.
기본적으로 피어의 옵션은 그룹의 옵션과 동일합니다. 명령문 내에 피어별 옵션 명령문을 포함시켜 이러한 옵션을 재정의할 수 있습니다 neighbor
.
neighbor
명령문은 라우팅 디바이스에서 최소 BGP 구성을 정의하기 위해 구성에 포함할 수 있는 명령문 중 하나입니다. (문 대신 문을 포함할 allow all
수 있습니다neighbor
.)
참고:
향상된 가입자 관리로 구성된 MX 시리즈 라우터에서 이 명령문을 사용하여 가입자의 클라이언트 IP 주소를 BGP 인접 IP 주소로 정적으로 프로비저닝할 수 있습니다. 이는 LNS 가입자에 대해서만 지원됩니다. 향상된 가입자 관리를 통해 계층 수준에서도 [edit dynamic-profiles profile-name interfaces interface-name unit logical-unit-number]
명령문을 구성해야 routing-services
합니다.
필요한 권한 수준
routing - 구성에서 이 명령문을 볼 수 있습니다.
routing-control - 구성에 이 명령문을 추가할 수 있습니다.
릴리스 정보
Junos OS 릴리스 7.4 전에 소개된 명령문입니다.