cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
842
Views
0
Helpful
4
Replies

how to see all agents list on a PG via sql query?

Hi,

I'm looking for how to see agents list on a PG via SQL query?

Thanks a lot for your help.

BR

Aubert

1 Accepted Solution

Accepted Solutions

select * from Agent where PeripheralID='5000' ( change 5000 with your peripheral ID) and run this on SideA database to get upto date infomation. 

View solution in original post

4 Replies 4

Sasikumar Divvela
Cisco Employee
Cisco Employee

you can filter the agent table using peripheralID. That will list all the configured agents for that specific pg.

Hi Sasikumar,

can you send a SQL query?

Thanks a lot for you rhelp.

BR

Aubert

select * from Agent where PeripheralID='5000' ( change 5000 with your peripheral ID) and run this on SideA database to get upto date infomation. 

Hi Sasikumar,

It works fine, thanks a lot for your help.

Have a good day!

BR

Aubert