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 trunk links

Getting information about trunks

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

    yc cic trunk get --help
    
  2. Get a list of trunks in the specified folder:

    yc cic trunk list --folder-id b1gqf2hjizv2jw******
    

    Result:

    +----------------------+--------------------+----------------------------+------------------+----------+
    |          ID          |        NAME        | POINT OF PRESENCE ID (POP) | TRANSCEIVER TYPE | CAPACITY |
    +----------------------+--------------------+----------------------------+------------------+----------+
    | euuqqctbrflq3i****** | customer-name-m9   | ru-msk-m9-0                | 10GBASE-LR       | 5 GBPS   |
    | euuvdjl5shd0fv****** | customer-name-ost  | ru-msk-ost-0               | 10GBASE-LR       | 5 GBPS   |
    +----------------------+--------------------+----------------------------+------------------+----------+
    
  3. Get information about the trunk by specifying its ID obtained in the previous step:

    # yc cic trunk get <trunk_ID>
    yc cic trunk get euuqqctbrflq3i******
    

    Result:

    id: euuqqctbrflq3i******
    name: customer-name-m9
    folder_id: b1gqf2hjizv2jw******
    region_id: ru-central1
    single_port_direct_joint:
      transceiver_type: TRANSCEIVER_TYPE_10GBASE_LR
      port_name: 25GE1/0/2
      access_device_name: m9-cicext1
    point_of_presence_id: ru-msk-m9-0
    capacity: CAPACITY_5_GBPS
    

    Where:

    • id: Trunk ID.
    • name: Trunk name.
    • folder_id: ID of the cloud folder the trunk was created in.
    • region_id: Region of the cloud the trunk belongs to.
    • Trunk type:
      • single_port_direct_joint: Direct trunk:
        • transceiver_type: Transceiver type.
        • port_name: Port(s) allocated for the trunk on the network device.
        • access_device_name: Name of the network device with ports allocated for the trunk.
      • lag_direct_joint: Aggregated (LAG) direct trunk:
        • transceiver_type: Transceiver type.
        • lag_id: Aggregated connection ID.
        • port_names: List of physical ports in LAG.
      • partner_joint_info: Partner trunk:
        • partner_id: Partner ID.
        • service_key: Service key for the partner trunk.
    • point_of_presence_id: Point of presence ID.
    • capacity: Trunk traffic packet size.

Was the article helpful?

Previous
Getting information about Cloud Interconnect points of presence
Next
Getting information about private connections
Yandex project
© 2025 Yandex.Cloud LLC