Job Description
This is a great opportunity to join a winning team. CGI offers a competitive compensation package with opportunities for growth and professional development. Benefits for full-time, permanent members start on the first day of employment and include a paid time-off program and profit participation and stock purchase plans. We wish to thank all applicants for their interest and effort in applying for this position, however, only candidates selected for interviews will be contacted. No unsolicited agency referrals please.
Job Title: Senior Network Administrator L2
Position: Senior Systems Engineer
Experience: 5 to 6 years
Category: IT Infrastructure
Main location: Bangalore, ChennaiEmployment Type: Full Time
Qualification: Bachelor's degree in Computer Science or related field or higher
Job Description:
5 years relevant technical experience in Network support / operations
Must to have very good knowledge on routing switching
Deep knowledge of routing protocols (OSPF.EIGRP,BGP). .
Minimum 4+ relevant experience F5 & Citrix Load balancer
Minimum 3+ relevant experience Cisco Nexus platform
Good Knowledge of L2, L3 Protocols for IP Networks e.g. DHCP, DNS, VLAN, PPP, ICMP, ARP, NAT, QoS etc.
Troubleshooting Knowledge on VLAN/VTP/ STP/ Port channel/HSRP/VRRP/GLBP/ VSS & VPC
Routing protocols : EIGRP/OSPF & BGP
Troubleshooting Knowledge on Wireless Controller
Troubleshooting Knowledge on Cisco iWAN, WAAS & VPN Tunnels
Knowledge on WAN
Appliance - Troubleshooting Knowledge on ISE, Cisco ACS & Cisco Prime.
IPAM- Knowledge on DHCP server & Infoblox
Knowledge on Cloud technology
Good in Tolls : Solar winds /HPNA / Whatsapgold
Should be customer centric.
Providing a positive image of the company through your role being a point of contact with onshore team/customer.
Must proactively help junior team members in resolving issues while being open to share their knowledge.
To ensure that all is work carried out in accordance with ITIL Incident Management guidelines
Should be able to follow the ticketing process according to the change request phases that are defined.
Add value to your team environment by being enthusiastic and maintaining a Positive attitude.
To achieve all team and personal performance goals as defined by the company
Ensure tickets assigned to the queue are accepted and worked on time
Network Engineer is responsible for implementing, maintaining, supporting, Data networks .Network Designing experiences will be an add on.
Well versed P1/P2 escalation handling & Provide Quick resolution during Major Issues.
Provide incident response & resolution as part of the 24x7 Network Operations Center
Responsible for handling the Entire Network of a major Client.
Provide technical leadership within a highly technical team
Responsible to translate client requirements in to detailed actions for execution
Required to follow detailed change management and incident management processes
Communicate with other technical teams regarding Firewall/Routing/Switching operations
Work in a fast paced operations environment & Troubleshooting DC environment incidents
Responsible for the daily performance and availability of the network security infrastructure. Analyzes network and recommends upgrades/changes; assesses organization's current and future network needs
Responsible for Network Evaluation & Proposals
Certification :CCNP preferableYour future duties and responsibilitiesRequired qualifications to be successful in this roleTogether, as owners, lets turn meaningful insights into action.Life at CGI is rooted in ownership, teamwork, respect and belonging. Here, youll reach your full potential becauseYou are invited to be an owner from day 1 as we work together to bring our Dream to life. Thats why we call ourselves CGI Partners rather than employees. We benefit from our collective success and actively shape our companys strategy and direction.Your work creates value. Youll develop innovative solutions and build relationships with teammates and clients while accessing global capabilities to scale your ideas, embrace new opportunities, and benefit from expansive industry and technology expertise.Youll shape your career by joining a company built to grow and last. Youll be supported by leaders who care about your health and well-being and provide you with opportunities to deepen your skills and broaden your horizons.Come join our teamone of the largest IT and business consulting services firms in the world.
Skills:- Network Administration
- Routing/Routers
- Cisco
- Network Engineering
- Network Operations Control
What you can expect from us:Together, as owners, lets turn meaningful insights into action.Life at CGI is rooted in ownership, teamwork, respect and belonging. Here, youll reach your full potential becauseYou are invited to be an owner from day 1 as we work together to bring our Dream to life. Thats why we call ourselves CGI Partners rather than employees. We benefit from our collective success and actively shape our companys strategy and direction.Your work creates value. Youll develop innovative solutions and build relationships with teammates and clients while accessing global capabilities to scale your ideas, embrace new opportunities, and benefit from expansive industry and technology expertise.Youll shape your career by joining a company built to grow and last. Youll be supported by leaders who care about your health and well-being and provide you with opportunities to deepen your skills and broaden your horizons. Come join our teamone of the largest IT and business consulting services firms in the world.
Have you been referred by a CGI Member for this position?*YesNo function validateradio() { control = document.getElementById('form1').chkAppRef; for (var x = 0; x
CGI members email (@cgi.com)*
var Inp_Cand_Referral_Emailvalidation = new LiveValidation('Inp_Cand_Referral_Email', { validMessage: false, onlyOnBlur: true }, 'pane_ReferralName'); Inp_Cand_Referral_Emailvalidation.add(Validate.Presence, { failureMessage: "This is a required field." }); Inp_Cand_Referral_Emailvalidation.add(Validate.Email, { failureMessage: "Please enter a valid CGI email" }); Inp_Cand_Referral_Emailvalidation.add(Validate.Custom, { against: checkreferralemailexist, failureMessage: "Please enter a valid CGI email" }); function checkreferralemailexist() { var f = document.getElementById('form1'); var sFormReferral_Email = f.Inp_Cand_Referral_Email.value.toLowerCase(); //convert to lower case for searching var nPos = 0; nPos = sFormReferral_Email.indexOf('@'); if (nPos > 0) { if ((sFormReferral_Email.indexOf('cgi.com', nPos + 1) != -1) || (sFormReferral_Email.indexOf('stanleyassociates.com', nPos + 1) != -1) || (sFormReferral_Email.indexOf('cgifederal.com', nPos + 1) != -1)) { if (CheckContactExist(f, f.Inp_Cand_Referral_Email.value, 1) == 1) { //get first + last name of referral if it exists var sRef = CheckContactExist(f, f.Inp_Cand_Referral_Email.value, 3); var aRef = sRef.split("~!~") //document.getElementById('Inp_Cand_Referral_FirstName').value = unescape(aRef[0]); //document.getElementById('Inp_Cand_Referral_LastName').value = unescape(aRef[1]); document.getElementById('Inp_Cand_Referral_FirstName').value = aRef[0]; document.getElementById('Inp_Cand_Referral_LastName').value = aRef[1]; return true; } } else { document.getElementById('Inp_Cand_Referral_FirstName').value = ""; document.getElementById('Inp_Cand_Referral_LastName').value = ""; } } }
I agree to allow CGI to contact the CGI member who referred me to obtain additional information about my application and to confirm my referral. * var IsRefNoConflictvalidation = new LiveValidation('IsRefNoConflict', { validMessage: false, insertAfterWhatNode: "IsRefNoConflict_label" }, 'pane_ReferralName'); IsRefNoConflictvalidation.add(Validate.Acceptance, { failureMessage: "To proceed as a referred candidate, you must agree to provide this authorization. If you do not agree, please indicate above that you have not been referred and click "Apply Now."" }); * This field is required.
Job Classification
Industry: Software Product
Functional Area / Department: Engineering - Hardware & Networks
Role Category: IT Network
Role: Network Manager / Administrator
Employement Type: Full time
Contact Details:
Company: CGI
Location(s): Bengaluru
Keyskills:
Network Administration
NAT
PPP
QoS
DNS
VLAN
Troubleshooting
DHCP
ICMP
ARP