12-08-2014 02:47 PM - edited 03-07-2019 09:49 PM
Hi
May be a simple question, just wanted to know if I am on the right lines. I need to configure a p2p link with a /30 mask between a cisco 3750 switch and a asa 5510. Then another p2p link between 2 firewalls with a /30 mask. How best is this done.
Thanks
Solved! Go to Solution.
12-08-2014 02:54 PM
On the switch side, you could either have your firewall on a vlan or a routed port. You would address them appropriately and do the same thing on the p2p link between the other firewalls.
On the switch, you would do something like:
int vlan 10
ip address 10.10.10.1 255.255.255.252
OR
int g0/1
no switchport
ip address 10.10.10.1 255.255.255.252
The lan interface on the ASA would be configured for 10.10.10.2/30.
HTH,
John
12-08-2014 02:54 PM
On the switch side, you could either have your firewall on a vlan or a routed port. You would address them appropriately and do the same thing on the p2p link between the other firewalls.
On the switch, you would do something like:
int vlan 10
ip address 10.10.10.1 255.255.255.252
OR
int g0/1
no switchport
ip address 10.10.10.1 255.255.255.252
The lan interface on the ASA would be configured for 10.10.10.2/30.
HTH,
John
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide