Cisco Cisco Prime IP Express 8.3 Technical References

Page of 277
 
name 
 
Identifies this remote authentication server.
 
port 
(1-65535) default = 1812
 
Specifies the port for this remote authentication server.
auth-ad-server
 
   auth-ad-server  - Configures a External authentication active directory(AD) 
                     server
  Synopsis
 
    auth-ad-server <name> create <addr> <domain> 
                [<base-dn> <ad-group-name> <ad-user-attr-map>] 
                [<attribute>=<value> ...]        
 
 
   
    auth-ad-server <name> delete 
    auth-ad-server list
    auth-ad-server listnames
    auth-ad-server listbrief
    auth-ad-server <name> show
    auth-ad-server <name> get <attribute>
    auth-ad-server <name> set 
            <attribute>=<value> [<attribute>=<value> ...]
    auth-ad-server <name> unset <attribute> 
    auth-ad-server <name> addhost <host> 
            [<addr>=<value> <port>=<value>]
    auth-ad-server <name> listhost(s)
    auth-ad-server <name> removehost <host>
            [<addr>=<value> <port>=<value>]
   
  Description
 
       The auth-ad-server command configures External Authentication Active
    Directory servers.
    
    For auth-ad-server create command
    <addr> value format should be 
            <host>:[<ip addr>@port],[<host>:[<ip addr>@port]],...
    <host> and <ip addr> separated by : (colon)
    <port> seperated using @
    <host> is mandatory and multiple HostIPnPort objects can be seperated by
    comma (,)
 
    addhost command can be used to add HostIPnPort object to existing AD server
    object.
    
    Common AD server object is used for External Authentication using AD
    feature and BYOD feature support.
 
    For External Authentication using AD feature, 
      1. Set auth-type to Active-Directory in CCM and restart the server agent. 
      2. Configure AD server object with <addr> <domain> <base-dn>
         <ad-group-name> <ad-user-attr-map> attributes.
  Examples
 
    nrcmd> auth-ad-server authad create WIN-7NHA0SICRBC cpnr.com
    nrcmd> auth-ad-server authad create WIN-7NHA0SICRBC-1 cpnr.com 
                  "CN=users" cpnr info
    nrcmd> auth-ad-server authad addhost WIN-7NHA0SICRBC-2
                  addr=10.106.200.207
    nrcmd> auth-ad-server authad listhost
    nrcmd> auth-ad-server authad removehost WIN-7NHA0SICRBC-2
   
  Status
 
  See Also