destination-mac-addr
	 
   
  Configures the destination MAC address
		for the encapsulation of outgoing packets.
 Syntax
			 
	 destination-mac-addr
				mac-addr
			
			 
	 no destination-mac-addr
				mac-addr
			
 
	 Parameters
			 
		 
		   
			 - 
							mac-addr
					
- Specifies the MAC address to be configured as
						the destination MAC.
Usage Guidelines
			
			Validations for the command are as follows:
			
				- A
                                        valid MAC address must be provided.
- One MAC address per encapsulation is
                                        allowed. The configured MAC address must be removed before
                                        you configure a new MAC address.
- If the same command is run more
                                        than once, the second and subsequent instances are ignored
                                        and no error is reported.
- If the no form of the command is run
                                        without the configuration, the command is ignored and no
                                        error is reported.
Examples
			 
	 
				The following example configures the destination MAC address.
 
		device(config-encap-1)# destination-mac-addr 00:01:02:03:04:05 
device(config-encap-1)#  
Show running:  
device# show running-configuration 
encap encap-1 
destination-mac-addr 00:01:02:03:04:05