- الرئيسية
- الشبكات متعددة السحابات
- Customer Edge diagnostics
- Command reference
- Network commands
- curl
curl
أمران، والتمييز بينهما هو القيمة بالكامل.
curl-host
Section titled “curl-host”يُنفَّذ في مساحة أسماء شبكة المضيف — أي اتصال العقدة نفسها، قبل أن يتدخل مستوى البيانات.
{"command":["curl-host","-v","cloud.f5.com"]} % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying <public-ip>:80...* Connected to cloud.f5.com (<public-ip>) port 80 (#0)> GET / HTTP/1.1> Host: cloud.f5.com> User-Agent: curl/7.76.1> Accept: */*>* Mark bundle as not supporting multiuse< HTTP/1.1 301 Moved Permanently< location: https://cloud.f5.com/< server: volt-adc< date: Mon, 03 Aug 2026 16:30:24 GMT< connection: close< content-length: 0< 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Closing connection 0curl-vega
Section titled “curl-vega”يُنفَّذ في سياق Vega (مستوى التحكم) بدلًا من سياق المضيف. الفرق الملاحظ، والوحيد الذي يُثبت هنا،
هو البيئة التي يرثها: يُبلّغ curl-vega عن قائمة NO_PROXY تشمل النطاقات الخاصة و
int.ves.io وint.volterra.us ونطاق .tenant.local الخاص بالموقع، بينما لا يُبلّغ curl-host
عن أي منها. وما يعنيه ذلك بشأن مسار DNS ليس مقيسًا.
{"command":["curl-vega","-v","cloud.f5.com"]}* Uses proxy env variable NO_PROXY == '10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,100.127.0.0/18,100.127.192.0/18,169.254.0.0/16,int.ves.io,int.volterra.us,mcn-ce-ha-eastus01.<tenant>.tenant.local' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying <public-ip>:80...* Connected to cloud.f5.com (<public-ip>) port 80 (#0)> GET / HTTP/1.1> Host: cloud.f5.com> User-Agent: curl/7.76.1> Accept: */*>* Mark bundle as not supporting multiuse< HTTP/1.1 301 Moved Permanently< location: https://cloud.f5.com/< server: volt-adc< date: Mon, 03 Aug 2026 16:30:26 GMT< connection: close< content-length: 0< 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Closing connection 0يقبل الأمران وسائط curl العادية كعناصر مصفوفة منفصلة. ومن المفيد الإبقاء على -v لأن
أسطر الاتصال ومصافحة TLS هي عادةً حيث يظهر الفشل.