ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network bgp vserver-status show

    Display Vserver BGP status

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The network bgp vserver-status show command displays the per-node border gateway protocol (BGP) status for each vserver. The BGP status for a particular vserver is "up" when at least one BGP peer group supporting that vserver is able to communicate with its peer router.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    This parameter selects the BGP status that match the specified node.

    [-vserver <vserver name>] - Vserver

    This parameter selects the BGP status for specified vserver.

    [-ipv4-status {unknown|unconfigured|up|down}] - IPv4 status

    This parameter selects the BGP status that matches the specified status for IPv4 address family.

    [-ipv6-status {unknown|unconfigured|up|down}] - IPv6 status

    This parameter selects the BGP status that matches the specified status for IPv6 address family.

    Examples

    cluster1::> network bgp vserver-status show
        Node                vserver    IPv4 status IPv6 status
        ------------------- ---------- ----------- -----------
        node1               vs1        up          up
    Top of Page