The example in Figure 20 shows how you can use static subscriber interfaces to direct traffic toward special local content on the network, based on the traffic’s destination address. In this application, a local VoIP service is on network 10.11.0.0./16, and a local gaming service is on network 10.12.0.0/16.
Figure 20: Subscriber Interfaces Using a Destination Address to Demultiplex Traffic

To configure the static subscriber interfaces shown in Figure 20, perform the following steps:
- host1(config)#interface fastEthernet 3/1
- host1(config-if)#ip address 10.1.1.1 255.0.0.0
- host1(config-if)#ip demux-type da-prefix
- host1(config-if)#exit
- host1(config)#interface ip ip1
- host1(config-if)#ip unnumbered loopback 0
- host1(config-if)#ip destination-prefix 10.11.0.0
255.255.0.0
- host1(config-if)#exit
- host1(config)#interface ip ip2
- host1(config-if)#ip share-interface fastEthernet
3/1
- host1(config-if)#ip unnumbered loopback 0
- host1(config-if)#ip destination-prefix 10.12.0.0
255.255.0.0