[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Shared IPv6 Interfaces

You can create multiple shared IPv6 interfaces over the same layer 2 logical interface—for example, atm 5/3.101—enabling more than one IPv6 interface to share the same logical resources.

For additional information about shared interfaces, see Shared IP Interfaces.

To share IPv6 interfaces:

  1. Create a layer 2 interface.
  2. host1(config)#interface atm 5/3
    
    host1(config-if)#interface atm 5/3.101
    
    
    
  3. (Optional) Create a primary IPv6 interface.
  4. host1(config-if)#ipv6 address 1::1/64
    
    host1(config-if)#exit
    
    
    
  5. Create the shared IPv6 interface.
  6. host1(config)#interface ipv6 si0 
    
    
    
  7. Associate the shared IPv6 interface with the layer 2 interface by the following method:
  8. host1(config-if)#ipv6 share-interface atm 5/3.101 
    
    
    
  9. To fully configure the shared interface, assign an address (or make the interface unnumbered).
  10. host1(config-if)#ipv6 address 1::1/64
    

interface ipv6

ipv6 share-interface


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]