ONTAP 9.12.1 commands

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

    Display BGP configuration

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

    Description

    The network bgp config show command displays the border gateway protocol (BGP) configuration for each node.

    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 configurations that match the specified node.

    [-asn <integer>] - Autonomous System Number

    This parameter selects the BGP configurations that match the specified autonomous system number.

    [-hold-time <integer>] - Hold Time

    This parameter selects BGP configurations that match the specified hold time.

    [-router-id <IP Address>] - Router ID

    This parameter selects the BGP configurations that match the specfied router ID.

    Examples

    cluster1::> network bgp config show
            Autonomous
            System    Hold Time
        Node    Number    (seconds)  Router ID
        ---------------  ---------------  ---------------  ---------
        node1    10    180    10.0.1.112
    Top of Page