Cisco WAN :: CCU 3745 To Connect IBM Mainframes Into Single Gateway Scenario

Mar 27, 2012

My topologie is to connect IBM Mainframes into a Single Gateway Scenario. All the configurations in the machines are correct, and during a feel period of elapsed time we had the mainframe XCA/line/PU Station (Side DLSW) and the PU from CCU 3745 line (Single Gateway Side) both into ACTIVE state. The problem occured when we tried to INACT and ACT the mainframe VTAM lines; The lines, after this restart operation stayed in PCTD1 all the time. Searching the problem into DLSW's Border Router definitions, we observe that there are two Routers Serial Interfaces defineds with the same SDLC VMAC address (4000.3745.0000). Executing the DEBUG DLSW command was verified that there are the following messages:
 
00:39:07: CSM: delete group cache for 4000:3745:1, group 0
00:39:07: CSM: delete group cache for 4000:3745:1, group 0
00:39:07: DLSw: START-FSM (2147483685): event:DLC-CloseStn.Cnf state:CLOSE_PEND
00:39:07: DLSw: 2147483685 to dead queue

My question is, the ocurrence of these two delete group cache for the same Mac Address 4000.3745.1, group 0, means the mistake into maintain defined two Serials Interfaces with the same SDLC VMAC Address ?
 
The messages dispalynd  the CONNECTED state never appears and iI think mus be something like that sample:
 
%DLSWC-3-RECVSSP: SSP OP = 8( CONQ ) from peer 10.17.2.198(2065)
DLSw: START-FSM (488636): event:WAN-CONQ state:CKT_ESTABLISHED
DLSw: core: dlsw_action_i()
DISP Sent : CLSI Msg : CONNECT.Req dlen: 16
[Code]...

View 1 Replies


ADVERTISEMENT

Use Multiple Gateway In Single Network Adapter?

Mar 5, 2011

I have 2 gateway over my network provider to connect to internet.like Gateway1="1.1.1.2" and Gateway2 = "1.1.1.3".but i have only one network adapter with one wire.now i want program to create "Virtual Network adapter" assigned to my real network adapter to set secondary Gateway to it, and use it by "ForceBindip".

View 3 Replies View Related

Cisco Switches :: 300 Inter VLAN Routing With Single Internet Gateway

Mar 31, 2012

I have six Cisco 300 Series switches in Layer 2 mode.  They are all connected using ports in Trunk mode.  These Trunks are tagged members of all VLANS.
 
I have one 300 series in layer 3 mode with IP address assigned to each VLAN.I would like to use one Internet gateway for multiple VLANS.  This gateway has numerous IP ports that forward to internal ip addresses on various machines.
 
All i9nternal clients use their respective VLAN IP as their default gateway.The Layer 3 switch is connected to one of the Layer 2's using a Trunk that is a tagged member of all of the VLANS.
 
I understand how traffic routes from a client to its respective VLAN gateway.  Where I am confused is how it routes from there to the Internet gateway? Internet gateway is 192.168.1.1.VLAN IP's are 192.168.2.1, 192.168.3.1, etc...
 
Should the Internet Gateway be patched into the Layer 3 switch or one of the Layer 2's using a separate "Internet" VLAN?

View 5 Replies View Related

Cisco Routers :: RV016 Gateway To Gateway RV082 Won't Connect

Mar 9, 2012

New hardware here, requesting a bit of your knowledge, We are tryingin to setup a simple gateway to gateway  VPN
 
HomeA Has an RV016 with a public static IP
Local Group Security Gateway type is IP Only with the IP
Local Security Group Type is Subnet, with the local IP class 192.160.0.0
Remote Security Gateway Type: Dynamic + Email
Email address  some@emailaddress.com
Remote Security Group Type: Subnet
IP Address 192.168.1.0
IPSec Setup as default with nice password.
 
HomeB has an RV082 with a dynamic ADSL link
Local Group Security Gateway type is DynamicIP +Email
Email address  some@emailaddress.com
Local Security Group Type is Subnet, with the local IP class 192.160.1.0
Remote Security Gateway Type: IP Only
Remote Security Group Type: Subnet
IP Address 192.168.0.0
IPSec Setup as default with nice password.
 
The idea is for HomeB which has a dynamic IP, to reach HomeA, which has a static IP and connect. But they just wont. I have not clue what's wrong, I followed the instructions, maybe i miss interpreted something. I could share the VPN logs for both., Im getting a lot of errors there.

View 2 Replies View Related

Cisco Firewall :: 5540 PIM Multicast Routing In ASA Scenario

Jun 19, 2011

We have an ASA-5540 (8.4(1))  The inside interface faces a few multicast receivers. The outside interface faces the multicast source.All of the ASA multicast documents I've download describe very simple network designs, such as a single segment on the ASA inside.Our PC hosts that will be multicast receivers are a couple router hops away from the ASA inside interface. I'm not sure what the best way is to configure multicast on the ASA.Should I configure the ASA with PIM routing and a static RP address (plus the ACL to allow the multicast source traffic in) since the receiver hosts are a couple hops away?  I think I understand the IGMP joins are for a local PIM router, so configuring as a Stub Multicast router wouldn't work? The two Cisco routers between the host and the inside ASA interface already have PIM, a static RP address, and IP PIM Spare-Mode configured.

View 1 Replies View Related

Cisco Firewall :: ASA 5520 Subinterfaces Design Scenario

Mar 31, 2011

I currently have an ASA 5520 in production without using subinterfaces. I have connected an interface on the ASA to a 4507, the 4507 contains SVIwhich perform the routing for our internal network. I have another ASA 5520 and I am playing around with a few new design scenarios. The problem I am currently having is with SubInterfaces on the inside of the network. I understand the subinterfaces on the outside network, I am using subinterfaces on the outside for dual homing ISPs.
 
I don't understand the multiple subinterfaces on the inside, for some reason I can't wrap my mind around using them. I have created a few and trunked a port from my 3560X to the ASA interface. Here is my design.

ASA 5520 Config(I realize that this isn't how it would look in CLI, I just don't remember all of the commands)
interface Gi 0/1
nameif Physical Interface
no ip address
 
interface Gi 0/1.10
nameif Prod_USERS
ip address 172.16.10.1 255.255.255.0
security-level 100
 
interface Gi 0/1.20
nameif Users
ip address 10.10.16.1 255.255.255.0
security-level 100
 
Alright so in this scenario I would have a trunk port from my 3560X connected to interface Gi 0/1 on the ASA. On the 3560X I would created the two VLANs (vlan 10 and vlan 20); I also created an SVI on the 3560X as follows.
 
3560X config
interface VLAN 10
description PROD_USERS
ip address 172.16.10.2 255.255.255.0
no shut
 
interface VLAN 20
description USER-NET
ip address 10.10.16.2 255.255.255.0
no shut
 
Now I create a default route on the 3560X as follows, "ip route 0.0.0.0 0.0.0.0 172.16.10.1". By doing this, I can only route my 172.16.10.0 network out to the internet, not the 10.10.16.0 network? I have to remove the default route above and add ip route 0.0.0.0 0.0.0.0 10.10.16.0 for clients on that network to browse out to the web.
 
So I am obviously missing something crucial here and I just can't wrap my head around this design scenerio for some reason. the topology necessary for this configuration to function correctly and how I can get both of my VLANs to function properly. I would like for the 3560X to route traffic internally until traffic needs to browse into the DMZ or out to the web, and at such time it should then use the firewall.

View 5 Replies View Related

Cisco Switching/Routing :: 2960 / 3750 - Best Configuration For This Scenario

Jul 26, 2012

I'm fairly new at trying to create isolated network segments on Cisco switches. What I'm trying to do is have multiple isolated paths that originate from my v Sphere infrastructure travel through a layer 2 link, v LAN, up to a MLS, and ultimately out to to the internet through a firewall. Each sub net might ultimately have a number of hosts on it, but I don't think the make up of those hosts will matter here.
 
My initial thought was creating v LAN tagged port groups on v Switches on my v Sphere infrastructure. Physical connections will go from my ESXi hosts to the 2900 series Cisco switch connected to trunk ports. Both v LANs would be configured on the switch but not assigned to physical ports. The physical connection to the 3750 would also be a trunk port connection from the 2960. The 3750 would have SVI's created that are attached to VRFs that would control route traffic. This might be totally wrong but from what i've read it seems to be going down the correct path I think.
 
Two part question, is this the best way to go about designing this network? If so I seem to be really struggling with the SVI/VRF part. Every time I create an SVI all of my hosts on the 10.10.10.x network can ping them, regardless of which v LAN they're on.
I just cannot seem to isolate the 172 network.

View 3 Replies View Related

Cisco Switching/Routing :: Routing Traffic In ASA5520 Failover Scenario

Apr 2, 2012

We're in the process of swapping in a new pair of ASA5520s and Catalyst 3750s to support two separate business units. We want Firewall A and Switch A to handle traffic for Org A (VLAN 100). Similarly, firewall B and Switch B should handle traffic for Org B (VLAN200). But we want to be able to fail traffic over in case of firewall or switch failure. Traffic between the two Orgs is being routed at the switch level. [code]

The uplink interface on each switch is currently a routed port with a static address on the uplink subnet.  This works fine in a normal state.  However, when we fail over one of the firewall contexts to the other chassis, this results in the inability to route internal traffic because the internal interface is now physically connected to a different switch with a different IP port address (obvious in hindsight).  The question is, rather than a routed port, what would be the proper way to handle traffic between the switches and firewalls in a failover scenario? If I make the uplink ports into trunks, won't this cause all packets destined for either firewall to hit both both?  Seems like that's not the way to go either? [code]

View 0 Replies View Related

Cisco Switching/Routing :: Switching Redundancy For ESXi VMHosts Scenario

May 12, 2013

I have the following devices :
 
-1 VM Host
-2 Layer 3 switches
 
I would like to provide full redundancy for all vlans being used by VM Guests on the VM Host as well as the management vlan being used by the VM Host.I have created two LACP etherchannel connections on the VM Host. Each etherchannel from the host consists of  4 ports spanning a single NIC. One etherchannel connection goes to a trunked etherchannel connection on switch 1, and the other etherchannel connection goes to a trunked etherchannel connection on switch 2.Switch 1 and switch 2 have an etherchannel connection between them that carries all of the vlans in the topology.Vlan 2 is the managment vlan. Vlans 3, 4, and 5 are vlans that VM guest systems will be using for normal data traffic.
 
I intend to use switch 1 as the VRRP active router and spanning-tree root bridge for vlans 2 and 3.I intend to use switch 2 as the VRRP active router and spanning-tree root bridge for vlans 4 and 5.The spanning-tree configuration is using multiple spanning-tree with two instances. Instance 1 has vlans 2 and 3 associated and Instance 2 has vlans 4 and 5 associated. I would like to have this topology be fault tolerant to the point where if one of the etherchannel links between the host and one of the switches goes down, (for example, if switch 1 was powered off) traffic will be automatically redirected through the other functional link. I believe that my VRRP configuration would allow for a fairly quick failover of layer 3 services, but I am not certain that my design will be functional at a layer 2 level.
 
What I am uncertain about is how spanning-tree will converge. I am assuming that the virtual switch on the VM host will not be forwarding any BPDUs being sent by either switch. Would either of the links connecting to the host be considered a redundant link by either switch?Would the link between switch 2 and the host be inactive for all vlans in MST instance 1 during normal operation?Conversely, would the link between switch 1 and the host be inactive for all vlans in MST instance 2 during normal operation? Would all links remain active for ALL vlans? Would this mean that some traffic may travel through switch 2 to reach switch 1 instead of going directly to switch 1?

View 1 Replies View Related

Connect 2 Network In Single PC

Sep 22, 2011

i have two LAN 1:=IP10.44.0.76 subnet:255.255.255.0 & gateway: 10.44.0.1 ; 2:=IP DHCP,i want to do work both network. how can its possible.

View 3 Replies View Related

Cannot Connect To A Single Website

Apr 24, 2012

I heard about this little indy game called "Kerbal Space Program" and tried out the demo and loved it.I decided to shoot 'em $15 to support their efforts; this also gets me the "full" or I should say "most current" version.After getting the confirmation emails from paypal, I'm off to their webpage to download...now remember, I'd been on their website all day."Problem loading page", and "Connection timed out!" etc etc.I tried my usual troubleshooting methods of pings, tracerts, and direct IP address connecting, all with the same results.I then went to online chat with my ISP, Comcast.The tech told me with basic things I knew wouldn't work, but I humored him...Then he decided he'd try a few "remote connection resets"...on the second time my connection crapped out completely. After restarting my PC and doing a complete cycle of both my router and cable modem, I got back "online"...but not really. Any address I put in auto-sent me to the "Comcast sign-up page"...well I got this resolved after 2 hours on the phone with Comcast, but I'm still disturbed that whatever that technician did while I was in support chat with him effectively DELETED my internet service (I looked at my account from my cell phone and it had NO SERVICES listed at one point!). [code]

View 4 Replies View Related

Can't Connect To A Single Website

Mar 29, 2013

For the past few days now, I haven't been able to connect to a single website. The website in question is [URL] I've tried everything that I can think of, but nothing is working.

I've tried multiple browsers (Chrome, Firefox, and IE), I've checked my host file and I've flushed my dns, restarted router and computer, and renewed/released the ipconfig. I can ping the website in CMD and all the packets go through fine, but attempting to connect via domain name or IP address with a browser does not work. Using a proxy also does not work. Connecting to my neighbors wifi does work.

Sometimes If I let it sit there and load for a long time, it will connect but only partially load the page. I'm also able to connect to the websites chat network and stay connected even while the rest of the site will not load.

I'm guessing it has something to do with my router. I have a westell router/modem which I'm pretty sure the firmware has been gimped by my ISP, Century Link.

View 2 Replies View Related

Wireless :: Connect To Wifi Using A Single Pc?

Feb 12, 2011

i have a wifi laptop. Is it possible with a router to connect to my bb wirelessly without using a host pc?

View 3 Replies View Related

How To Connect To 5 Pc With Single Internet Modem

Aug 31, 2012

how to connect 5 pc with single 3g modem i have router & switch

View 2 Replies View Related

How To Connect Two Modems As Single Connection

Feb 19, 2012

I have two usb modem A and modem B. modem A could download at max of 300kbps while B could download at max of 700kbps. Since I am a frequent internet user, Im planning to use this two modem simultaneously so that I could have a max speed of 500+300=800+kbps. But I dont know if this would work. The problem with usb modem is that, when you connect the modem A in the internet while modem B is currently running, Modem B is being disregarded right? I was thinking of, say while im browsing and downloading, modem A would be use for browsing and modem B is for downloading. Or them may either share each connection for better performance.

View 1 Replies View Related

Connect More Than One Switches In Single Network?

Jan 17, 2013

i have configured my network like below:

I have three lan ports in my server the IP is:

(1) IP: 10.10.10.2 SUBNET: 255.255.255.224
(2) IP: 10.10.10.34 SUBNET: 255.255.255.224
(3) IP: 10.10.10.69 SUBNET: 255.255.255.224

I have given IP as mentioned below to 1 to 30 pc connected in First Switch.

IP Starts From : 10.10.10.5 To IP : 10.10.10.30
Subnet Mask: 255.255.255.224
Gateway: 10.10.10.2

For 31 to 50 Pc in Second Switch

IP Starts From : 10.10.10.40 To IP : 10.10.10.65
Subnet Mask: 255.255.255.224
Gateway: 10.10.10.34

IP Starts From : 10.10.10.74 To IP : 10.10.10.85
Subnet Mask: 255.255.255.224
Gateway: 10.10.10.69

Pc are connected internally in separate switch. but can not connect all three switches & with server. Only Gateway 10.10.10.69 is connected with server.

View 4 Replies View Related

Connect The Different Static Ip Address In Single Pc?

Jan 24, 2012

how to connect a different ip addressing single system in different place. but we cann't change the ip address in manually

View 1 Replies View Related

Laptop Doesn't Connect To A Single Site

Apr 26, 2012

Everyone else sharing the same wifi connection as me has been having normal connection as always. My laptop does not connect to a single site because it always times out. If it does connect to a site, it takes like 10 mins. I got an alienware laptop.

View 3 Replies View Related

Connect Dongle And Wireless Router To A Single Pc?

Sep 23, 2012

i want to connect my dongle and wifi router into as one in my laptop.

View 3 Replies View Related

Connect Wireless Dongle And Router To Single PC?

Apr 14, 2012

I have a laptop in my Office that connects to the internet via a USB dongle. The USB dongle is my only access to the WWW. (as there is no cable in the area) I want to add a wireless LAN to the laptop using wired connection to a wireless ADSL Router in the adjacent building. (there is no ADSL available. Just want the Router for it's HUB capabilities)I have connected the LAN port on the laptop to one of the LAN ports on the ADSL Router via a cable.My plan was to then create a LAN in the adjacent building by adding wireless and wired devices (PCs, ipCameras etc...) to the ADSL Router.When I attempt to setup the ADSL Router, the laptop sees the Wireless Router as conflicting with the wireless attributes of the USB dongle!

View 3 Replies View Related

Linksys WRT160N Single Computer Won't Connect To Internet

May 28, 2012

I have recently changed the name of my network, as well as the password for the network.All of my devices (Android tablet, iPod touch, Macbook Pro, Laptop running XP, Xbox) are connecting fine except one desktop running Windows Vista.This computer is giving my a local connection, but says it is not connected to the internet.When I try to access the router's control panel from this computer, it says that it cannot connect.The router is a Linksys WRT160N with the encryption type set to WPA2 Personal.The computer is connected to the local area network, but says the router is not connected to the internet.It is able to ping the router, and is sending and receiving packets.Here are all the network settings for this computer, currently (connected to the computer via Ethernet from wireless router): [code]

View 3 Replies View Related

Cisco Firewall :: ASA 5505 - Connect Single Internal Network To Internet?

Aug 23, 2012

I have configured an ASA 5505 to connect a single internal network to internet, it is not working. I have attached the config

View 9 Replies View Related

Linksys Wireless Router :: E4200 - Use Hub To Connect NAS And Printer To Single USB Port?

Dec 28, 2011

E4200 -

Can I use a USB hub to connect NAS ~and~ a USB printer to the single USB port?

View 3 Replies View Related

Cisco WAN :: How To Run GetVPN On 3745

Jun 6, 2011

I need to connect site to MPLS provider and run Cisco GETVPN.Problem:I have been browsing Cisco Feature Navigator Tool and to my surprise when I enter "platform:3745" I can't find an image compatible with GET VPN. there is no workaround (image) I can run GET VPN on 3745? I need IP routing (BGP, OSPF) as well.

View 1 Replies View Related

Cisco WAN :: 3745 IOS 15.2 Changed Commands

Jan 22, 2012

we've got a pair of old 3745's that are getting upgraded to new  2911's, and I'm trying to run IOS 15.2 on the new routers to get them most current before going into test and production use.The routers are doing BGP, IPv4, and HSRP, and I'm trying to put one in  at a time as to not have to big bang everything at once.  I'm putting  the one that matters least in first, and basically using the same config  as the old one, which was running IOS 11.
 
I was using "no ip mroute-cache" on ethernet interfaces, and it says  that command is deprecated and I should use the MFIB commands instead.  Darn if I know what that means, I believe it was set up so the ethernet  interfaces had IP multicast fast switching disabled, which was set up by  our vendor 10 years ago so I'm not sure if it matters. It would seem  logical to me this would have an impact on HSRP and speed of failover.   Does this matter, and if so how in the world do I do this with IOS 15.2?The second one is the use of "no fair-queue" on our serial connection  for a T1.  This command isn't there either, and I'm not sure if I even  need to bother on this. It was set up on the old router on a T1 Frame  Relay circuit.

View 2 Replies View Related

Cisco WAN :: What Is Best Router To Be Replaced 3745 EOL

Jan 15, 2012

There is no special requirements, just need new hardware with some reserve availability. As for now it's 3745 EOL and I assume to use 3945.

View 4 Replies View Related

Cisco WAN :: Routing With 3640 And 3745 Via WIC-2T

Feb 8, 2012

I have two routers I am trying to connect via the WIC-2T port. I can ping from router to router, but not from my PC (192.168.2.122) to the 3745 (10.0.1.3)..

3640:
Current configuration : 1846 bytes
!
version 12.2

[Code].....

View 15 Replies View Related

Cisco WAN :: GRE Over IPSEC On 3745 With VPN Module CPU

Jun 19, 2012

i just configured GRE over IPSEC on my Cisco 3745 router with VPN module installed. As soon i hit 25Mbps traffic, my CPU is touching 80%.
 
What maximum Traffic 3745 with GRE over IPSEC it can support?
 
Also show process CPU sorted dont show any evidence of which process eating it up.
  
sh processes cpu sorted
CPU utilization for five seconds: 75%/75%; one minute: 77%; five minutes: 78%
PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process

[Code].....

View 3 Replies View Related

Cisco :: Upgrading 3745 To A 3945 Device?

Mar 29, 2012

I have to replace the 3745 which is our edge router (running (C3745-ADVIPSERVICESK9-M), Version 12.4(23), RELEASE SOFTWARE (fc1)) with (I think) a 3900 (drawing from memory, I haven't actually seen the device yet).In an ideal world, I SHOULD be able to just set term length to "0", do a show run, copy that off to a text file, and then paste it into the new one...

View 19 Replies View Related

Cisco WAN :: How Many NM-32A Or NM-16A Module Can Be Installed On 3745 And 3640

Jul 19, 2011

how many NM-32A or NM-16A module can be installed on 3745 and 3640 routers?

View 1 Replies View Related

Cisco WAN :: 3745 / Migrating Configuration To New Router With Different IOS?

Sep 28, 2011

One of my clients has an older 3745 running IOS 12.3 and we are looking at replacing it with a new 3945 that runs IOS 15.0. This router is also configured with CME. Is it possible to migrate the current 12.3 config to load on the new 15.0 IOS? This will be my first encounter with 15.0 so I don't know what I am up against at this time. I am just hoping I don't have to retype all the ephone config, dial-peers, etc

View 2 Replies View Related

Cisco WAN :: 3745 - Upload IOS Using X Modem Or Tftpdnld

Aug 14, 2010

Our 3745 router goes into Rommon  mode . I am trying to upload the ios using x modem & tftpdnld , but it giving error " monitor: command 'copy not found" for x modem & " monitor: command"tftpdnld" not found" for tftpdnld.

View 3 Replies View Related

Cisco WAN :: 3745 - Difference Between PA-POS-2OC3 And NM-1A-OC3SMI

Apr 18, 2012

i have Cisco 7200 VXR in which OC3 circuit is terminated. Module installed in VXR is PA-POS-2OC3 Now i have to move this connection to 3745 Router.

What i need to know which card is required to connect OC3 in cisco 3745, as per online search this module NM-1A-OC3SMI will work, but i am confused with term ATM OC3 module, so is this the right card to connect same OC3 circit on 3745?

View 20 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved