Mailing List Archive

Coriant Groove platform support
Hi all,

Does rancid support Coriant Groove platform like G30? I don't see it in bin
directory.

Cheers,
Jimmy
Re: Coriant Groove platform support [ In reply to ]
Jimmy Lim wrote:
> Does rancid support Coriant Groove platform like G30? I don't see it in
> bin directory.

no but it should be pretty easy to add. It's a straightforward
ssh/no-enable login, with the following commands issued:

set -f cli-config cli-columns 65535
show inventory
show softwareload
show config | display commands
quit -f

just make sure you're not using fp2.0.0 because that eats the CRS config
lines when you use the "display commands" pipe (fixed in fp2.0.1)

Nick

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss
Re: Coriant Groove platform support [ In reply to ]
Hi Nick,

Happy new year! Thanks for your update. I have just built the custom rancid
script for that and it works fine. Let me know whether Coriant support is
going to be incorporated in future release or not. Thanks again.

Cheers,
Jimmy

On Fri, Dec 29, 2017 at 9:36 PM, Nick Hilliard <nick@foobar.org> wrote:

> Jimmy Lim wrote:
> > Does rancid support Coriant Groove platform like G30? I don't see it in
> > bin directory.
>
> no but it should be pretty easy to add. It's a straightforward
> ssh/no-enable login, with the following commands issued:
>
> set -f cli-config cli-columns 65535
> show inventory
> show softwareload
> show config | display commands
> quit -f
>
> just make sure you're not using fp2.0.0 because that eats the CRS config
> lines when you use the "display commands" pipe (fixed in fp2.0.1)
>
> Nick
>
Re: Coriant Groove platform support [ In reply to ]
Tue, Jan 02, 2018 at 05:09:18PM +0800, Jimmy Lim:
> Hi Nick,
>
> Happy new year! Thanks for your update. I have just built the custom rancid
> script for that and it works fine. Let me know whether Coriant support is
> going to be incorporated in future release or not. Thanks again.

Happy to stick a copy in the contrib area.

> Cheers,
> Jimmy
>
> On Fri, Dec 29, 2017 at 9:36 PM, Nick Hilliard <nick@foobar.org> wrote:
>
> > Jimmy Lim wrote:
> > > Does rancid support Coriant Groove platform like G30? I don't see it in
> > > bin directory.
> >
> > no but it should be pretty easy to add. It's a straightforward
> > ssh/no-enable login, with the following commands issued:
> >
> > set -f cli-config cli-columns 65535
> > show inventory
> > show softwareload
> > show config | display commands
> > quit -f
> >
> > just make sure you're not using fp2.0.0 because that eats the CRS config
> > lines when you use the "display commands" pipe (fixed in fp2.0.1)
> >
> > Nick
> >

> _______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss@shrubbery.net
> http://www.shrubbery.net/mailman/listinfo/rancid-discuss

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss