Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by Metahugh on January 28, 2008, 10:44 am
Please log in for more thread options I have a basic question regarding configuring a Cisco router. It's an 1841. Internet access is an MPLS T1. Currently we have one static IP address assigned to the internet facing FastEthernet interface and I will be getting another 4 static IPs. I have a firewall behind this router. I will be getting a Bomgar device for remote control functions which will require an IP address and I have a monitoring box which will also need an IP. Am I correct in assuming that on my 1841 I would just create a static route for each new external IP routing the traffic to the new devices and then assign the actual IP to the end device? Would any of these IPs need to be assigned to the Cisco router? On a more generic question, how many ip addresses can you assign to one physical interface? Thanks, Hugh | |||||||||||||
|
Posted by Johann Lo on February 8, 2008, 8:07 am
Please log in for more thread options course), though if there are no other L3 devices in the way it you may be able to get away with no extra routes on that WAN router if the subnet ends up directly connected, remember to configure routes appropriately on any routers in between + don't forget firewall rules and routes. b.) two answers subinterfaces - you can create subinterfaces (can't remember how many, but its lots) and each can have different IP. Remember to configure trunking on the switch facing it and create VLANs as appropriate. Your subinterfaces will also need the correct trunking configs. e.g. if your switch has VLAN10, VLAN20 and you configure a trunk going to the router interface, the router interface config would be interface Fa0/0 no ip address interface Fa0/0.10 ip address x.x.x.x x.x.x.x encapsulation dot1q 10 interface Fa0/0.20 ip address y.y.y.y. y.y.y.y encapsulation dot1q 20 (repeat etc.) physical interface - You can assign a secondary IP but it has to be in a separate subnet. This is a legacy feature for the days before VLANs and everybody used hubs, so you could have separate networks behind a single LAN interface without using VLANs. Metahugh wrote: | |||||||||||||
| Similar Threads | Posted |
| IP Address Assignment Question | January 28, 2008, 10:44 am |
| IP Address Block Assignment | February 1, 2006, 10:14 am |
| MAC address question | November 25, 2006, 5:36 pm |
| IP Address Allocation Question | May 27, 2006, 10:30 am |
| PEER ADDRESS | March 29, 2005, 10:42 pm |
| IP address overlapping ? | August 14, 2005, 9:27 pm |
| assigning an IP address | May 30, 2006, 9:48 am |
| MAC ADdress sticky-help please! | November 16, 2006, 2:52 am |
| MAC address validity | January 16, 2007, 4:57 am |
| what is unicast address | July 23, 2007, 10:04 pm |
| rejecting an IP address from IPCP | April 25, 2005, 5:47 pm |
| Cisco PIX... address transform... | February 16, 2006, 3:49 pm |
| Gateway Address of 10.1.1.255 Valid? | July 25, 2006, 4:23 pm |
| IP Address Alocation for each country. | August 23, 2006, 10:37 am |
| ip dhcp excluded address ? | May 2, 2007, 4:21 pm |

IP Address Assignment Question
Yahoo!
Windows Live
del.icio.us
digg
Netscape 


>
> I have a basic question regarding configuring a Cisco router. It's an
> 1841. Internet access is an MPLS T1. Currently we have one static
> IP address assigned to the internet facing FastEthernet interface and
> I will be getting another 4 static IPs. I have a firewall behind this
> router. I will be getting a Bomgar device for remote control
> functions which will require an IP address and I have a monitoring box
> which will also need an IP.
>
> Am I correct in assuming that on my 1841 I would just create a static
> route for each new external IP routing the traffic to the new devices
> and then assign the actual IP to the end device? Would any of these
> IPs need to be assigned to the Cisco router?
>
> On a more generic question, how many ip addresses can you assign to
> one physical interface?
>
> Thanks,
>
> Hugh