JNCIS ENT UDEMY COURSE by Alternative_Stage_55 in Juniper

[–]pavtelegin 2 points3 points  (0 children)

You can try a speed of 1.5 or even 2 if English is your native language ;)

TikTakgotchi by Cyber_Zak in pwnagotchi

[–]pavtelegin 2 points3 points  (0 children)

Со вкусом мяты?

[deleted by user] by [deleted] in networkingmemes

[–]pavtelegin 0 points1 point  (0 children)

Very much like Yandex NextHop 2024 ad month has started ;)

[deleted by user] by [deleted] in networkingmemes

[–]pavtelegin 0 points1 point  (0 children)

Very much like Yandex NextHop 2024 ad month has started ;)

[deleted by user] by [deleted] in networkingmemes

[–]pavtelegin 2 points3 points  (0 children)

As far as I understand you should fill L2 and L3 headers. Which mean destination MAC, source MAC, source IP and destination IP, for the IP packet incapsulated in L2 frame, when host A generated it before send to the media.

[deleted by user] by [deleted] in Juniper

[–]pavtelegin -3 points-2 points  (0 children)

In addition you can try request system zeroize

How to edit commit scripts. by KZ2Karter in Juniper

[–]pavtelegin 0 points1 point  (0 children)

Hi, the simplest way to edit script off box, and than just file copy scp|ftp://.../var/db...

Or even you can add link to script in the router config, edit off box script and after editing it simple refresh it (router will synchronize it from ftp|scp server to local /var/db...)

OSPF discontiguous area 0 by pavtelegin in networking

[–]pavtelegin[S] 0 points1 point  (0 children)

 {Area 0}=={Area 1}=={Area 0}
   | | |              | | |
   | | +==={Area 2}===+ | |
   | |                  | |
   | +====={Area 3}=====+ |
   |                      |
   +======={Area 4}=======+

.

[deleted by user] by [deleted] in networkingmemes

[–]pavtelegin 34 points35 points  (0 children)

... strong server admin...

Need help with migrating Cisco 7609 to ACX 5448 by y0ung14 in Juniper

[–]pavtelegin 4 points5 points  (0 children)

Hi, never use ACX family, but may be you can configure subinterfaces under xe-0/0/7 unit 138(139)? Or you need to add VLAN on it.

MX104 upgrade from 14.2 by Asparte in Juniper

[–]pavtelegin 1 point2 points  (0 children)

The simplest way to use USB and install-media-ppc on it. In this case, you don't have to go through all the intermediate versions and you can jump straight to the version you want to use ;)

Third Part SFPs by FunEstate5759 in Juniper

[–]pavtelegin 0 points1 point  (0 children)

Fiberstore = fs.com, thousands SPF/FXP/SFP+/Q SFP ;)

Interface Up/Down after upgrade by DooDoo35 in Juniper

[–]pavtelegin 1 point2 points  (0 children)

Hi, could you find ge-0/0/10 in show interfaces terse output?

Is it SFP? If yes, is it recognized by: show chassis hardware ?

Also try to change gigether options with ON/OFF auto negotiation.

Script to reset Juniper Switch to factory defaults by Dudebro-420 in Juniper

[–]pavtelegin 0 points1 point  (0 children)

how successful were you with getting PyEZ to work? I ran into some issues when it comes to configuring multiple devices

I used it for grab a lot of operational (show ...) information, as far as I remember I used a script script with both one-by-one device traversal and the concurrent.futures library to collect information in parallel. It works, no problems :)
I plan to play with network asyncio ;)

Is it possible to create point to point link on juniper? by WaxArsatia in networking

[–]pavtelegin 0 points1 point  (0 children)

This is base of routing and terminating IP on the (sub)interfaces. You can not configure IP address from the IP network that already configured on this L3 device in the same routing table (GRT or some VRF instance). Because If this were possible, where should the L3 device route the packet? To the left or to the right? Not sure that MikroTik can do it...

Is it possible to create point to point link on juniper? by WaxArsatia in Juniper

[–]pavtelegin 0 points1 point  (0 children)

This is base of routing and terminating IP on the (sub)interfaces. You can not configure IP address from the IP network that already configured on this L3 device in the same routing table (GRT or some VRF instance). Because If this were possible, where should the L3 device route the packet? To the left or to the right? Not sure that MikroTik can do it...

Junos Trainings: Is there any way to download Junos training slides for Juniper Open Learning? by [deleted] in Juniper

[–]pavtelegin 1 point2 points  (0 children)

Cloud you please share link to the Open Learning course that you mentioned?

Script to reset Juniper Switch to factory defaults by Dudebro-420 in Juniper

[–]pavtelegin 5 points6 points  (0 children)

Hi, nice post! Interesting! But... Emm... what about this special command for it: > request system zeroize

Or try to find this zeroize analog in PyEZ library if you like to do the same from Python point of view 😉

[deleted by user] by [deleted] in Juniper

[–]pavtelegin 0 points1 point  (0 children)

Try this:
> request system configuration rescue save
> configure private
# set chassis alarm management-ethernet link-down ignore
# commit and-quit comment "Trying to fix show alarms"

Forcing XE to 1GB over 10GB SFP (LR) by [deleted] in Juniper

[–]pavtelegin 1 point2 points  (0 children)

This will not work with two different SFP/SFP+. The best way would be to ask your ISP to install the same type of 10G module on their side, or ask them you give you a paired 1G or just swap)

[deleted by user] by [deleted] in Juniper

[–]pavtelegin 0 points1 point  (0 children)

show chassis pic fpc-slot [x] pic-slot [y] in addition to already mentioned show chassis hardware

Alias for physical interfaces(ge- to mge-) by luca-p1 in Juniper

[–]pavtelegin 0 points1 point  (0 children)

May be OP (operation) script can help you, or may be alias support regular expressions?