[ad_1]
Context
Following are the details of the switch
cisco Nexus3500 C3548P-10GX Chassis
Intel(R) Core(TM) i3- CPU @ 2.50GHz with 16396528 kB of memory.
Processor Board ID FOC25244X6C
We have created ACL to filter/reject UDP packets
IP access list mylist
10 deny udp any any
20 permit tcp any any
Now we wish to apply this ACL on Interface.
However, the interfaces of the Switch are configured as switchport.
In order to apply ACL, we need to configure the Switch Interface as a routed port
Question
The real question is of IP Assignment.
What IP should I assign to switch interfaces Eth1/1
and Eth1/2
so that connectivity isn’t compromised when we do no switchport
?
The Servers which are connected by switch have been assigned IP as xxx.xxx.201.160
and xxx.xxx.201.105
. Both have subnet as 255.255.255.0
.
For them to stay connected, the first three octets (xxx.xxx.201
) should be same.
However, while assigning IP to switch ports, the error prompts that first three octets cannot be same for Eth1/1
and Eth1/2
.
What IP then should we assign to ports so that connectivity isn’t compromised**?**
[ad_2]
Source link