Subject: RARE user and assistance email list
List archive
- From: Eoin Kenny <>
- To: "" <>, "" <>
- Subject: RE: [RARE-users] ISIS MD5 hello config
- Date: Fri, 3 Dec 2021 11:39:06 +0000
- Accept-language: en-IE, en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=heanet.ie; dmarc=pass action=none header.from=heanet.ie; dkim=pass header.d=heanet.ie; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=tp8C+0ndY3uHYbgnpqTkhueRdcTlNoerdy8Is7f2uFU=; b=GaXJ4MHaoxcvcejELNNl3Ad+1bk5HvkFRMcM8nUwCkV17tLZc0YHFUGE0xO4HBmuVBvd7pewKBKNqayS2KRG7I/Y9rDGJBr52SYek0iH5AoQRt5md7YFTegJPEh+nRoh2prcOPS+X76FOIhrOmLN2qrr5Hc9zUhQNMYwYlsq1Zv/LaCeNg7ZsLAf+BixdjwCU6OEEC08G1c3lty47X75cBGThNNDJvWiIB5VmlrwlNi6iYUgV02ZzWpnJ7UzikSnSFrtVkdPoU0nzFSfacdOsMA/+/ybHUxCZdIjICN5/Zcmm90OXWKCKNE5zyTAPXKo/3QjZcXzw1L/T2ADCBlFpA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=TbQ2G42/3p1DF+yDl/tZvE2UuzeIP2Uik5gIcznnbo9x7XrsyXwoCH9dDefztJMHzjfmWfWQexJkhWKzYTVOIi2BUEJiuDn17a1P+AqZskTyckNueAkUBGQRDhH/f5fvW1ATqyFKsqJY7YmfxuroPihOlPTGa3H2Q5/KgAtiK33bq23bdFH5FHKSeCZgFbn/fbn9VDqlJcKUHavQpXIUB6V8viODaYcDuod1sJnr7Mbm2ezWKeBl81PIpcYx3X9NhLpYW4AfqlcCJgro7xFrhzc1kM5WxRTnwqi101kWd8s6+4Z6k+NkrG08EyOBC2aobyXsr8mc5vDe/r5FZOyeKQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=heanet.ie;
Hi Csaba,
Excellent, many thanks. Fastest feature request I have ever seen!
Let me know when I can test it.
Regards
Eoin
-----Original Message-----
From: mc36 <>
Sent: Thursday 2 December 2021 17:07
To: ; Eoin Kenny <>
Subject: Re: [RARE-users] ISIS MD5 hello config
CAUTION[External]: This email originated from outside of the organisation. Do
not click on links or open the attachments unless you recognise the sender
and know the content is safe.
hi,
a decision is made here so i just added this md5 stuff for ospf with these
changes:
https://github.com/mc36/freeRouter/commit/908ef281b3e26891c94ac0a1bfc09ce6f9765d46
now some test cases need to cover the functionality then i'll proceed to isis
md5...
regards,
cs
On 12/2/21 09:56, Eoin Kenny wrote:
> Hi Csaba,
>
> Thanks for the links. I am using a Juniper at the other end. The ISIS group
> configuration contains the md5 config for the interfaces, but you can
> override the global config by explicitly configuring the interfaces under
> the protocol ISIS.
> So the following works fine.
> ekenny@edge1-testlab> show configuration protocols isis interface
> ge-1/1/8.0 hello-padding disable; level 1 disable; level 2 {
> hello-authentication-key "$9removed"; ## SECRET-DATA
> hello-authentication-type simple; } ekenny@edge1-testlab>
>
> edge5-testlab#show running-config ethernet3 interface ethernet3
> description "Link to edge1-testlab"
> vrf forwarding isisvrf
> ipv4 address 192.168.1.1 255.255.255.254
> router isis4 1 enable
> router isis4 1 circuit level2
> router isis4 1 password $v10$removed==
> no shutdown
> no log-link-change
> exit
>
> Thank you for your help.
>
> Regards
> Eoin
>
> -----Original Message-----
> From:
> <> On Behalf Of mc36
> Sent: Wednesday 1 December 2021 15:43
> To: ; Eoin Kenny <>
> Subject: Re: [RARE-users] ISIS MD5 hello config
>
> CAUTION[External]: This email originated from outside of the organisation.
> Do not click on links or open the attachments unless you recognise the
> sender and know the content is safe.
>
>
> hi,
> at the moment, freerouter can only do cleartext authentication on interface
> or lsp level:
> http://sources.nop.hu/cfg/intop2-isis08.tst
> http://sources.nop.hu/cfg/intop2-isis11.tst
> in both tests, r1 is freerouter and r2 is xrv9k...
> regards,
> cs
>
>
> On 12/1/21 14:23, Eoin Kenny wrote:
>> Hi all,
>>
>> I maybe missing something obvious but I could not see how to configure MD5
>> hello authentication for ISIS on freerouter. Any suggestions or points
>> would be appreciated.
>>
>> Thanks
>> Eoin
>>
- [RARE-users] ISIS MD5 hello config, Eoin Kenny, 12/01/2021
- Re: [RARE-users] ISIS MD5 hello config, mc36, 12/01/2021
- RE: [RARE-users] ISIS MD5 hello config, Eoin Kenny, 12/02/2021
- Re: [RARE-users] ISIS MD5 hello config, mc36, 12/02/2021
- Re: [RARE-users] ISIS MD5 hello config, Frédéric LOUI, 12/02/2021
- Re: [RARE-users] ISIS MD5 hello config, mc36, 12/03/2021
- RE: [RARE-users] ISIS MD5 hello config, Eoin Kenny, 12/03/2021
- Re: [RARE-users] ISIS MD5 hello config, Tim Chown, 12/03/2021
- Re: [RARE-users] ISIS MD5 hello config, Frédéric LOUI, 12/03/2021
- Re: [RARE-users] ISIS MD5 hello config, mc36, 12/03/2021
- RE: [RARE-users] ISIS MD5 hello config, Eoin Kenny, 12/14/2021
- Re: [RARE-users] ISIS MD5 hello config, mc36, 12/14/2021
- Re: [RARE-users] ISIS MD5 hello config, Xavier Jeannin, 12/14/2021
- RE: [RARE-users] ISIS MD5 hello config, Eoin Kenny, 12/14/2021
- Re: [RARE-users] ISIS MD5 hello config, Tim Chown, 12/03/2021
- Re: [RARE-users] ISIS MD5 hello config, mc36, 12/02/2021
- RE: [RARE-users] ISIS MD5 hello config, Eoin Kenny, 12/02/2021
- Re: [RARE-users] ISIS MD5 hello config, mc36, 12/01/2021
Archive powered by MHonArc 2.6.19.