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.
Hi, is there are solution for following NAT task? Router A - LAN network is 10/8 (network A)Router B - LAN network is 10/8 (network B)- but when the host 10.1.1.1 from network A goes to network B via WAN it will be translated to 1.1.1.1- the host 10....
Hello, I have a special case with exactly one TCP session, which is not transported:SRC-IP A with Source Port 48408 The capture on the SPAN port shows, that the packet is delivered from the switchport to the router, but the router never receives the ...
Hello,we have build up a Port-Channel to a Checkpoint Firewall, which is running a new software, which allows this the first time.Before it was not possible.Now we have two Cisco 6500 Series Switche form where each Port-Channel was built to two Check...
Hello,we want to add a Cisco Switch 2960S to the devices, but CAM says he is unable to control that switch.The switch type Cisco WS-C2960-8TC-L is already running on the CAM.Is there a OID Update for the 2960S?Our CAM version is 4.5.1.
We have seen high CPU utilization on some Cisco switches of type 2960S. Also we got info, that applications are running with poor performance or with interuption. Is this a know problem?Following IOS is loaded: C2960s-universalk9-mz.122.55.SE
For me it looks like a communication problem between the switch and the router. The drops on the switchport are the last point to check. SWITCH-CONFIGURATION:...!interface GigabitEthernet3/21 description Router_G0/1_LAN switchport access vlan 88 swit...
Yes, thats the ACL:...ip access-list extended LANINTERFACE-IN permit tcp host A1.A2.A3.129 eq 48408 host B1.B2.B3.17 eq 48093 permit tcp host B1.B2.B3.17 eq 48093 host A1.A2.A3.129 eq 48408 permit ip any any ...And the trace is from the router-switch...