Skip to Content.

rare-dev - Re: [rare-dev] [freertr] [RARE-users] devvie stories

Subject: Rare project developers

List archive


Re: [rare-dev] [freertr] [RARE-users] devvie stories


Chronological Thread 
  • From: mc36 <>
  • To: "" <>, "" <>
  • Subject: Re: [rare-dev] [freertr] [RARE-users] devvie stories
  • Date: Sat, 11 Feb 2023 12:30:21 +0100

the feature is here:
https://github.com/rare-freertr/freeRtr/commit/58d1022e49cfb912d5afea20e9e1c9fb49deffdf
and it already performs better than in cisco ios xe:

cat8kv-1(config)#
cat8kv-1(config)#
cat8kv-1(config)#router ospf 123 vrf asdf
cat8kv-1(config-router)#exit
cat8kv-1(config)#
cat8kv-1(config)#
cat8kv-1(config)#
cat8kv-1(config)#router bgp 123 vrf asdf
^
% Invalid input detected at '^' marker.

cat8kv-1(config)#router isis 123 vrf asdf
^
% Invalid input detected at '^' marker.

cat8kv-1(config)#


-----------------------------------------vs-----------------------------------


sid#
sid#
sid#
sid#configure
sid(cfg)#show config-differences

sid(cfg)#router isis4 123 vrf v7
sid(cfg-rtr)#show running-config this
router isis4 123 vrf v7
upgrade-cli
net-id 00.0000.0000.0000.00
traffeng-id ::
is-type level2
exit
!

sid(cfg-rtr)#no upgrade-cli
sid(cfg-rtr)#show running-config this
router isis4 123
vrf v7
net-id 00.0000.0000.0000.00
traffeng-id ::
is-type level2
exit
!

sid(cfg-rtr)#
sid(cfg)#
sid(cfg)#
sid(cfg)#
sid(cfg)#router bgp4 123 vrf v5
sid(cfg-rtr)#show running-config this
router bgp4 123 vrf v5
upgrade-cli
local-as 0
router-id 0.0.0.0
address-family unicast
exit
!

sid(cfg-rtr)#no upgrade-cli
sid(cfg-rtr)#show running-config this
router bgp4 123
vrf v5
local-as 0
router-id 0.0.0.0
address-family unicast
exit
!

sid(cfg-rtr)#
sid(cfg-rtr)#
sid(cfg-rtr)#
sid(cfg-rtr)#





On 2/11/23 09:47, mc36 wrote:
ohhh well, and recent fun feature (do you remember the cli-typo-punisher
stuff? :)
well basically just a sticky no-op like some other knobs... :)

noti(cfg)#show config-differences
locale for-machines

noti(cfg)#

afterwards carmen have nothing to tell us about her corp's hostname
conventions, visible worldwide in the ospf(v3) databases :)

after issuing "locale hungarian" or "locale hu" you no one can complain about
a vrf created with
the "vrf definition bugos-szar-szemet-#foryou!ba-vele" knob translating
roughly like just-testing :)

after configuring "local hungry" indicates it'll be a really short call :)

and so on...

br,
cs




On 2/11/23 09:37, mc36 wrote:
my weekend project will be
https://github.com/rare-freertr/freeRtr/blob/master/todo.txt#L1
and the first upgrade-cli knob in freerouter.... :) similar like this, but
here keeping your choice... :)


RP/0/RP0/CPU0:Test2(config)#router bgp 1234 vrf asdf !!!!!! but this
here will be a completely different thing in freerouter....
RP/0/RP0/CPU0:Test2(config-bgp-vrf)#root
RP/0/RP0/CPU0:Test2(config)#router ospf 1234 vrf asdf !!!!!! this one
will do exactly the same thing in freerouter...
RP/0/RP0/CPU0:Test2(config-ospf-vrf)#root
RP/0/RP0/CPU0:Test2(config)#show configuration
Sat Feb 11 08:23:13.013 UTC
Building configuration...
!! IOS XR Configuration 7.3.2
vrf asdf
address-family ipv4 unicast
!
!
router ospf 1234
vrf asdf
!
!
router bgp 1234
vrf asdf
!
!
end

RP/0/RP0/CPU0:Test2(config)#




sid(cfg)#router ospf4 1 vrf v7
debug userConfig.doGlobal:userConfig.java:1049 here -->vrf v7<--
debug userConfig.doGlobal:userConfig.java:1051 here -->router ospf4 1 vrf v7
<--
debug userConfig.doGlobal:userConfig.java:1052 here -->router ospf4 1 vrf v7
<--
% not initialized
sid(cfg-rtr)#vrf v7
sid(cfg-rtr)#



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#1043): https://groups.io/g/freertr/message/1043
Mute This Topic: https://groups.io/mt/96893946/6006518
Group Owner:
Unsubscribe: https://groups.io/g/freertr/unsub []
-=-=-=-=-=-=-=-=-=-=-=-





Archive powered by MHonArc 2.6.24.

Top of Page