Sponsored Content
Operating Systems Linux SuSE /etc/sysconfig/network/if-up.d Help Post 302081690 by pmpx on Thursday 27th of July 2006 05:10:55 AM
Old 07-27-2006
Error /etc/sysconfig/network/if-up.d Help

Hello all,
the scripts in this directory are executed after all interfaces are UP?
Can I create a script like this in this directory?
#!/bin/bash
route del -net xx.xx.xx.xx netmask xx.xx.xx.xx gw xx.xx.xx.xx. dev ethx

I'm using SUSE.

thanks for the help
 

9 More Discussions You Might Find Interesting

1. AIX

Do I need /etc/sysconfig/rawdevices on AIX

When install Oracle 10, for linux, I need input entries in /etc/sysconfig/rawdevices . However, for AIX, do I need input somthing in /etc/sysconfig/rawdevices ? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

2. Programming

Help in developing a Network Appliation to monitor pc in a network

I am developing a Network Appliation to monitor computers in a network. Specs are App monitors the current web page viewed in each system App also can shutdown the computer in the network App can show all process run by each computer in the network I am now confused how to start my... (2 Replies)
Discussion started by: valaparambil88
2 Replies

3. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

4. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

5. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

6. Solaris

Advanced Sysconfig use when building non-global zones in Solaris 11

I'm in an LDOM. I'm building non-global IP exclusive zones. I am using manifests and profiles to configure the system after install so I don't have to tab through the sysconfig startup dialog everytime I boot a system the first time for settings that never change (DNS, regional data, NTP etc). I... (0 Replies)
Discussion started by: os2mac
0 Replies

7. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies

8. Solaris

Sysconfig setup window keeps showing after reboot

so here's teh deal: Solaris 11.3 zone created from a template created by configuring a zone, running sysconfig unconfigure on it and then saved by a zfs send and receive. create the new zoneconfig, import the template FS using zfs recieve. Now everytime we reboot the new zone it makes us do... (0 Replies)
Discussion started by: os2mac
0 Replies

9. Solaris

Solaris 11 sysconfig and zones weirdness

when I create a new zone either via zfs export template or installing the OS from the .iso I get a weird problem. once I create the zone and login for the first time to the console I get the sysconfig menu. I do the config setup and exit the zone boots normally. The next time I reboot, I have to do... (0 Replies)
Discussion started by: os2mac
0 Replies
lldptool(8)							       Linux							       lldptool(8)

NAME
evb - Show / manipulate EVB TLV configuration SYNOPSIS
lldptool -t -i ethx -V evbCfg -c enableTx lldptool -T -i ethx -V evbCfg -c enableTx=[yes|no] lldptool -t -i ethx -V evbCfg -c fmode lldptool -T -i ethx -V evbCfg -c fmode=[bridge|reflectiverelay] lldptool -t -i ethx -V evbCfg -c capabilities lldptool -T -i ethx -V evbCfg -c capabilities=[rte|ecp|vdp|none] lldptool -t -i ethx -V evbCfg -c rte lldptool -T -i ethx -V evbCfg -c rte=[<rte>] lldptool -t -i ethx -V evbCfg -c vsis lldptool -T -i ethx -V evbCfg -c vsis=[<number of vsis>] DESCRIPTION
The EVB TLV is a TLV to announce the station and bridge's edge virtual bridging (evb) capabilities and request the bridge forwarding mode. If both sides have agree on edge control protocol (ECP), VSI discovery protocol (VDP) capabilities, both sides can exchange VDP TLV using ECP frames. The vsis parameter will set the maximum number of VSIs and show the number of currently configured VSIs. ARGUMENTS
enableTx Enables the EVB TLV to be transmitted fmode shows or sets the forwarding mode between bridge (default) or reflectiverelay (RR). capabilities shows or sets the local capabilities that are announced to the adjacent switch in the TLV. This parameter will accept any combina- tion of rte, vdp or ecp, separated by ",". Use the keyword "none" if you do not want to set any capabilities. rte shows or set the local run time exponent (RTE). The RTE will be used as the base for the timing of the ECP and VDP protocols. vsis shows or sets the number of virtual station interfaces (VSIs) that are announced to the adjacent switch in the TLV. This parameter expects a number between 0 and 65535. Theory of Operation The EVB TLV is used to announce and exchange supported parameters between the station and an adjacent switch. If "reflectiverelay" is set as forwarding mode, the switch will allow "reflection" of frames coming from different sources at the same port back to the port. This will allow communication between virtual machines on the same host via the switch. The capabilities parameter is used to set RTE, ECP and VDP support. VDP TLVs in ECP frames can only be exchanged if both sides agree on ECP and VDP as capabilities. RTE will be used as the base timing parameter for ECP and VDP. EXAMPLE &; USAGE Display locally configured values for eth8 lldptool -t -i eth8 -V evbCfg Display remotely configured values for eth8 lldptool -n -t -i eth8 -V evbCfg Display wether evb tlv is configured for tx on eth8 lldptool -t -i eth8 -V evbCfg -c enableTx Display the currently requested forwarding mode for eth8 lldptool -t -i eth8 -V evbCfg -c fmode Set the forwarding mode to reflective relay lldptool -T -i eth8 -V evbCfg -c fmode=reflectiverelay Display the currently configured capabilities lldptool -t -i ethx -V evbCfg -c capabilities Set the locally possible capabilities to RTE, ECP and VDP lldptool -T -i ethx -V evbCfg -c capabilities=rte,ecp,vdp Resets the locally possible capabilities to "none" lldptool -T -i ethx -V evbCfg -c capabilities=none Display the locally configured value for RTE lldptool -t -i ethx -V evbCfg -c rte Set the value for RTE lldptool -T -i ethx -V evbCfg -c rte=[<rte>] Display the configured maximum number of VSIs lldptool -t -i ethx -V evbCfg -c vsis Set the maximum number of VSIs lldptool -T -i ethx -V evbCfg -c vsis=[<number of vsis>] SOURCE
o IEEE 802.1Qbg (http://www.ieee802.org/1/pages/802.1bg.html) NOTES
Currently the code in lldpad reflects draft 0 of the upcoming standard. EVB TLVs on the wire can be decoded with wireshark > v1.6. SEE ALSO
lldptool-vdp(8), lldptool(8), lldpad(8) AUTHOR
Jens Osterkamp open-lldp February 2010 lldptool(8)
All times are GMT -4. The time now is 01:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy