Link to home
Start Free TrialLog in
Avatar of considerscs
considerscsFlag for United States of America

asked on

Cisco 2811 Voice Router - Block Statics

I have a cisco 2811.  In FA0/0 I have my DSL modem plugged up.  The DSL modem only has one Ethernet port on it.

I am trying to pass back the static block to multiple devices.

So Device 1 has the first static and Device 2 has the second.

How can I accomplish this with one ethernet port?  Should I create sub interfaces as vlans and assign the static IP addesses to the sub interfaces?

This is what it looks like right now - Numbers changed for privacy.

interface FastEthernet0/0
 description "Link to Voice"
 ip address  10.10.10.2 255.255.255.0 secondary
 ip address 10.10.10.1 255.255.255.0
 ip nat outside
 ip virtual-reassembly
 duplex full
 speed auto
ASKER CERTIFIED SOLUTION
Avatar of surbabu140977
surbabu140977
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of considerscs

ASKER

Thanks for that.  I know how to pass vlans as sub interfaces.  My question is does ISP addresses work the same way?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial