[Dev] Key-Chain modelling....

James Brunner jbrunner at alterpoint.com
Tue May 20 12:48:56 CDT 2008


Hi all,

As you may have noticed the model and IOS code for HSRP/VRRP modelling is almost complete. But my model for comes short when either protocols use Key-Chains for authentication. Key-Chains can be used not only by HSRP/VRRP but also by VPN ISAKMP setup so are declared at the global config level.

I've thought about where to add them into the model and I had the idea of putting them under "services" as they are a service used by the device. But what to call the group? A guy with a load of keys is a "Jailer" or if you prefer "Jailor" - but let's use International English ;)

Does anyone see any problems with it looking like this:

<services>
                <jailer>
                                <key-chain>
                                                <key-chain-name>AChain</key-chain-name>
                                                <a-key>
                                                                <key-ID>1</key-ID>
                                                                <key>012345678901</key>
                                                </a-key>
                                                <a-key>
                                                                .....
                                                </a-key>
                                </key-chain>
                                <key-chain>
                                                .....
                                </key-chain>
                </jailer>
                <ntp>
                                .....
                </ntp>
</services>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ziptie.org/pipermail/dev/attachments/20080520/414f787a/attachment.html 


More information about the Dev mailing list