
Hello all,
In the following example mib, it seems as though the parser is ignoring the "IMPLIED" keyword. I can not find any reference to it in the .xsd output. Any thoughts?
Thanks, Gerry
tradiusSvrAuthClientEntry OBJECT-TYPE SYNTAX TradiusSvrAuthClientEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (conceptual row) representing the information of a server in a a different realm to which this server proxy forwards authentication requests." INDEX { IMPLIED tradiusSvrAuthClientName } ::= { tradiusSvrAuthClientTable 1 }
TradiusSvrAuthClientEntry ::= SEQUENCE { tradiusSvrAuthClientName DisplayString, tradiusSvrAuthClientRowStatus RowStatus, tradiusSvrAuthClientOperState TradiusRowOperState, }
tradiusSvrAuthClientName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS not-accessible STATUS current DESCRIPTION "The DNS name or IP address of the client" ::= { tradiusSvrAuthClientEntry 1 }