FreeRADIUS VMPS Configuration

I could use some help with freeradius configuration. If there is any expert user out there kind enough to give me a hand, would really appreciate it.

Goal:

We are trying to use the freeRADIUS server's VMPS integration feature. Unfortunately the wiki pages do not have real life deployment examples.

Questions:

  1. Has anyone out there successfully deployed FreeRADIUS on a Cisco shop to act as VMPS server?

  2. According to the radiusd.conf file, the clients.conf file should be configured as followed: Am I on the right track?

secret=< shared secret >

client 10.100.0.0/24 {
secret = <shared secret>
}

  1. Now for the VMPS file, should the clients statement be as follwed.....?

client 10.x.x.1 secret < shared secret >
client 10.x.x.1 secret < shared secret >
# and so on

  1. for the # Do a simple mapping of MAC to VLAN section, should the statements be as followed:

address 0000.0c07.ac01 vlan-name XYZ

#########################################

Thanks