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

Configuring Shared IP Interfaces

To share IP interfaces:

  1. Create a layer 2 interface.
    host1(config)#interface atm 5/3
    host1(config-if)#interface atm 5/3.101
  2. (Optional) Create a primary IP interface.
    host1(config-if)#ip address 10.1.1.1 255.255.255.255
    host1(config-if)#exit
  3. Create the shared IP interface.
    host1(config)#interface ip si0
  4. Associate the shared IP interface with the layer 2 interface by one of the following methods:
  5. To fully configure the shared interface, assign an address (or make the interface unnumbered).
    host1(config-if)#ip address 2.2.2.2 255.0.0.0

interface ip

ip share-interface

ip share-nexthop


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