이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 8. Troubleshooting RHOSO dynamic routing


Diagnosing problems in a Red Hat OpenStack Services on OpenShift (RHOSO) environment that uses dynamic routing begins with examining the appropriate logs and querying the various FRRouting components with VTY shell.

8.1. OVN BGP agent and FRRouting logs

The OVN BGP agent writes its logs on the Compute and Networker nodes at this location: /var/log/containers/stdouts/ovn_bgp_agent.log.

The Free Range Routing (FRRouting, or FRR) components such as the BGP, BFD, and Zebra daemons write their logs on all Red Hat OpenStack Services on OpenShift (RHOSO) nodes at this location: /var/log/containers/frr/frr.log

8.2. Using VTY shell commands for troubleshooting BGP

You can use the shell for Virtual Terminal Interface (VTY shell) to interact with the Free Range Routing (FRRouting, or FRR) daemons. In Red Hat OpenStack Platform, FRR daemons like bgpd run inside a container. Using the VTY shell can help you troubleshoot BGP routing issues.

Prerequisites

  • You must have sudo privileges on the host where you want to run VTY shell commands.

Procedure

  1. Log in to the host where you want to troubleshoot the BGP daemon, bgpd. Typically, bgpd runs on all of the overcloud nodes.
  2. Enter the FRR container.

    $ sudo podman exec -it frr bash
  3. You have two options for running VTY shell commands:

    • Interactive mode

      Type sudo vtysh once to enter interactive mode to run multiple VTY shell commands.

      Example
      $ sudo vtysh
      > show bgp summary
    • Direct mode

      Preface each VTY shell command with sudo vtysh -c.

      Example
      $ sudo vtysh -c 'show bgp summary'
  4. Here are several VTY shell BGP daemon troubleshooting commands:

    Tip

    Omit the ip argument when you are using IPv6.

    Display a particular routing table or all routing tables
    > show ip bgp <IPv4_address> | all
    > show bgp <IPv6_address> | all
    Output routes advertised to a BGP peer
> show ip bgp neighbors <router-ID> <advertised-routes>

+ Output routes received from a BGP peer::

> show ip bgp neighbors <router-ID> <received-routes>
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 문서 정보

Legal Notice

Theme

© 2026 Red Hat
맨 위로 이동