Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Interconnect
    • All guides
    • Getting information about Cloud Interconnect partners
    • Getting information about Cloud Interconnect points of presence
    • Getting information about trunk links
    • Creating a trunk
    • Updating trunk parameters
    • Getting information about operations in a trunk
    • Moving a trunk to another folder
    • Deleting a trunk
    • Getting information about private connections
    • Creating a private connection
    • Updating private connection parameters
    • Getting a list of operations for a private connection
    • Moving a private connection to another folder
    • Deleting a private connection
    • Getting information about public connections
    • Getting information about a routing instance
    • Overview
    • Operation overview
    • Terminology
    • Points of presence
    • Transceivers
    • Trunk
    • Private connection
    • Public connection
    • CIC partners
    • Monitoring
    • Data size and connection capacity
    • Quotas and limits
  • Pricing policy
  • Access management
  • Release notes
  1. Step-by-step guides
  2. Getting information about public connections

Getting information about public connections

Written by
Yandex Cloud
Updated at June 24, 2026
View in Markdown

Note

You need the cic.viewer role to run this operation.

Management console
CLI
  1. In the management console, click or in the top panel and select the folder.
  2. Navigate to Cloud Interconnect.
  3. In the left-hand panel, select Public connections. The window that opens will list all public connections in the selected folder.
  4. To view detailed information about a specific public connection, click the relevant row in the list.
  1. To get information about public connections, see the description of the CLI command:

    yc cic public-connection get --help
    
  2. Get a list of public connections in the specified folder:

    yc cic public-connection list \
      --folder-id b1gt6g8ht345********
    

    Result:

    +----------------------+--------------------+----------------------+---------------+
    |          ID          |        NAME        | TRUNK CONNECTION ID  | SERVICE TYPES |
    +----------------------+--------------------+----------------------+---------------+
    | euuiog88zphg******** | customer-name-pub1 | euuqqctbrflq******** | APIGW, ML     |
    | euucr7p47329******** | customer-name-pub2 | euuvdjl5shd0******** | APIGW, ML     |
    +----------------------+--------------------+----------------------+---------------+
    
  3. Get information about the public connection by specifying its ID obtained in the previous step:

    yc cic public-connection get euuiog88zphg******** 
    

    Result:

    id: euuiog88zphg********
    name: customer-name-pub1
    folder_id: b1gt6g8ht345********
    region_id: ru-central1
    trunk_connection_id: euuqqctbrflq********
    vlan_id: "1428"
    ipv4_peering:
      peering_subnet: 178.170.2xx.x2/31
      peer_ip: 178.170.2xx.x2
      cloud_ip: 178.170.2xx.x3
      peer_bgp_asn: "65001"
      cloud_bgp_asn: "200350"
    ipv4_allowed_service_types:
      - CLOUD_SERVICE_APIGW
      - CLOUD_SERVICE_ML
    ipv4_peer_announced_prefixes:
      - 178.170.2xx.x2/31
    

    Where:

    • id: Public connection ID.
    • name: Public connection name.
    • folder_id: ID of the cloud folder containing the new public connection.
    • region_id: Region of the cloud containing the new public connection.
    • trunk_connection_id: ID of the trunk link containing the new public connection.
    • vlan_id: public connection VLAN ID.
    • IP and BGP connectivity settings for the public connection point-to-point subnet:
      • peering_subnet: Point-to-point subnet for BGP peering.
      • peer_ip: Customer endpoint IP address on the point to point BGP peering subnet.
      • cloud_ip: Yandex Cloud endpoint IP address on the point-to-point peering subnet.
      • peer_bgp_asn: BGP ASN on the customer's equipment.
      • cloud_bgp_asn: BGP ASN on the Yandex Cloud equipment.
    • ipv4_allowed_service_types: IDs of the services with their IP prefixes announced in the public connection.
    • ipv4_peer_announced_prefixes: List of client IP prefixes (if any) allowed to send traffic to the public connection.

Was the article helpful?

Previous
Deleting a private connection
Next
Getting information about a routing instance
© 2026 Direct Cursus Technology L.L.C.