Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 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
    • 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
    • Updating the list of static routes for a private connection
    • Removing static routes for a private connection
    • 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 trunk links

Getting information about trunk links

Written by
Yandex Cloud
Updated at July 3, 2025

Note

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

CLI
  1. To get information about trunks, see the description of the CLI command:

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

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

    Result:

  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 cf3td**********nufvr
    

    Result:

    Where:

    • id: Trunk ID.
    • name: Trunk name.
    • description: Trunk description.
    • cloud_id: ID of the cloud in whose folder the trunk was created.
    • folder_id: ID of the cloud folder containing the trunk.
    • region_id: Region of the cloud containing the trunk.
    • Trunk type:
      • single_port_direct_joint: Direct trunk:
        • transceiver_type: Transceiver type in use.
        • port_name: Port number(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 in use.
        • lag_id: Aggregated connection ID.
        • port_names: List of physical ports in the LAG.
      • partner_joint_info: Partner trunk:
        • partner_id: Partner ID.
        • service_key: Partner trunk service key.
    • point_of_presence_id: Point of presence ID.
    • capacity: Trunk capacity.
    • status: Trunk state. Target state: ACTIVE.
    • created_at: Date and time of trunk creation.

Was the article helpful?

Previous
Getting information about Cloud Interconnect points of presence
Next
Creating a trunk
© 2025 Direct Cursus Technology L.L.C.