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

How to find list of Devices from FMC CLI

MSJ1
Level 1
Level 1

How to find list of Devices from FMC CLI. My FMC version is 6.7.0

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

You cannot. Managed devices are stored as database objects in FMC, not lines in a config file.

View solution in original post

4 Replies 4

Marvin Rhoads
Hall of Fame
Hall of Fame

You cannot. Managed devices are stored as database objects in FMC, not lines in a config file.

I should add that you can get a list of the registered devices' IP addresses.

In the FMC cli, switch to expert mode. Then look at the sftunnel.conf file in et/sf. It will (among other things) list the peer IP addresses (but not necessarily their names).

right , but while in FTD we can remove single entries on the DB by using Omniquery.pl ------------- is that possible to do the same on FMC?

eg.: mdb.sfsnort> delete from EM_peers where name = '172.16.1.240';

Theoretically you can delete just about anything by directly manipulating the database. You can also completely destroy your system and require a rebuild from scratch if you do something wrong. I would only recommend doing such manipulation with direct involvement of Cisco TAC.

Review Cisco Networking for a $25 gift card