cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2511
Views
6
Helpful
5
Replies

how to get the device Defaults table via AXL/SQL query

gecheung
Cisco Employee
Cisco Employee

Hello,

i would like to get the Device Defaults table to see what is the default load for some device models via AXL/SQL query. What is the table name? Thanks.

g.

1 Accepted Solution

Accepted Solutions

gecheung
Cisco Employee
Cisco Employee

ha, i found the answer. (=

View solution in original post

5 Replies 5

gecheung
Cisco Employee
Cisco Employee

ha, i found the answer. (=

gecheung schrieb:

ha, i found the answer. (=

Good to know
Just provide the correct answer for all

by executing an AXL ExecuteSQLQuery request from the table named "defaults"

And what was the answer?

bezcomservices
Level 1
Level 1

So for those who were looking for a proper answer, here is an SQL lookup that provides the info.

I do not claim to be an SQL Guru so I am sure there is better syntax, but this pulled what I needed:

select d.loadinformation, tm.name from defaults as d INNER JOIN typemodel as tm on d.tkmodel = tm.enum WHERE LENGTH (d.loadinformation) > 0

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: