Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,471 members, 7,816,116 topics. Date: Friday, 03 May 2024 at 05:22 AM

Need Python Programmer To Help With This - Software/Programmer Market - Nairaland

Nairaland Forum / Science/Technology / Programming / Software/Programmer Market / Need Python Programmer To Help With This (626 Views)

I Need a good Python Programmer/developer Who Can Teach Me in Ketu area / Hire The Best Developer/Programmer To Develop Your Website Now / Need A Python Programmer Online Coach (2) (3) (4)

(1) (Reply)

Need Python Programmer To Help With This by braintrust91: 10:04pm On May 29, 2018
Please contact me below email if you can handle this:

email: feeddhung@gmail.com.

Its requires python networking programing

We need to automate below task on the router

This will be run on a Juniper Router:

step 1. Run command "show chassis fpc pic-status"

> show chassis fpc pic-status
OUTPUT FROM ROUTER BELOW:
Slot 0 Online MPC5E 3D 24XGE+6XLGE
PIC 0 Online 12X10GE SFPP OTN
PIC 1 Offline 12X10GE SFPP OTN
PIC 2 Offline 3X40GE QSFPP
PIC 3 Online 3X40GE QSFPP
Slot 1 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 10x 1GE(LAN) SFP
PIC 3 Online 10x 1GE(LAN) SFP
Slot 2 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 2x 10GE XFP
PIC 3 Online 2x 10GE XFP
Slot 3 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 10x 1GE(LAN) SFP
PIC 3 Online 10x 1GE(LAN) SFP
Slot 4 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 10x 1GE(LAN) SFP
PIC 3 Online 10x 1GE(LAN) SFP
Slot 5 Online MPC5E 3D 24XGE+6XLGE
PIC 0 Online 12X10GE SFPP OTN
PIC 1 Offline 12X10GE SFPP OTN
PIC 2 Offline 3X40GE QSFPP
PIC 3 Online 3X40GE QSFPP


Step 2. Create a For loop for output above. When SLOT# and PIC# shows "Online", run step 3 command below for all fpc/pic slots, else Do nothing.


Step 3: This is the Command to run for those online. "show chassis pic fpc-slot 0 pic-slot 0"

> show chassis pic fpc-slot 0 pic-slot 0

OUTPUT FROM ROUTER BELOW:
FPC slot 0, PIC slot 0 information:
Type 12X10GE SFPP OTN
State Online
PIC version 0.0
Uptime 212 days, 11 hours, 38 minutes, 20 seconds

PIC port information:
Fiber Xcvr vendor Wave- Xcvr
Port Cable type type Xcvr vendor part number length Firmware
0 10GBASE LR SM PROLABS EX-SFP-10GE-LR-C 1310 nm 0.0
1 10GBASE LR SM PROLABS EX-SFP-10GE-LR-C 1310 nm 0.0
2 10GBASE ER SM PROLABS SFP-10GE-ZR-1590 1590 nm 0.0
3 10GBASE ER SM PROLABS SFP-10GE-ZR-1610 1610 nm 0.0
11 10GBASE LR SM PROLABS EX-SFP-10GE-LR-C 1310 nm 0.0


Will need this script run on multiple routers.
Re: Need Python Programmer To Help With This by Tribenigeria: 1:07pm On May 31, 2018
braintrust91:
Please contact me below email if you can handle this:

email: feeddhung@gmail.com.

Its requires python networking programing

We need to automate below task on the router

This will be run on a Juniper Router:

step 1. Run command "show chassis fpc pic-status"

> show chassis fpc pic-status
OUTPUT FROM ROUTER BELOW:
Slot 0 Online MPC5E 3D 24XGE+6XLGE
PIC 0 Online 12X10GE SFPP OTN
PIC 1 Offline 12X10GE SFPP OTN
PIC 2 Offline 3X40GE QSFPP
PIC 3 Online 3X40GE QSFPP
Slot 1 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 10x 1GE(LAN) SFP
PIC 3 Online 10x 1GE(LAN) SFP
Slot 2 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 2x 10GE XFP
PIC 3 Online 2x 10GE XFP
Slot 3 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 10x 1GE(LAN) SFP
PIC 3 Online 10x 1GE(LAN) SFP
Slot 4 Online MPC Type 2 3D
PIC 0 Online 10x 1GE(LAN) SFP
PIC 1 Online 10x 1GE(LAN) SFP
PIC 2 Online 10x 1GE(LAN) SFP
PIC 3 Online 10x 1GE(LAN) SFP
Slot 5 Online MPC5E 3D 24XGE+6XLGE
PIC 0 Online 12X10GE SFPP OTN
PIC 1 Offline 12X10GE SFPP OTN
PIC 2 Offline 3X40GE QSFPP
PIC 3 Online 3X40GE QSFPP


Step 2. Create a For loop for output above. When SLOT# and PIC# shows "Online", run step 3 command below for all fpc/pic slots, else Do nothing.


Step 3: This is the Command to run for those online. "show chassis pic fpc-slot 0 pic-slot 0"

> show chassis pic fpc-slot 0 pic-slot 0

OUTPUT FROM ROUTER BELOW:
FPC slot 0, PIC slot 0 information:
Type 12X10GE SFPP OTN
State Online
PIC version 0.0
Uptime 212 days, 11 hours, 38 minutes, 20 seconds

PIC port information:
Fiber Xcvr vendor Wave- Xcvr
Port Cable type type Xcvr vendor part number length Firmware
0 10GBASE LR SM PROLABS EX-SFP-10GE-LR-C 1310 nm 0.0
1 10GBASE LR SM PROLABS EX-SFP-10GE-LR-C 1310 nm 0.0
2 10GBASE ER SM PROLABS SFP-10GE-ZR-1590 1590 nm 0.0
3 10GBASE ER SM PROLABS SFP-10GE-ZR-1610 1610 nm 0.0
11 10GBASE LR SM PROLABS EX-SFP-10GE-LR-C 1310 nm 0.0


Will need this script run on multiple routers.

Help www.tribenigeria.com

(1) (Reply)

Vacancy / Student Online Assisgnment Assistance, Help Is Here / Trainee Programmer Needed Urgently

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 21
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.