Add/Change the 'src' component of a route get from RIPv2 advertisement Unicorn Meta Zoo #1:...
All ASCII characters with a given bit count
Seek and ye shall find
How to open locks without disable device?
Additive group of local rings
Why did Israel vote against lifting the American embargo on Cuba?
Implementing 3DES algorithm in Java: is my code secure?
PIC mathematical operations weird problem
The art of proof summarizing. Are there known rules, or is it a purely common sense matter?
How would this chord from "Rocket Man" be analyzed?
Can you stand up from being prone using Skirmisher outside of your turn?
Why isn't everyone flabbergasted about Bran's "gift"?
std::is_constructible on incomplete types
Will I lose my paid in full property
Did the Roman Empire have penal colonies?
Could Neutrino technically as side-effect, incentivize centralization of the bitcoin network?
What *exactly* is electrical current, voltage, and resistance?
Can I criticise the more senior developers around me for not writing clean code?
How to get even lighting when using flash for group photos near wall?
Is Electric Central Heating worth it if using Solar Panels?
Retract an already submitted recommendation letter (written for an undergrad student)
Married in secret, can marital status in passport be changed at a later date?
Expansion//Explosion and Siren Stormtamer
My admission is revoked after accepting the admission offer
Are all CP/M-80 implementations binary compatible?
Add/Change the 'src' component of a route get from RIPv2 advertisement
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
Come Celebrate our 10 Year Anniversary!Add Persistent Static Route in Centos 5Windows route add errorip route show src fieldroute add in rhel with src optionHow can I route or bridge vlan properly with linux router?How to configure dual homed server in order for both network segments to communicate?add new route linuxhow to add static route to specific hostLinux: Bridging two ethernet connections together to allow second host onto first networkRIPv2: Strange Rule in Advertising
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
My Linux will get dynamic route entries from neighbor routers sent by RIPv2 advertisement. My Linux is running Qugga and the advertising routers are Cisco on which I have no control.
I will get a route like below automatically inserted into the route table:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20
What I need to do is to add a 'src' component to the auto etnry to make it something like:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20 src an-addr-other-that-gre1.
The question is, how do I automatically do it anytime when the new route was inserted? Does Quagga config support to do? Or, otherwise, another general mechanism allows me to do it independent to Quagga?
Thanks!
woody
linux networking route quagga rip
add a comment |
My Linux will get dynamic route entries from neighbor routers sent by RIPv2 advertisement. My Linux is running Qugga and the advertising routers are Cisco on which I have no control.
I will get a route like below automatically inserted into the route table:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20
What I need to do is to add a 'src' component to the auto etnry to make it something like:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20 src an-addr-other-that-gre1.
The question is, how do I automatically do it anytime when the new route was inserted? Does Quagga config support to do? Or, otherwise, another general mechanism allows me to do it independent to Quagga?
Thanks!
woody
linux networking route quagga rip
add a comment |
My Linux will get dynamic route entries from neighbor routers sent by RIPv2 advertisement. My Linux is running Qugga and the advertising routers are Cisco on which I have no control.
I will get a route like below automatically inserted into the route table:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20
What I need to do is to add a 'src' component to the auto etnry to make it something like:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20 src an-addr-other-that-gre1.
The question is, how do I automatically do it anytime when the new route was inserted? Does Quagga config support to do? Or, otherwise, another general mechanism allows me to do it independent to Quagga?
Thanks!
woody
linux networking route quagga rip
My Linux will get dynamic route entries from neighbor routers sent by RIPv2 advertisement. My Linux is running Qugga and the advertising routers are Cisco on which I have no control.
I will get a route like below automatically inserted into the route table:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20
What I need to do is to add a 'src' component to the auto etnry to make it something like:
10.17.0.0/16 via 10.3.255.94 dev gre1 proto zebra metric 20 src an-addr-other-that-gre1.
The question is, how do I automatically do it anytime when the new route was inserted? Does Quagga config support to do? Or, otherwise, another general mechanism allows me to do it independent to Quagga?
Thanks!
woody
linux networking route quagga rip
linux networking route quagga rip
asked 6 mins ago
Woody WuWoody Wu
263
263
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964512%2fadd-change-the-src-component-of-a-route-get-from-ripv2-advertisement%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964512%2fadd-change-the-src-component-of-a-route-get-from-ripv2-advertisement%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown