Search My Techie Guy

Wednesday, June 15, 2016

How to manually switch virtual chassis mastership for EX series switches VC

Summary:

Manually switch virtual chassis master-ship for mixed EX4500 and EX4550

Problem or Goal: Cause: 

Command to Toggle mastership between routing engines

Solution: 

>edit

#set chassis redundancy graceful-switchover


#commit synchronize

#exit

>request chassis routing-engine master switch

References:

Graceful Routing Engine Switchover (GRES)

Problem Solved?

Yes

Monday, June 13, 2016

How to setup BGP with GREoverIPsec Juniper SRX Firewall?

Summary:

Setting up BGP between two sites connected by GRE over IPsec tunnel

Problem or Goal:

Today i was tasked with connecting two remote sites to exchange BGP routing information via GRE over IPsec tunnels.

Cause:

Solution:

References:

http://kb.juniper.net/InfoCenter/index?page=content&id=KB19372&actp=search
http://kb.juniper.net/InfoCenter/index?page=content&id=KB19371&actp=search
http://myitnotes.info/doku.php?id=en:jobs:vpn_gre_over_ipsec_1
https://overlaid.net/2014/02/01/juniper-cisco-gre-ipsec-with-ospf/



Problem Solved?

MS Outlook Error 0x800ccc0f (The Connection to the Server was Interrupted) when sending email with attachment

Summary:

Some of our customers using our SMTP server have been facing this error while try to send emails that have attachments.
Emails without any attachment would send out fine without any problem, however whenever a user would try to send an email with an attachment, it would stay in the outbox trying and would eventually pop this error:

"Error 0x800ccc0f (The Connection to the Server was Interrupted)"

Problem or Goal:

The confusing part is that it works fine on the office LAN but fails on the 4G network.
works fine on other SMPT servers on the 4G network but only one specific SMTP was failing to upload files.

Cause:

Upload is more senstive to network statability than download, an upload is more likely to fail in a network with losses that a download.

Solution:

I ran two seperate traceroutes off the office LAN and 4G networks and indeed the traffic was taking a different PATH towards the last 3 hops to the SMTP server.

I also ran a test PING to the SMTP server on the different networks 4G and office LAN.
Office LAN was without losses yet 4G had losses towards the SMTP server.
I tested another PING to another SMTP server on 4G and it was lossless which points me to an issue on the PATH to my SMTP server.

The ping would reply for about 1 minute and then timeout for another minute, this makes the upload to fail because for the upload to work, there has to be connectivity for the whole time the file is trying to be uploaded.

I also ran a tracert to the SMTP server during the ping timeout and identifies a problematic hop in the last 3 hops towards the SMTP.

Next step is to engage my SMTP server hosts to sort out this network issue with their ISP.

Problem Solved?

Am still waiting for the feedback but hopefully it gets resolved.

Sunday, June 12, 2016

Troubleshooting Juniper EX Series Virtual Chassis Issues

Summary:
I have a mixture of juniper EX4500 with EX4550, today the would be backup routing engine isolated itself from the virtual chassis and was showing up as master.

Problem or Goal:


Backup routing-engine isolated itself from the VC and was showing to be master.

Cause:

Not yet sure what could have caused this.

Solution:

I powered off the would be backup routing-engine (EX4550) and powered it back on, it managed to join the VC again, but took up the master routing-engine role.

1. Resolution Guide - EX - Troubleshoot Virtual Chassis (VC)

Problem Solved?