Maximize your protection, eliminate business risks.
Optimize and modernize with cloud transformation.
Empower your people to work securely from anywhere.
Let us handle IT so you can focus on growing your business.
Get multichannel 24/7/365 expert end-user support.
Protect, detect, and respond—Dataprise keeps your business secure.
Maximize uptime with with industry-leading DRaaS.
Swiftly mitigate cyber threats and restore security.
Improve efficiency, productivity and outcomes with cloud.
Ensure all mobile devices, everywhere, are secure.
Gain a competitive edge with strategic IT solutions.
This battle-tested checklist enables your team to swiftly initiate a ransomware response.
IT for businesses of all sizes, in any industry.
Empower institution growth with custom IT solutions.
Ensure your firm is always in compliance.
Improve patient care and staff morale.
Deal with pressing legal matters, not IT.
Keep up with the evolving digital landscape.
Focus on your mission by outsourcing IT.
Accelerate PE client deals and secure data.
Empower Your Municipality with Secure, Reliable IT Services
Execute initiatives and develop IT strategies.
Get the latest industry insights and trends.
Join us at events in person and online.
Hear from clients and learn more about strategic IT.
See how Dataprise can make IT your greatest asset.
Get informative technical resources from IT experts.
Stay on stop of emerging cybersecurity threats.
Discover the key areas of DR your organization needs to address to ensure downtime is minimized.
Gain a strategic asset by bringing harmony to IT.
Ensure 24/7 support and security with dedicated teams.
Drive business forward by partnering with Dataprise.
Meet our one-of-a-kind leadership team.
Discover the recognition Dataprise has earned.
Help us help businesses with strategic IT.
Grow through acquisition and partnership with Dataprise.
Embracing different perspectives and backgrounds.
Find a Dataprise location near you.
Dataprise is committed to empowering more women to consider a career in technology.
Explore our trusted partnerships with leading tech innovators.
Posts
By: Stephanie Hamrick
Table of content
Cisco has positioned the 5506x to replace their long time small office firewall, the 5505. The issue with the Cisco ASA 5506 is that it has separate ports that cannot be turned to switch ports. This means you can only setup one interface per network. This has upset many 5505 administrators; now they need at least two devices, a firewall and a switch, to replace the one firewall.
I have found one way to allow the use of multiple interfaces to the same network using EtherChannels. I will make the assumption that most people will want to do this for the inside interface.
Step 1) Clear the current inside interface (no nameif inside).
interface GigabitEthernet1/2
no nameif inside
Step 2) Create a port channel:
lacp max-bundle 8
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
Step 3) Add the interfaces that you want to share in the inside network to the channel group. Note I had to use mode on; all the other modes would not come up for a workstation connected into the firewall.
channel-group 1 mode on
no nameif
no security-level
no ip address
interface GigabitEthernet1/3
interface GigabitEthernet1/4
interface GigabitEthernet1/5
interface GigabitEthernet1/6
interface GigabitEthernet1/7
interface GigabitEthernet1/8
Now you can have up to seven (7) interfaces into the same network and still leave one for the outside connection. I hope this helps anyone trying to use a Cisco ASA 5506x in place of the 5505.
Jason Howe, PEI
INSIGHTS
Subscribe to our blog to learn about the latest IT trends and technology best practices.