Re: Partial vs Full tables

2020-06-07 Thread Ryan Woolley
On Fri, Jun 5, 2020 at 9:50 PM William Herrin  wrote:
>
> On Fri, Jun 5, 2020 at 6:08 PM Yang Yu  wrote:
> > On Fri, Jun 5, 2020 at 10:39 AM William Herrin  wrote:
> > > Speak of which, did anyone ever implement FIB compression? I seem to
> > > remember the calculations looked really favorable for the leaf node
> > > use case (like James') where the router sits at the edge with a small
> > > number of more or less equivalent upstream transits. The FIB is the
> > > expensive memory. The RIB sits in the cheap part of the hardware.
> >
> > fib optimize => using LPM table for LEM
> > https://www.arista.com/en/um-eos/eos-section-28-11-ipv4-commands#ww1173031
>
> Cool. So for folks who want a nutshell version about FIB compression,
> here it is:
[...]
> the same. FIB compression eliminates the implicit reject and instead
> routes the unroutable packets to a more or less random next hop. If
> that next hop is also using FIB compression, it may route them right
> back to you, creating a routing loop until the packet's TTL expires.

The commercially available implementations do not work as you
described and fortunately do not carry that (or really, any) risk.

On platforms where the number of FIB entries is limited, but the
prefix length doesn't affect that limit (classic TCAM), it is possible
to combine adjacent entries (e.g. /24s) with the same FEC (next-hop)
into fewer entries.  This is probably what most people think of as
"FIB compression".  Maybe it's used somewhere, maybe it's not.

It's also possible to suppress the installation into the FIB of routes
when the prefix in question falls completely within a covering prefix
with the same FEC.  Doing so is computationally inexpensive, useful on
almost any FIB lookup structure, and significantly helpful (on the
order of 2x) on even very-well-connected routers.  This is implemented
by Arista in the feature that Yang linked to with the URL containing
"fib-compression", but the actual command is better named: "ip fib
compression redundant-specifics filter"

Also, on the B'com Jericho chip (used by the Arista 7500R/7280R and
Cisco NCS 5502/5508), there is a longest-prefix match (LPM) table and
a seperate, much larger, exact-match (LEM) table, both of which can be
used for IP forwarding.  (The LPM is sort of like TCAM but not exactly
-- for now, just consider it a limited resource in the same way as
TCAM has been historically.)  Neither of these can independently hold
the global table.  It is possible to optimize the use of these
resources by installing certain prefix lengths into LEM to preserve
LPM space.  It is also possible to do the reverse, expanding mid-sized
prefixes that would otherwise end up in LPM into multiple LEM entries,
to reduce the number of LPM entries needed -- basically creating an
optimum balance.  That is essentially the other Yang feature that was
linked.

As also mentioned, all of this works as advertised with basically no
limitations.  It's been running at Netflix (my employer) for years.

