Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have researched in the forums here and I cannot find the answer. Probably my lack of being able to use the search function correctly.Problem:I need to nat my email server to the outside so it will receive email and allow web interface.Inside netwo...
I had a configuration example that I lost on how to power up and power down ports at specific times of day. I have misplaced it and wondered if anyone could share one to get me going again. Example: I have a PoE telephones connected to ports GigabitE...
I want to restrict the amount of bandwidth that is being consumed by our backup between two servers. We have a server that is connected to switch A that is at 10.1.1.1 that is going accross our network to 10.2.1.1. How do I put something in our rou...
I want to know if anyone has configured a Cisco Wireless Lan Controller (4400 and 5500 series) with to data ports for failover? I think the primary and secondary ethernet connections should be configured as trunks. I cannot find anything on CCO abo...
I am new here and looking for a configuration example to help me prioritize specific IP addreses from a subnet to two or three specific internal ip addresses. If anyone has a link or an example they would be willing to share I would greatly apprecia...
Jouni, Thank you for your help. A couple things.1.) Thank you for the link. This an excellent document and I will use it.2.) I do have an outside interface and the the email server is the only thing that I will be natting for now to the ou...
Here's what I came up with. See any problems?3750G# config t 3750G(config)# ip access-list extended TO_BACKUP_SERVER3750G(config-ext-nacl)# permit ip host 10.1.1.1 host 10.2.1.1.3750G(config-ext-nacl)# exit3750G(config)# class-map tcp3750G(config-cm...