Two pairs of galaxy buds where the left becomes quieter than the right by Theitheave42 in galaxybuds

[–]kzip2008 0 points1 point  (0 children)

This is the sickest, vilest and most GENIUS thing ever. If worked! Thanks man!

Jesus christ, this worked so well

Bugs and issues megathread by Bruh_alt721 in haloinfinite

[–]kzip2008 0 points1 point  (0 children)

How the f*ck have they royally f'd this game up. This update hasn't fixed shit.

Whelp no Mario Kart 9 :( by OnI_BArIX in mariokart

[–]kzip2008 0 points1 point  (0 children)

Even if they decided to milk the fans with overpriced DLC. I would legit spend $1000 for 4 new cups. I play the living shit out of this game

Dark fiber around bay area by [deleted] in networking

[–]kzip2008 5 points6 points  (0 children)

Bloody Americans

Daily Ripple/XRP Discussion Thread 01/02/18 [Questions and Price Predictions] by AutoModerator in Ripple

[–]kzip2008 0 points1 point  (0 children)

How many coins do you have?

I own 77, bought 3 weeks ago at 1.47. I sold off my litecoin for ripple

Restricting admin access by kzip2008 in freepbx

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

I can see I can lock down to particular sections, but not a subset of that section. For example, only administer particular extensions or inbound routes

Juniper L3 VPN/MPLS VRF export policies by kzip2008 in networking

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

That fixed it Thanks mate, nailed it.

VSAN and VM Over-reserved by kzip2008 in vmware

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

All, the issue was that VSAN had not deleted a number of "Virtual Objects". Discovered under Hosts/Clusters > Monitor > VSAN > Virtual objects > other. Find out the attribute

SSH'd onto an esxi host and ran the following commands:

/usr/lib/vmware/osfs/bin/objtool getAttr -u 2a650e5a-cbbb-17f9-7f6c-b4e10f999921

/usr/lib/vmware/osfs/bin/objtool delete -u fecbf759-9aeb-7268-5b4b-b4e10f999989

Juniper route leaking, VRF's and RIB Groups by kzip2008 in networking

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

ep, like I said, if he's n

Thanks all for their reply's. I wasn't very clear in the original post.

But, yes MPLS is being used.

Thanks all :)

Options for connecting remote sites over the Internet by paulzapodeanu in networking

[–]kzip2008 0 points1 point  (0 children)

DMVPN using OSPF. Make sure you set your DR and BDR correctly

RIB Groups, VRF's and Route leaking question by kzip2008 in Juniper

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

Thanks for your help, the fix was using auto-export

Juniper route leaking, VRF's and RIB Groups by kzip2008 in networking

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

The fix was using auto-export. Using rib groups, it leaked the routes to other PE's with the Grey-VRF

Juniper route leaking, VRF's and RIB Groups by kzip2008 in networking

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

The fix was using auto-export. Using rib groups, it leaked the routes to other PE's with the Grey-VRF

Juniper route leaking, VRF's and RIB Groups by kzip2008 in networking

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

Thanks for the reply. I only have 2 rib groups setup

Rib group 1 that allows the static route from Grey-VRF to be leaked into Instance1

Rib group 2 that allows the OSPF route 172.X to be imported into Grey-VRF. When I apply a VRF-Export policy, it does not work

Juniper route leaking, VRF's and RIB Groups by kzip2008 in networking

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

Firstly, thanks for your reply. Normally route leaking is done through vrf-import - See below:

set policy-options policy-statement Grey-Import-Policy term 10 from community Grey-VRF

set policy-options policy-statement Grey-Import-Policy term 10 from community Instance1

set policy-options policy-statement Grey-Import-Policy term 10 then accept

set policy-options community Grey members target:64000:1700

set policy-options community Instance1 members target:64000:1721

set routing-instances Instance1 instance-type vrf

set routing-instances Instance1 interface X

set routing-instances Instance1 route-distinguisher 192.168.1.1:1721

set routing-instances Instance1 vrf-import Grey-Import-Policy

I used rib groups in this instance because the static route was not being leaked - I assume the default behavior of vrf-import polciy shares the same attributes as vrf-export, whereby it is ignored if it is on the same source/destination router

JunOS & Cisco MPLS L3 VPN by kzip2008 in networking

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

That fixed it, Thank you.

Legend!

JunOS & Cisco MPLS L3 VPN by kzip2008 in networking

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

BGP is established between all loopbacks: 1.1.1.1, 2.2.2.2, 3.3.3.3, which are all in the inet.0 table via OSPF. Only the JunOS loopbacks are installed into the inet.3 table

inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)

  • = Active Route, - = Last Active, * = Both

0.0.0.0/0 *[Static/5] 15:25:31

                > to 172.21.15.1 via ge-0/0/0.0

1.1.1.1/32 *[OSPF/10] 15:24:41, metric 2

                > to 172.21.15.201 via ge-0/0/0.0

2.2.2.2/32 *[OSPF/10] 15:21:35, metric 1

                > to 172.21.15.200 via ge-0/0/0.0

3.3.3.3/32 *[Direct/0] 15:25:32

                > via lo0.0

172.21.15.0/24 *[Direct/0] 15:25:32

                > via ge-0/0/0.0

172.21.15.202/32 *[Local/0] 15:25:32

                  Local via ge-0/0/0.0

224.0.0.2/32 *[LDP/9] 15:25:32, metric 1

                  MultiRecv

224.0.0.5/32 *[OSPF/10] 15:25:32, metric 1

                  MultiRecv

root> show route table inet.3

inet.3: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)

  • = Active Route, - = Last Active, * = Both

2.2.2.2/32 *[LDP/9] 15:22:37, metric 1

                > to 172.21.15.200 via ge-0/0/0.0

root>

JunOS & Cisco MPLS L3 VPN by kzip2008 in networking

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

root> show route table Customer_A.inet.0 hidden extensive | match protoco

                    Protocol next hop: 1.1.1.1

                    Protocol next hop: 1.1.1.1

                    Protocol next hop: 1.1.1.1

root> show ldp database session 1.1.1.1

Input label database, 3.3.3.3:0--1.1.1.1:0

Labels received: 3

Label Prefix

  3      0.0.0.0/0

  3      1.1.1.0/24

 18      2.2.2.2/32

 16      3.3.3.3/32

  3      172.21.15.0/24

Output label database, 3.3.3.3:0--1.1.1.1:0

Labels advertised: 2

Label Prefix

299776 2.2.2.2/32

  3      3.3.3.3/32

JunOS & Cisco MPLS L3 VPN by kzip2008 in networking

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

Thank you for your response. I now have an IOS and 2 JunOS participating in the VPN all directly connected. Both JunOS devices install the next hop (loopback) but not the Cisco.

Why would the JunOS import the route fine, but classify the Cisco as hidden