Current production "switch" chips, e.g. Jericho2, contain
significantly more LPM than is needed to hold the global table, and
can be paired with additional off-board memory (B'com calls this KBP)
for futureproofing or VRF scale needs.  You can buy either option
depending on your needs (e.g. the Arista 7280R3 is available in a "K"
and non-"K" model) .  The aforementioned LEM/LPM feature was a useful
bridge into this world of bigger tables in cheaper chips, but it's not
needed in new hardware.

James's original question was about using cheaper L3 devices.  At this
point, for new installs, even if you're limited to buying used gear,
you have options that don't involve any config gymnastics.

Regards,
Ryan Woolley


Re: GeoIP issue with dvd.netflix.com

2019-11-15 Thread Ryan Woolley
On Wed, Nov 13, 2019 at 2:05 PM Mark Thompson  wrote:
> Can anyone share a contact at Netflix who can help work through this?

Mark,

csrev...@dvd.com should be able to assist.  (geosupp...@netflix.com
remains the correct contact for streaming geolocation issues.)

Regards,
Ryan Woolley
Netflix


NANOG 75 Call for Presentations is open

2018-10-31 Thread Ryan Woolley
NANOG Community,

The NANOG Program Committee (PC) is excited to announce that we are
now accepting proposals for all sessions at NANOG 75 in San Francisco,
California, February 18-20, 2019.  Below is a summary of key details
and dates from the Call For Presentations on the NANOG website, which
can be found at http://www.cvent.com/d/1bqspy/6K

The NANOG PC seeks proposals for presentations, panels, tutorials, and
track sessions for the NANOG 75 program. We welcome suggestions of
speakers or topic ideas. Presentations may cover current technologies
already deployed or soon-to-be deployed in the Internet. Vendors are
welcome to submit talks which cover relevant technologies and
capabilities, but presentations must not be promotional or discuss
proprietary solutions.  NANOG 75 submissions can be entered on the
NANOG Program Committee Tool (PC Tool) at: https://pc.nanog.org

The primary speaker, moderator, or author should submit a presentation
proposal and an abstract in the PC Tool.
-- Select “Propose Talk” from the Talks menu
-- Select NANOG 75 from the Meeting menu
-- Select the appropriate *Session* the talk will be presented in
= General Session (30-45 minutes)
= Tutorial (90-120 minutes)
= Track (90-120 minutes)

Timeline for submission and proposal review:
-- Submitter enters abstract (and draft slides if possible) in PC Tool
prior to deadline for slide submission
-- PC performs initial review and assigns a “shepherd” to help develop
the submission - within 2 weeks
-- Submitter develops draft slides of talk if not already submitted
with initial proposal. Please submit initial draft slides early
-- Panel and Track submissions should provide topic list and
intended/confirmed participants in the abstract
-- PC reviews slides and continues to work with Submitter as needed to
develop topic
-- Draft presentation slides should be submitted prior to published
deadline for slides
-- PC accepts or declines submission
-- Agenda assembled and posted
-- Submitters notified

If you think you have an interesting topic but want feedback or
suggestions for developing an idea into a presentation, please email
the Program Committee, and a representative will respond.  Otherwise,
submit your talk, keynote, track, or panel proposal to the PC Tool
without delay!  We look forward to reviewing your submission.

Key Dates for NANOG 75:

Oct. 29, 2018: CFP Opens & Agenda Outline Posted
Dec. 03, 2018: CFP Deadline: Presentation Slides Due
Jan. 14, 2019: CFP Topic List & NANOG Meeting Highlights Page
Jan. 22, 2019: NANOG 75 Agenda Published
Feb. 11, 2019: Speaker FINAL presentations to PC tool or speaker-support
Feb. 17, 2019: Lightning Talk Submissions Open (Abstracts Only)
Feb. 17, 2019: Onsite Registration

Final slides MUST be submitted by Monday, February 11, 2018, and no
changes will be accepted between that date and the conference.
Materials received after that date will be updated on the web site
after the completion of the conference.

We look forward to seeing you in February in San Francisco!

Sincerely,

Ryan Woolley
NANOG PC


[NANOG-announce] NANOG 75 Call for Presentations is open

2018-10-31 Thread Ryan Woolley
NANOG Community,

The NANOG Program Committee (PC) is excited to announce that we are now
accepting proposals for all sessions at NANOG 75 in San Francisco,
California, February 18-20, 2019.  Below is a summary of key details and
dates from the Call For Presentations on the NANOG website, which can be
found at http://www.cvent.com/d/1bqspy/6K

The NANOG PC seeks proposals for presentations, panels, tutorials, and
track sessions for the NANOG 75 program. We welcome suggestions of speakers
or topic ideas. Presentations may cover current technologies already
deployed or soon-to-be deployed in the Internet. Vendors are welcome to
submit talks which cover relevant technologies and capabilities, but
presentations must not be promotional or discuss proprietary solutions.
NANOG 75 submissions can be entered on the NANOG Program Committee Tool (PC
Tool) at: https://pc.nanog.org

The primary speaker, moderator, or author should submit a presentation
proposal and an abstract in the PC Tool.
-- Select “Propose Talk” from the Talks menu
-- Select NANOG 75 from the Meeting menu
-- Select the appropriate *Session* the talk will be presented in
= General Session (30-45 minutes)
= Tutorial (90-120 minutes)
= Track (90-120 minutes)

Timeline for submission and proposal review:
-- Submitter enters abstract (and draft slides if possible) in PC Tool
prior to deadline for slide submission
-- PC performs initial review and assigns a “shepherd” to help develop the
submission - within 2 weeks
-- Submitter develops draft slides of talk if not already submitted with
initial proposal. Please submit initial draft slides early
-- Panel and Track submissions should provide topic list and
intended/confirmed participants in the abstract
-- PC reviews slides and continues to work with Submitter as needed to
develop topic
-- Draft presentation slides should be submitted prior to published
deadline for slides
-- PC accepts or declines submission
-- Agenda assembled and posted
-- Submitters notified

If you think you have an interesting topic but want feedback or suggestions
for developing an idea into a presentation, please email the Program
Committee, and a representative will respond.  Otherwise, submit your talk,
keynote, track, or panel proposal to the PC Tool without delay!  We look
forward to reviewing your submission.

Key Dates for NANOG 75:

Oct. 29, 2018: CFP Opens & Agenda Outline Posted
Dec. 03, 2018: CFP Deadline: Presentation Slides Due
Jan. 14, 2019: CFP Topic List & NANOG Meeting Highlights Page
Jan. 22, 2019: NANOG 75 Agenda Published
Feb. 11, 2019: Speaker FINAL presentations to PC tool or speaker-support
Feb. 17, 2019: Lightning Talk Submissions Open (Abstracts Only)
Feb. 17, 2019: Onsite Registration

Final slides MUST be submitted by Monday, February 11, 2018, and no changes
will be accepted between that date and the conference.  Materials received
after that date will be updated on the web site after the completion of the
conference.

We look forward to seeing you in February in San Francisco!

Sincerely,

Ryan Woolley
NANOG PC
___
NANOG-announce mailing list
NANOG-announce@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

Re: NANOG Security Track: Route Security

2018-10-01 Thread Ryan Woolley
On Mon, Oct 1, 2018 at 8:16 AM Netravnen  wrote:
>
> On Mon, 1 Oct 2018 at 14:01, John Kristoff  wrote:
> >
> > On Mon, 1 Oct 2018 03:27:49 +
> > Ryan Hamel  wrote:
> >
> > > Just like how all the email threads on NANOG are archived, all talks
> > > should be archived as well.
> >
> > Whether to record a session or not is up to the presenter and track
> > coordinator.
>
> I would prefer if NANOG would record sessions by default! (And allow
> presenters to opt-out if they really feel like it.)
>
> Other conferences I have had participated to in the past. Had the
> option of allowing opt-out of being recorded on stage.

This is in fact how it works now at NANOG.  As John points out, the
decision is left up to the submitter, but almost all talks are webcast
and recorded.  (Historically, the security track has not been
recorded.)

Anyone is welcome to submit talks, including tracks, for
consideration, and to make this choice as submitter.  In this case,
the track moderator believes that it's better that the the talk to not
be recorded and so we are honoring that request.

Aside from the security track and one other submission, the remainder
of the 3-day program will be available for viewing and recorded.

Regards,

Ryan Woolley
NANOG PC Chair


NANOG 74 agenda published

2018-09-21 Thread Ryan Woolley
NANOG Community,

The NANOG 74 Agenda is published at http://www.cvent.com/d/qgqs03/16K
and available as an iCal Feed.  The Program Committee has worked
closely with our speakers to develop a first-rate program and we
encourage all attendees to enjoy the whole conference.  As we review
submitted content, minor changes to the agenda are possible and will
be updated in the online feed. Thank you to the many members of our
community who submitted interesting content for NANOG 74!   Over 700
attendees have registered and the NANOG family looks forward to
welcoming all of you to Vancouver.

Useful Information:
- NANOG 74 General Information and Registration: http://www.cvent.com/d/qgqs03
- NANOG 74 Agenda: http://www.cvent.com/d/qgqs03/16K
- Hotel Room Block(s) Information: http://www.cvent.com/d/qgqs03/8K
- Reminder, registration is required to participate in the NANOG 74
Hackathon: http://www.cvent.com/d/wgqhql

A welcome message that will be sent to registered NANOG 74 attendees
shortly will provide more information on scheduled events and
applications to help you to make the most of your time in Vancouver.

Safe travels and see you in Vancouver.

Sincerely,

Ryan Woolley
NANOG PC


[NANOG-announce] NANOG 74 Call for Presentations is open

2018-07-13 Thread Ryan Woolley
NANOG Community,

The NANOG Program Committee is excited to announce that we are now
accepting proposals for all sessions at NANOG 74 in Vancouver, BC,
Canada, October 1-3, 2018.  Below is a summary of key details and
dates from the Call For Presentations on the NANOG website, which can
be found at: http://www.cvent.com/d/qgqs03/6K

The NANOG Program Committee seeks proposals for presentations, panels,
tutorials, and track sessions for the NANOG 74 program.  We welcome
suggestions of speakers or topic ideas.  Presentations may cover
current technologies already deployed or soon-to-be deployed in the
Internet. Vendors are welcome to submit talks which cover relevant
technologies and capabilities, but presentations must not be
promotional or discuss proprietary solutions. NANOG 74 submissions can
be entered on the NANOG Program Committee Tool at https://pc.nanog.org

The primary speaker, moderator, or author should submit a presentation
proposal and an abstract in the Program Committee Tool.
- Select “Propose Talk” from the Talks menu
- Select NANOG 74 from the Meeting menu
- Select the appropriate *Session* the talk will be presented in
(General Session 30-45 minutes; Tutorial 90-120 minutes; Track 90-120
minutes)

Timeline for submission and proposal review:
- Submitter enters abstract (and draft slides if possible) in Program
Committee Tool: any time following Call for Presentations and prior to
CFP deadline for slide submission
- PC performs initial review and assigns a “shepherd” to help develop
the submission: within 2 weeks
- Submitter develops draft slides of talk.  Please submit initial
draft slides early.  Panel and Track submissions should provide topic
list and intended/confirmed participants
- PC reviews slides and continues to work with Submitter as needed to
develop topic
- Draft presentation slides should be submitted prior to published
deadline for slides
- PC accepts or declines submission
- Agenda assembled and posted
- Submitters notified

If you think you have an interesting topic but want feedback or
suggestions for developing an idea into a presentation, please email
the Program Committee, and a representative of the Program Committee
will respond. Otherwise, submit your talk, keynote, track, or panel
proposal to the Program Committee Tool without delay!  We look forward
to reviewing your submission.

Key Dates for NANOG 74:

Monday, 07/09/18 Registration for NANOG 74 Opens
Monday, 07/09/18 Agenda Outline for NANOG 74 Posted
Tuesday, 09/04/18 CFP Deadline: Presentation Slides Due
Tuesday, 09/04/18 CFP Topic List and NANOG Highlights Page
Monday, 09/24/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 09/30/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 09/30/18 On-site Registration

Final slides must be submitted by Monday, September 24, 2018, and no
changes will be accepted between that date and the conference.
Materials received after that date will be updated on the web site
after the completion of the conference.

We look forward to seeing you in October in Vancouver!

Sincerely,

Ryan Woolley
NANOG PC
___
NANOG-announce mailing list
NANOG-announce@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

[NANOG-announce] NANOG 74 Call for Presentations is open

2018-07-09 Thread Ryan Woolley
NANOG Community,

The NANOG Program Committee is excited to announce that we are now
accepting proposals for all sessions at NANOG 74 in Vancouver, BC,
Canada, October 1-3, 2018.  Below is a summary of key details and
dates from the Call For Presentations on the NANOG website, which can
be found at: http://www.cvent.com/d/qgqs03/6K

The NANOG Program Committee seeks proposals for presentations, panels,
tutorials, and track sessions for the NANOG 74 program.  We welcome
suggestions of speakers or topic ideas.  Presentations may cover
current technologies already deployed or soon-to-be deployed in the
Internet. Vendors are welcome to submit talks which cover relevant
technologies and capabilities, but presentations must not be
promotional or discuss proprietary solutions. NANOG 74 submissions can
be entered on the NANOG Program Committee Tool at https://pc.nanog.org

The primary speaker, moderator, or author should submit a presentation
proposal and an abstract in the Program Committee Tool.
- Select “Propose Talk” from the Talks menu
- Select NANOG 74 from the Meeting menu
- Select the appropriate *Session* the talk will be presented in
(General Session 30-45 minutes; Tutorial 90-120 minutes; Track 90-120
minutes)

Timeline for submission and proposal review:
- Submitter enters abstract (and draft slides if possible) in Program
Committee Tool: any time following Call for Presentations and prior to
CFP deadline for slide submission
- PC performs initial review and assigns a “shepherd” to help develop
the submission: within 2 weeks
- Submitter develops draft slides of talk.  Please submit initial
draft slides early.  Panel and Track submissions should provide topic
list and intended/confirmed participants
- PC reviews slides and continues to work with Submitter as needed to
develop topic
- Draft presentation slides should be submitted prior to published
deadline for slides
- PC accepts or declines submission
- Agenda assembled and posted
- Submitters notified

If you think you have an interesting topic but want feedback or
suggestions for developing an idea into a presentation, please email
the Program Committee, and a representative of the Program Committee
will respond. Otherwise, submit your talk, keynote, track, or panel
proposal to the Program Committee Tool without delay!  We look forward
to reviewing your submission.

Key Dates for NANOG 74:

Monday, 07/09/18 Registration for NANOG 74 Opens
Monday, 07/09/18 Agenda Outline for NANOG 74 Posted
Tuesday, 09/04/18 CFP Deadline: Presentation Slides Due
Tuesday, 09/04/18 CFP Topic List and NANOG Highlights Page
Monday, 09/24/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 09/30/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 09/30/18 On-site Registration

Final slides must be submitted by Monday, September 24, 2018, and no
changes will be accepted between that date and the conference.
Materials received after that date will be updated on the web site
after the completion of the conference.

We look forward to seeing you in October in Vancouver!

Sincerely,

Ryan Woolley
NANOG PC
___
NANOG-announce mailing list
NANOG-announce@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

NANOG 74 Call for Presentations is open

2018-07-09 Thread Ryan Woolley
NANOG Community,

The NANOG Program Committee is excited to announce that we are now
accepting proposals for all sessions at NANOG 74 in Vancouver, BC,
Canada, October 1-3, 2018.  Below is a summary of key details and
dates from the Call For Presentations on the NANOG website, which can
be found at: http://www.cvent.com/d/qgqs03/6K

The NANOG Program Committee seeks proposals for presentations, panels,
tutorials, and track sessions for the NANOG 74 program.  We welcome
suggestions of speakers or topic ideas.  Presentations may cover
current technologies already deployed or soon-to-be deployed in the
Internet. Vendors are welcome to submit talks which cover relevant
technologies and capabilities, but presentations must not be
promotional or discuss proprietary solutions. NANOG 74 submissions can
be entered on the NANOG Program Committee Tool at https://pc.nanog.org

The primary speaker, moderator, or author should submit a presentation
proposal and an abstract in the Program Committee Tool.
- Select “Propose Talk” from the Talks menu
- Select NANOG 74 from the Meeting menu
- Select the appropriate *Session* the talk will be presented in
(General Session 30-45 minutes; Tutorial 90-120 minutes; Track 90-120
minutes)

Timeline for submission and proposal review:
- Submitter enters abstract (and draft slides if possible) in Program
Committee Tool: any time following Call for Presentations and prior to
CFP deadline for slide submission
- PC performs initial review and assigns a “shepherd” to help develop
the submission: within 2 weeks
- Submitter develops draft slides of talk.  Please submit initial
draft slides early.  Panel and Track submissions should provide topic
list and intended/confirmed participants
- PC reviews slides and continues to work with Submitter as needed to
develop topic
- Draft presentation slides should be submitted prior to published
deadline for slides
- PC accepts or declines submission
- Agenda assembled and posted
- Submitters notified

If you think you have an interesting topic but want feedback or
suggestions for developing an idea into a presentation, please email
the Program Committee, and a representative of the Program Committee
will respond. Otherwise, submit your talk, keynote, track, or panel
proposal to the Program Committee Tool without delay!  We look forward
to reviewing your submission.

Key Dates for NANOG 74:

Monday, 07/09/18 Registration for NANOG 74 Opens
Monday, 07/09/18 Agenda Outline for NANOG 74 Posted
Tuesday, 09/04/18 CFP Deadline: Presentation Slides Due
Tuesday, 09/04/18 CFP Topic List and NANOG Highlights Page
Monday, 09/24/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 09/30/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 09/30/18 On-site Registration

Final slides must be submitted by Monday, September 24, 2018, and no
changes will be accepted between that date and the conference.
Materials received after that date will be updated on the web site
after the completion of the conference.

We look forward to seeing you in October in Vancouver!

Sincerely,

Ryan Woolley
NANOG PC


NANOG 73 Agenda is Published

2018-05-22 Thread Ryan Woolley
NANOG Community,

The NANOG 73 Agenda is published at http://www.cvent.com/d/ttqv1z/16K
and available as an iCal feed at
https://pc.nanog.org/static/published/meetings/NANOG73/agenda.ics

The Program Committee has worked closely with our speakers to develop
a first-rate program, and we encourage all attendees to enjoy the
whole conference.  As we review submitted content, minor changes to
the agenda are possible and will be reflected in the online feed.

Thank you to the many members of our community who submitted
interesting content for NANOG 73!  Close to 500 attendees have
registered and the NANOG family looks forward to welcoming all of you
to Denver.

Useful Information:
- NANOG 73 General Information and Registration: http://www.cvent.com/d/ttqv1z
- Hotel Room Block(s) Information: http://www.cvent.com/d/ttqv1z/8K
- There are a few remaining spots to register for the NANOG 73
Hackathon: http://www.cvent.com/d/ttqv1z/4K
- A welcome message that will be sent to registered NANOG 73 attendees
shortly will provide more information on scheduled events and
applications to help you to make the most of your time in Denver
- Register to attend NANOG On The Road Washington, DC, taking place in
September at http://www.cvent.com/d/ygqk8s/4W

Safe travels and see you in Denver.


Sincerely,

Ryan Woolley,
on behalf of the NANOG Program Committee


[NANOG-announce] NANOG 73 Agenda is Published

2018-05-22 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

The NANOG 73 Agenda is published at http://www.cvent.com/d/ttqv1z/16K
and available as an iCal feed at
https://pc.nanog.org/static/published/meetings/NANOG73/agenda.ics

The Program Committee has worked closely with our speakers to develop
a first-rate program, and we encourage all attendees to enjoy the
whole conference.  As we review submitted content, minor changes to
the agenda are possible and will be reflected in the online feed.

Thank you to the many members of our community who submitted
interesting content for NANOG 73!  Close to 500 attendees have
registered and the NANOG family looks forward to welcoming all of you
to Denver.

Useful Information:
- NANOG 73 General Information and Registration: http://www.cvent.com/d/ttqv1z
- Hotel Room Block(s) Information: http://www.cvent.com/d/ttqv1z/8K
- There are a few remaining spots to register for the NANOG 73
Hackathon: http://www.cvent.com/d/ttqv1z/4K
- A welcome message that will be sent to registered NANOG 73 attendees
shortly will provide more information on scheduled events and
applications to help you to make the most of your time in Denver
- Register to attend NANOG On The Road Washington, DC, taking place in
September at http://www.cvent.com/d/ygqk8s/4W

Safe travels and see you in Denver.


Sincerely,

Ryan Woolley,
on behalf of the NANOG Program Committee
--- End Message ---
___
NANOG-announce mailing list
nanog-annou...@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

[NANOG-announce] NANOG 73 Agenda is Published

2018-05-22 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

The NANOG 73 Agenda is published at http://www.cvent.com/d/ttqv1z/16K
and available as an iCal feed at
https://pc.nanog.org/static/published/meetings/NANOG73/agenda.ics

The Program Committee has worked closely with our speakers to develop
a first-rate program, and we encourage all attendees to enjoy the
whole conference.  As we review submitted content, minor changes to
the agenda are possible and will be reflected in the online feed.

Thank you to the many members of our community who submitted
interesting content for NANOG 73!  Close to 500 attendees have
registered and the NANOG family looks forward to welcoming all of you
to Denver.

Useful Information:
- NANOG 73 General Information and Registration: http://www.cvent.com/d/ttqv1z
- Hotel Room Block(s) Information: http://www.cvent.com/d/ttqv1z/8K
- There are a few remaining spots to register for the NANOG 73
Hackathon: http://www.cvent.com/d/ttqv1z/4K
- A welcome message that will be sent to registered NANOG 73 attendees
shortly will provide more information on scheduled events and
applications to help you to make the most of your time in Denver
- Register to attend NANOG On The Road Washington, DC, taking place in
September at http://www.cvent.com/d/ygqk8s/4W

Safe travels and see you in Denver.


Sincerely,

Ryan Woolley,
on behalf of the NANOG Program Committee
--- End Message ---
___
NANOG-announce mailing list
NANOG-announce@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

Reminder: NANOG 73 CFP is open!

2018-04-20 Thread Ryan Woolley
NANOG Community,

As a reminder, we are still accepting proposals for all sessions at
NANOG 73 in Denver, CO, June 25-27, 2018.

The full Call For Presentations can be found at:
http://www.cvent.com/d/ttqv1z/6K

Remaining Key Dates for NANOG 73:

Tuesday, 05/08/18 CFP Deadline: Presentation Slides Due
Tuesday, 05/08/18 CFP Topic List and NANOG Highlights Page
Monday, 06/18/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 06/24/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 06/24/18 On-site Registration

Finals slides must be submitted by Monday, June 18, 2018, and no changes
will be accepted between that date and the conference.  Materials received
after that date will be updated on the web site after the completion of the
conference.

We look forward to seeing you in June in Denver!

Sincerely,

Ryan Woolley
NANOG PC


[NANOG-announce] Reminder: NANOG 73 CFP is open!

2018-04-20 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

As a reminder, we are still accepting proposals for all sessions at
NANOG 73 in Denver, CO, June 25-27, 2018.

The full Call For Presentations can be found at:
http://www.cvent.com/d/ttqv1z/6K

Remaining Key Dates for NANOG 73:

Tuesday, 05/08/18 CFP Deadline: Presentation Slides Due
Tuesday, 05/08/18 CFP Topic List and NANOG Highlights Page
Monday, 06/18/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 06/24/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 06/24/18 On-site Registration

Finals slides must be submitted by Monday, June 18, 2018, and no changes
will be accepted between that date and the conference.  Materials received
after that date will be updated on the web site after the completion of the
conference.

We look forward to seeing you in June in Denver!

Sincerely,

Ryan Woolley
NANOG PC
--- End Message ---
___
NANOG-announce mailing list
nanog-annou...@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

[NANOG-announce] Reminder: NANOG 73 CFP is open!

2018-04-20 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

As a reminder, we are still accepting proposals for all sessions at
NANOG 73 in Denver, CO, June 25-27, 2018.

The full Call For Presentations can be found at:
http://www.cvent.com/d/ttqv1z/6K

Remaining Key Dates for NANOG 73:

Tuesday, 05/08/18 CFP Deadline: Presentation Slides Due
Tuesday, 05/08/18 CFP Topic List and NANOG Highlights Page
Monday, 06/18/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 06/24/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 06/24/18 On-site Registration

Finals slides must be submitted by Monday, June 18, 2018, and no changes
will be accepted between that date and the conference.  Materials received
after that date will be updated on the web site after the completion of the
conference.

We look forward to seeing you in June in Denver!

Sincerely,

Ryan Woolley
NANOG PC
--- End Message ---
___
NANOG-announce mailing list
NANOG-announce@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

[NANOG-announce] NANOG 73 Call for Presentations is open

2018-03-13 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

The NANOG Program Committee is excited to announce that we are now
accepting proposals for all sessions at NANOG 73 in Denver, CO, June 25-27,
2018.  Below is a summary of key details and dates from the Call For
Presentations on the NANOG website, which can be found at:
http://www.cvent.com/d/ttqv1z/6K

The NANOG Program Committee seeks proposals for presentations, panels,
tutorials, and track sessions for the NANOG 73 program.  We welcome
suggestions of speakers or topic ideas.  Presentations may cover current
technologies already deployed or soon-to-be deployed in the Internet.
Vendors are welcome to submit talks which cover relevant technologies and
capabilities, but presentations must not be promotional or discuss
proprietary solutions. NANOG 73 submissions can be entered on the NANOG
Program Committee Tool at https://pc.nanog.org

The primary speaker, moderator, or author should submit a presentation
proposal and an abstract in the Program Committee Tool.
- Select “Propose Talk” from the Talks menu
- Select NANOG 73 from the Meeting menu
- Select the appropriate *Session* the talk will be presented in (General
Session 30-45 minutes; Tutorial 90-120 minutes; Track 90-120 minutes)

Timeline for submission and proposal review:
- Submitter enters abstract (and draft slides if possible) in Program
Committee Tool: any time following Call for Presentations and prior to CFP
deadline for slide submission
- PC performs initial review and assigns a “shepherd” to help develop the
submission: within 2 weeks
- Submitter develops draft slides of talk.  Please submit initial draft
slides early.  Panel and Track submissions should provide topic list and
intended/confirmed participants
- PC reviews slides and continues to work with Submitter as needed to
develop topic
- Draft presentation slides should be submitted prior to published deadline
for slides
- PC accepts or declines submission
- Agenda assembled and posted
- Submitters notified

If you think you have an interesting topic but want feedback or suggestions
for developing an idea into a presentation, please email the Program
Committee, and a representative of the Program Committee will respond.
Otherwise, submit your talk, keynote, track, or panel proposal to the
Program Committee Tool without delay!  We look forward to reviewing your
submission.

Key Dates for NANOG 73:

Tuesday, 03/13/18 Registration for NANOG 73 Opens
Tuesday, 03/13/18 Agenda Outline for NANOG 73 Posted
Tuesday, 05/08/18 CFP Deadline: Presentation Slides Due
Tuesday, 05/08/18 CFP Topic List and NANOG Highlights Page
Monday, 06/18/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 06/24/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 06/24/18 On-site Registration

Finals slides must be submitted by Monday, June 18, 2018, and no changes
will be accepted between that date and the conference.  Materials received
after that date will be updated on the web site after the completion of the
conference.

We look forward to seeing you in June in Denver!

Sincerely,

Ryan Woolley
NANOG PC
--- End Message ---
___
NANOG-announce mailing list
nanog-annou...@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

[NANOG-announce] NANOG 73 Call for Presentations is open

2018-03-13 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

The NANOG Program Committee is excited to announce that we are now
accepting proposals for all sessions at NANOG 73 in Denver, CO, June 25-27,
2018.  Below is a summary of key details and dates from the Call For
Presentations on the NANOG website, which can be found at:
http://www.cvent.com/d/ttqv1z/6K

The NANOG Program Committee seeks proposals for presentations, panels,
tutorials, and track sessions for the NANOG 73 program.  We welcome
suggestions of speakers or topic ideas.  Presentations may cover current
technologies already deployed or soon-to-be deployed in the Internet.
Vendors are welcome to submit talks which cover relevant technologies and
capabilities, but presentations must not be promotional or discuss
proprietary solutions. NANOG 73 submissions can be entered on the NANOG
Program Committee Tool at https://pc.nanog.org

The primary speaker, moderator, or author should submit a presentation
proposal and an abstract in the Program Committee Tool.
- Select “Propose Talk” from the Talks menu
- Select NANOG 73 from the Meeting menu
- Select the appropriate *Session* the talk will be presented in (General
Session 30-45 minutes; Tutorial 90-120 minutes; Track 90-120 minutes)

Timeline for submission and proposal review:
- Submitter enters abstract (and draft slides if possible) in Program
Committee Tool: any time following Call for Presentations and prior to CFP
deadline for slide submission
- PC performs initial review and assigns a “shepherd” to help develop the
submission: within 2 weeks
- Submitter develops draft slides of talk.  Please submit initial draft
slides early.  Panel and Track submissions should provide topic list and
intended/confirmed participants
- PC reviews slides and continues to work with Submitter as needed to
develop topic
- Draft presentation slides should be submitted prior to published deadline
for slides
- PC accepts or declines submission
- Agenda assembled and posted
- Submitters notified

If you think you have an interesting topic but want feedback or suggestions
for developing an idea into a presentation, please email the Program
Committee, and a representative of the Program Committee will respond.
Otherwise, submit your talk, keynote, track, or panel proposal to the
Program Committee Tool without delay!  We look forward to reviewing your
submission.

Key Dates for NANOG 73:

Tuesday, 03/13/18 Registration for NANOG 73 Opens
Tuesday, 03/13/18 Agenda Outline for NANOG 73 Posted
Tuesday, 05/08/18 CFP Deadline: Presentation Slides Due
Tuesday, 05/08/18 CFP Topic List and NANOG Highlights Page
Monday, 06/18/18 Speaker FINAL presentation Slides to PC Tool
Sunday, 06/24/18 Lightning Talk Submissions Open (Abstracts Only)
Sunday, 06/24/18 On-site Registration

Finals slides must be submitted by Monday, June 18, 2018, and no changes
will be accepted between that date and the conference.  Materials received
after that date will be updated on the web site after the completion of the
conference.

We look forward to seeing you in June in Denver!

Sincerely,

Ryan Woolley
NANOG PC
--- End Message ---
___
NANOG-announce mailing list
NANOG-announce@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

[NANOG-announce] NANOG 72 agenda update and Hackathon

2018-01-25 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

The program committee has updated the NANOG 72 agenda, which is available
at: https://www.cvent.com/d/1tqlzk/16K

In addition to the previously announced programming, we will have a keynote
by Scott Bradner on the history of the internet, John Curran will speak on
ARIN's IRR Roadmap, and we'll have a panel of IETF Area Directors
discussing their ongoing efforts.

Over 500 attendees have registered to date.  Registration is available at:
https://www.cvent.com/d/1tqlzk

Seats are still available for the Hackathon on Sunday; separate
registration is required at: https://www.cvent.com/d/1tqlzk/4K

Regards,

Ryan Woolley
NANOG Program Committee
--- End Message ---
___
NANOG-announce mailing list
nanog-annou...@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

[NANOG-announce] NANOG 72 Agenda is Published

2018-01-10 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

The NANOG 72 Agenda <http://www.cvent.com/d/1tqlzk/16K> is published and
available as an iCal Feed.  The Program Committee has worked closely with
our speakers to develop a first-rate program and we encourage all attendees
to enjoy the whole conference.  As we review submitted content, minor
changes to the agenda are possible and will be updated in the online feed.
Thank you to the many members of our community who submitted interesting
content for NANOG 72!   Over 300 attendees have
<http://www.cvent.com/d/v5qxb1/3A>registered
<http://www.cvent.com/d/1tqlzk/4W> and the NANOG family looks forward to
welcoming all of you to Atlanta.

Useful Information

   -

   NANOG 72 General Information and Registration
   <http://www.cvent.com/d/1tqlzk>
   -

   NANOG 72 Agenda <http://www.cvent.com/d/1tqlzk/16K>
   -

   Hotel Room <http://www.cvent.com/d/1tqlzk/8K> Block(s) Information
   -

   Reminder, registration is required to participate in the NANOG 72
   Hackathon <http://www.cvent.com/d/1tqlzk/4K>
   -

   Want to network with other attendees?  Use the meeting scheduler for
   NANOG 72
   
<http://www.cvent.com/events/nanog-72/custom-122-4d16fb4c959e4dceb0002423a182e949.aspx>
   -

   A welcome message that will be sent to registered NANOG 72 attendees
   shortly will provide more information on scheduled events and applications
   to help you to make the most of your time in Atlanta


Safe travels and see you in Atlanta.

Sincerely,

Ryan Woolley

NANOG PC
--- End Message ---
___
NANOG-announce mailing list
nanog-annou...@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

Re: ✘Netflix

2018-01-08 Thread Ryan Woolley
Hi Gary,

geosupp...@netflix.com are the right folks to help you with this.

In the unlikely event that doesn't get you what you need, or if you
otherwise need to reach someone at Netflix on the CDN side, please use
cdnet...@netflix.com

Regards,

Ryan Woolley
Netflix

On Sat, Jan 6, 2018 at 2:17 AM, Gary E. Miller <g...@rellim.com> wrote:

> Yo All!
>
> Sorry to bother, but...
>
> Netflis is blocking my IP range.  1st line support useless.  Months and
> can not reah anyone with a clue.  Anyone got a Netflix contact?
>
> RGDS
> GARY
> 
> ---
> Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
> g...@rellim.com  Tel:+1 541 382 8588
>
> Veritas liberabit vos. -- Quid est veritas?
> "If you can’t measure it, you can’t improve it." - Lord Kelvin
>


[NANOG-announce] NANOG 72 CFP Open

2017-10-24 Thread Ryan Woolley via NANOG-announce
This message has been wrapped due to the DMARC policy setting to
prevent NANOG subscribers from being unsubscribed due to bounces.
--- Begin Message ---
NANOG Community,

The NANOG Program Committee is excited to announce that we are now
accepting proposals for all sessions at NANOG 72 in Atlanta, GA, February
19-21 2018.  Below is a summary of key details from the Call For
Presentations
<http://www.cvent.com/events/nanog-72/custom-22-4d16fb4c959e4dceb0002423a182e949.aspx>
on the NANOG website.

We look forward to seeing you in February in Atlanta!

Sincerely,

Ryan Woolley

NANOG PC
--- End Message ---
___
NANOG-announce mailing list
nanog-annou...@nanog.org
https://mailman.nanog.org/mailman/listinfo/nanog-announce

Re: Anyone using Arista 7280R as edge router?

2017-04-17 Thread Ryan Woolley
Yes, we (Netflix) have the Arista 7500R and 7280R widely deployed as edge
routers.  We're a few months away from shutting down the few remaining MXs
and ASRs in our CDN.

There was a thread from about a year ago that you might check out:
https://mailman.nanog.org/pipermail/nanog/2016-April/085472.html

Since then, route table growth hasn't changed appreciably.  Also, Arista
has added some features (notably route-map subroutine support and
default-deny) that improve BGP policy functionality.

If your use case allows you to use a default for those routes not heard via
your direct peers, there are options to increase the functional scale (and
thus to stretch the lifespan beyond ~4 years).  In addition to filtering,
there's support for selective route download, which will allow you to keep
a full RIB with a more limited FIB.

Regards,
Ryan

On Fri, Apr 14, 2017 at 9:51 AM, David Hubbard <
dhubb...@dino.hostasaurus.com> wrote:

> Hey all, have some Brocade MLXe’s that can no longer handle a full v4 and
> v6 route table while also having VRF support (dumb CAM profile limitations
> in the software).  Mine don’t do anything fancy; just BGP to a few upstream
> peers and OSPF/OSPFv3 to the inside, management VRF, some ACL’s.  I’m
> looking at the ASR9001 with add-on ports since I need (10) 10gig.  However,
> I’ve also been running some Arista 7280SE’s for the past 18 months with no
> issues, and they want me to consider their 7280R since it would give me
> more ports, in addition to some higher speed ports, which would be nice if
> I ever want to upgrade some of our peering to 40 or 100gig.
>
> Arista’s specs say the 7500R / 7280R can handle 1M ipv4+ipv6 routes in
> hardware (FIB):
>
> https://www.arista.com/assets/data/pdf/Whitepapers/FlexRoute-WP.pdf
>
> In theory, it would last at least a few years if the v4 table doesn’t get
> too crazy between now and then.
>
> Curious if anyone has deployed a 7500R or 7280R in this role and what the
> feedback has been?
>
> The 9001’s 4M ‘credits’ for the combo of v4 +(2)v6 routes obviously goes
> much further, but I think either one would make it to their expected end of
> life, or if not on the Arista side, I’d probably have spent half as much.
>
> Thanks,
>
> David
>


Re: Friday's Random Comment - About: Arista and FIB/RIB's

2016-04-29 Thread Ryan Woolley
Just to be clear, this isn't (to my knowledge) something that Arista is
doing and so the risk described doesn't affect the products that were
discussed on that thread.

On Fri, Apr 29, 2016 at 9:30 AM, Nick Hilliard  wrote:

> Laszlo Hanyecz wrote:
> > I'm curious about specific failure modes that can result from this, if
> > anyone can share examples/experience with it.
>
> The canonical pathological case is where the deaggregated prefixes are
> affected by upstream topology changes and suddenly your optimisations
> which saved you N% of forwarding lookup table capacity are wiped out to
> zero and you end up with no ability to look up next-hops.
>
> Nick
>


Re: Arista Routing Solutions

2016-04-28 Thread Ryan Woolley
On Thu, Apr 28, 2016 at 1:33 AM, lincoln dale  wrote:

> On Wed, Apr 27, 2016 at 4:41 PM, Peter Kranz 
> wrote:
>
>> Curious if you have any thoughts on the longevity of the 7500R
>> and 7280R survival's with IPv4 full tables? How full are you seeing the
>> TCAM getting today (I'm assuming they are doing some form of selective
>> download)? And if we are currently adding 100k/routes a year, how much
>> longer will it last?
>
> [...]
>
> One could ask Geoff Huston where he thinks combined IPv4+v6 will exceed 1M
> entries but I would expect it to be many years away based on
> http://bgp.potaroo.net/ and we'd welcome discussions about if it you want
> to know our opinion [*] on how we're doing it will scale.  What we're doing
> doesn't explode at 1M, there's headroom in it hence why we say "1M+". Again
> we're happy to talk about it, just ask your friendly arista person and if
> you don't know who to ask, ask me and i'll put you in touch with the right
> folks.
>

Peter, I'd point you to https://labs.apnic.net/?p=767 for more historical
detail and a table with some (recent) predictions.  The summary is that the
rate is mostly linear at around 10% per year and even 1MM routes lasts
quite comfortably beyond 5 years at the current growth rate.  I am not
particularly worried about the table growth rate (or Moore's law) changing
dramatically.

With respect to the utilization of the hardware, our setup is basically the
same as Lincoln's scenario #1 and so utilization looks about the same, on
both platforms.


Re: Arista Routing Solutions

2016-04-26 Thread Ryan Woolley
While the QFX in general is similar to Jericho-based platforms, I think the
QFX10002 is perhaps not an ideal comparison.  At 100G, there is a
significant density penalty on that platform, as you can use all 36 ports
at 40G, but only 12 ports at 100G.

BGP convergence in the newer EOS releases is indeed very, very fast.

On Sun, Apr 24, 2016 at 12:08 PM, Colton Conor 
wrote:

> Saku,
>
> I guess you are right the QFX10002-36Q is probably a better comparison. But
> let's be honest, Juniper is not going to sell a QFX10002-36Q for less than
> $20k like Arista will do for a semi- similar box. Even with a high discount
> (like 90 percent off list), the Juniper QFX10002-36Q at $360k list price
> comes nowhere close on the price point. Cisco, Juniper, ALU, etc are all
> not going to see a low cost high density fixed switch because that would
> cannibalize on their sales on the larger platforms. I really think Arista
> is kind of unique here as they don't have another routing platform to
> cannibalize, so they are competitively pricing their platform.
>
> So I guess the question becomes, what features are missing that Arista does
> not currently have? They seems to be adding more and more features, and
> taking more market share. Here is a list of features supported:
> https://www.arista.com/en/support/product-documentation/supported-features
> I have not personally used Arista myself, but I like what I am seeing as
> far as price point, company culture, and repruatation in the market place.
> I know their switching is solid, but I am not sure about their routing.
>
> Arista claims to have much, much faster BGP convergence time than all the
> other vendors.
>
>
>
>
>
> On Sat, Apr 23, 2016 at 1:20 PM, Saku Ytti  wrote:
>
> > On 23 April 2016 at 10:52, Tom Hill  wrote:
> > > In broad strokes: for your money you're either getting port density, or
> > > more features per port. The only difference here is that there's
> > > suddenly more TCAM on the device, and I still don't see the above
> > > changing too drastically.
> >
> > Yeah OP is comparing high touch chip (MX104) to low touch chip
> > (Jericho) that is not fair comparison. And cost is what customer is
> > willing to pay, regardless of sticker on the box. No one will pay
> > significant mark-up for another sticker, I've never seen in RFP
> > significant differences in comparable products.
> >
> > Fairer comparison would be QFX10k, instead of MX104. QFX10k is AFAIK
> > only product in this segment which is not using Jericho. If this is
> > competitive advantage or risk, jury is still out, I lean towards
> > competitive advantage, mainly due to its memory design.
> >
> > --
> >   ++ytti
> >
>


Re: Arista Routing Solutions

2016-04-26 Thread Ryan Woolley
IOS-XR on ASR 9k and Junos on MX.

For our use case, there's no longer anything limiting as compared to those
platforms.  BGP policy is perhaps not as rich as you might be used to if
your experience is with the sort of routers traditionally marketed to
service providers, but I'm sure that will get better, and it's probably
irrelevant if your policy is fairly static.

You are correct that we do collect a lot of flow data, both via sflow and
Netflow.  We've been able to do everything we need with Arista's sflow
implementation.

On Mon, Apr 25, 2016 at 6:41 PM, Colton Conor <colton.co...@gmail.com>
wrote:

> Ryan,
>
> What routing platform were you coming from before? What features does
> Arista not have that you find limiting that the old platform did have?
>
> How does Astira's Sflow only compare to having Cisco Netflow or Juniper
> JFlow for traffic monitoring which I assume Netflix does alot of?
>
> On Wed, Apr 20, 2016 at 3:48 PM, Ryan Woolley <rwoolleyna...@gmail.com>
> wrote:
>
>> Colton Conor wrote:
>> > I know Arista is typically a switch manufacturer, but with their
>> recently
>> > announced Arista 7500R Series and soon to be announced but already
>> shipping
>> > 7280R Series Arista is officially getting into the routing game. The
>> fixed
>> > 1U 7280R Series looks quite impressive. The 7500R series is your
>> > traditional chassis and line card based solution.
>> >
>> > Both of these products have the ability to hold the full internet
>> routing
>> > table, and Arista is working on MPLS features. Both of these new
>> products
>> > use the latest Broadcom Jerico chipsets.
>>
>> We (Netflix) have been deploying the previous gen (7500E) as edge routers
>> for about two years in high traffic, low route count applications in our
>> CDN, and have been working with Arista for almost as long to improve route
>> scale so that we could turn off all our traditional routers.
>>
>> The features that enable full routes on Jericho are running in our
>> production network today and we also have the 7500R and 7280R working with
>> full tables.
>>
>> I can't speak to MPLS, but for our use case (all L3, very high-density
>> 10/40/100G, BGP, IS-IS and light QoS), it's working well.
>>
>> So, yes, I'd say those two products are quite viable and competitive
>> options in the edge router space.
>>
>
>


Re: Arista Routing Solutions

2016-04-24 Thread Ryan Woolley
Colton Conor wrote:
> I know Arista is typically a switch manufacturer, but with their recently
> announced Arista 7500R Series and soon to be announced but already
shipping
> 7280R Series Arista is officially getting into the routing game. The fixed
> 1U 7280R Series looks quite impressive. The 7500R series is your
> traditional chassis and line card based solution.
>
> Both of these products have the ability to hold the full internet routing
> table, and Arista is working on MPLS features. Both of these new products
> use the latest Broadcom Jerico chipsets.

We (Netflix) have been deploying the previous gen (7500E) as edge routers
for about two years in high traffic, low route count applications in our
CDN, and have been working with Arista for almost as long to improve route
scale so that we could turn off all our traditional routers.

The features that enable full routes on Jericho are running in our
production network today and we also have the 7500R and 7280R working with
full tables.

I can't speak to MPLS, but for our use case (all L3, very high-density
10/40/100G, BGP, IS-IS and light QoS), it's working well.

So, yes, I'd say those two products are quite viable and competitive
options in the edge router space.