associate
SaMOG associates another service to this SAMOG service.
Product
SaMOG
Mode
Exec > Global Configuration > Context Configuration > SAMOG Service Configuration
configure > context context_name > samog-service samog_service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-samog-service)#
Syntax
associate { apgroupname-list aplistname1 reject-call cgw-service cgw_service_name | dhcp-service dhcp_service_name [ level { system | user } ] | dhcpv6-service dhcpv6_service_name| mrme-service mrme_service_name | subscriber-map subscriber_map_name }
no associate { apgroupname-list reject-call cgw-service | dhcp-service | dhcpv6-service | mrme-service | subscriber-map }
no
Disables the association of the service with the SaMOG service.
The no associate dhcp-service command does not disassociate existing sessions, and only new sessions will not be established. Existing sessions continue to use the DHCPv4 service to which it was bound during session establishment.
The no associate dhcpv6-service command stops the SaMOG service from processing DHCPv6 packets.
cgw-service cgw_service_name
The CGW service should be configured before associating the same with SaMOG service.
cgw_service_name must be an alphanumeric string between 1 and 63 characters.
dhcp-service dhcp_service_name [ level { system | user } ]
Specifies the DHCPv4 service to associate with the SaMOG service. DHCPv4 is optional while starting an SaMOG service.
dhcp_service_name must be an alphanumeric string from 1 through 63.
While the association of the DHCPv4 service with the SaMOG service is optional, DHCPv4 service must be associated with the SaMOG service for the SaMOG Ethernet over GRE (EoGRE) feature to function. If no DHCPv4 service is configured and associated, and at least one EoGRE access type Radius client exist, the output of the show configuration errors command will display a warning under the SaMOG service system errors section.
Important |
The associated DHCPv4 service must not be used for any service other than SaMOG, as packets are always forwarded over the EoGRE tunnel only. |
level { system | user } : Specifies the processing level of the DHCP server messages. system will enable DHCP server messages to be processed at the system and user-level. user will enable DHCP server messages to be processed at the user-level only. The default value for processing DHCP messages is user level.
dhcpv6-service dhcpv6_service_name
Specifies the DHCPv6 service to associate with the SaMOG service, to process DHCPv6 packets. Configure the DHCPv6 server using the bind address command in the DHCPv6 Service Configuration Mode.
dhcpv6_service_name must be an alphanumeric string from 1 through 63 characters.
mrme-service mrme_service_name
The MRME service should be configured before associating the same with SaMOG service.
mrme_service_name must be an alphanumeric string from 1 through 63 characters.
subscriber-map subscriber_map_name
The subscriber map service should be configured before associating the same with SaMOG service.
subscriber_map_name must be an alphanumeric string from 1 through 63 characters.
associate apgroupname-list
Associates the configured apgroupname-list with samog-service.
no associate apgroupname-list reject-call
Dis-associates APGROUPNAME list from the SaMOG and all the AP group names present in the list are allowed to establish session.
Usage Guidelines
Use this command to associate the SaMOG service to CGW service, DHCPv4 service, MRME service, or Subscriber Mapping.
Example
The following command associates subscriber-map smap with SaMOG Service.
associate subscriber-map smap
The following command associates cgw-service cgw with SaMOG Service.
associate cgw-service cgw
The following command associates mrme-service mrme with SaMOG Service.
associate mrme-service mrme