Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Interconnect
    • All guides
    • Getting information about Cloud Interconnect partners
    • Getting information about Cloud Interconnect points of presence
    • Getting information about trunk links
    • Getting information about private connections
    • Getting information about public connections
    • Getting information about a routing instance
    • Overview
    • Terminology
    • Points of presence
    • CIC partners
    • Transceivers
    • Trunk
    • Private connection
    • Public connection
    • Routing
    • Monitoring
    • Data size and connection capacity
    • Quotas and limits
  • Pricing policy
  • Release notes
  1. Step-by-step guides
  2. Getting information about public connections

Getting information about public connections

Written by
Yandex Cloud
Updated at March 3, 2025
CLI
  1. See the description of the CLI command to get information on public connections:

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

    yc cic public-connection list --folder-id b1gqf2hjizv2jw******
    

    Result:

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

    # yc cic public-connection get <public_connection_ID>
    yc cic public-connection get euuiog88zphgsq****** 
    

    Result:

    id: euuiog88zphgsq******
    name: customer-name-pub1
    folder_id: b1gqf2hjizv2jw******
    region_id: ru-central1
    trunk_connection_id: euuqqctbrflq3i******
    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 the public connection was created in.
    • region_id: Cloud region of the public connection was created in.
    • trunk_connection_id: ID of the trunk the public connection belongs to.
    • vlan_id: VLAN ID for the public connection.
    • IP and BGP connectivity parameters for the point-to-point subnet of the public connection:
      • peering_subnet: Point-to-point subnet for BGP peering.
      • peer_ip: IP address of the point-to-point (peered) subnet on the customer's equipment.
      • cloud_ip: IP address of the point-to-point (peered) subnet on the Yandex Cloud equipment.
      • peer_bgp_asn: BGP ASN on the customer's equipment.
      • cloud_bgp_asn: BGP ASN on the Yandex Cloud equipment.
    • ipv4_allowed_service_types: List of IDs for the services whose IP prefixes are announced in the public connection.
    • ipv4_peer_announced_prefixes: List of client IP prefixes (if any) the public connection will accept traffic from.

Was the article helpful?

Previous
Getting information about private connections
Next
Getting information about a routing instance
Yandex project
© 2025 Yandex.Cloud LLC