Community
 
 
 

CloudPlatform 4.x

284フォロワー
 
Avatar
Pankaj Paliwal

View IP addresses in use within Guest Network

Avatar

View IP addresses in use within Guest Network

Hello,

I seem to have an issue where 'Home > Network > Guest networks > defaultGuestNetwork > View IP Addresses' always shows 'No Data to Show'. Would anybody have any ideas on how to get the section to be populated by IPs in use? The usage software seems to be working correctly.

 
Many thanks!

 


Anthony Parrington MEMBERS
2件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 2件のコメント

Avatar
Pankaj Paliwal
Avatar

View IP addresses in use within Guest Network

What version of CCP?

 

Try this query and see if any rows are returned:

select id,instance_id,ip4_address,state,network_id from nics where removed is null and network_id in (select id from networks where uuid='<network_uuid>');

//network_uuid is what you see on the GUI


Somesh Naidu CITRIX EMPLOYEES
コメントアクション パーマリンク
Avatar
ilya musayev

It depends how your CPP/ACS is setup.

 

If you are setup as Shared Network, Non-VPC solution and you take advantage of your physical firewall and routers (not router vms), then you have to use  “infrastructure”, “zone”, “zone name”, “physical networks”, “guest”, then pick the guest network and drill further down.

 

 

If you are setup as Non-Shared VPC with VLAN isolation, the Network view you are referring to should work.


コメントアクション パーマリンク

Top Contributors