Comware Based
1753301 Members
7147 Online
108792 Solutions
New Discussion юеВ

fetch radius AuthenKey and AcctKey using netconf

 
cgu
Frequent Advisor

fetch radius AuthenKey and AcctKey using netconf

Hello, I am setting up an automated configuration tool using netconf, simplified algorithm is :

for each config element of switch :

- read current value
- compare with target value
- modify value if needed to match target

My problem is that for radius, I can't find the auth key and acct key (used to send request to radius servers), neither in the device state (netconf "get" command without filter) nor device config (netconf "get_config" command). I get the rest of radius config elements and I can even set the AuthenKey and AcctKey elements, but can't find a place to read them. Both .xsd and .pdf doc mention them so they definitely exist but how can I find their current value please? any help is appreciated.

4 REPLIES 4
drk787
HPE Pro

Re: fetch radius AuthenKey and AcctKey using netconf

Hi,

What is the device model and version running.

 

Thank You!
I am an HPE Employee

Accept or Kudo

cgu
Frequent Advisor

Re: fetch radius AuthenKey and AcctKey using netconf

Hi, it's 5130 EI and Release 3208P12

cgu
Frequent Advisor

Re: fetch radius AuthenKey and AcctKey using netconf

@drk787

I also noticed that on the 5130s, when we extract the config or state from the switch, the xml contains no <Login> part, which makes it impossible to read/write configurations items such as header and line (aux/vty) config. I tried the same thing on a 5510, the <Login> part is present.

drk787
HPE Pro

Re: fetch radius AuthenKey and AcctKey using netconf

@cgu

I guess its good to log a support case for deeper investigation.

Thank You!
I am an HPE Employee

Accept or Kudo