Sponsored Content
Top Forums Shell Programming and Scripting How to replace the last pattern using sed? Post 302508869 by ctsgnb on Tuesday 29th of March 2011 10:16:12 AM
Old 03-29-2011
So we miss some criteria to answer your question : give more clue

You want to replace which AAA ?

all but not the one in the first line ?

Only the last occurrence of AAA found ?

Only the second occurrence of AAA found ?

other ?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Find a pattern and replace using sed.

Hi I need to help on finding the below pattern using sed <b><a href="/home/document.do?assetkey=x-y-abcde-1&searchclause=photo"> and replace as below in the same line on the index file. <b><a href="/abcde.html"> thx in advance. Mari (5 Replies)
Discussion started by: maridhasan
5 Replies

2. Shell Programming and Scripting

SED Search Pattern and Replace with the Pattern

Hello All, I have a string "CP_STATUS OSSRC_R6_0_Shipment_R1H_CU AOM_901046 R1H_LLSV1_2008031", and I just want to extract LLSV1, but I dont get the expected result when using the sed command below. # echo "CP_STATUS OSSRC_R6_0_Shipment_R1H_CU AOM_901046 R1H_LLSV1_2008031" | awk '{print... (4 Replies)
Discussion started by: racbern
4 Replies

3. Shell Programming and Scripting

Pattern Replace using sed or awk

Hi , My file have data like 4:ALMOST NEVER PR 1925836 5:NEVER PR W DDA 5857610 6:NEVER PR WO DDA 26770205 but i want to replace the spaces before last numric digits out put should be like this 4:ALMOST NEVER PR=1925836 5:NEVER PR W DDA=5857610 6:NEVER PR WO... (7 Replies)
Discussion started by: max_hammer
7 Replies

4. Shell Programming and Scripting

Replace everything but pattern in a line using sed

I have a file with multiple lines like this: <junk><PATTERN><junk><PATTERN><junk> <junk><PATTERN><junk><PATTERN><junk><PATTERN><junk> Note that 1. There might be variable number occurrences of PATTERN in a line. 2. <> are just placeholders, they do not form part of the pattern. I need... (4 Replies)
Discussion started by: flatley
4 Replies

5. Shell Programming and Scripting

sed to replace pattern with filename

Hi all, I'm trying to replace a pattern/string in about 100 files with the filename using following commands but getting nowhere: for f in *.fa; do sed "s/^>.*/>$f/g" $f > $f_v1.fa; done for f in *.fa; do sed 's/^>.*/>`echo $f`/' > $fa_v1.fa; done Basically I want to change any line... (5 Replies)
Discussion started by: ivpz
5 Replies

6. Shell Programming and Scripting

sed command to replace two character pattern with another pattern

Not able to paste my content. Please see the attachment :-( (2 Replies)
Discussion started by: vivek d r
2 Replies

7. Shell Programming and Scripting

sed find/replace a pattern, but not this one..

I've got a file like so: ...lots of lines, etc. push "route 10.8.0.0 255.255.255.0" push "route 192.168.1.123 255.255.255.0" ...lots of lines, etc. I want to sed find/replace the IP address in the second line, whatever it is, with a new IP address, but I don't want to touch the first line.... (5 Replies)
Discussion started by: DaHai
5 Replies

8. Shell Programming and Scripting

sed - Search and replace within pattern

Hi Guys! Unix newbie here! Have a requirement for which I have been scouting the forums for a solution but has been out of luck so far :( I have a file which contains the following:- TEST1|TEST2|"TEST3|1@!2"|TEST5 My sed command should result in either one the following output:-... (6 Replies)
Discussion started by: hishamzz
6 Replies

9. UNIX for Beginners Questions & Answers

sed replace pattern

I have a file with multiple lines, all in the same format. For each line, I need to replace the sequence of digits after the last : with a new value, but keep the single quote at the end of the line. Example: Input: ( two lines of file) Name: 'text1:200/text2:1.2.3.4' Name2:... (19 Replies)
Discussion started by: Beginner101
19 Replies

10. UNIX for Beginners Questions & Answers

Find pattern and replace using sed

Hi, i want to replace the following lines in such a way that if the word merge exists in first column it must replace the 3rd column as M and if parse exists in first column then the last column must P, if neither it must mark it as X. I have tried the solution using awk, but it is saying... (6 Replies)
Discussion started by: charlie87
6 Replies
mipd.conf(4)						     Kernel Interfaces Manual						      mipd.conf(4)

NAME
mipd.conf - Mobile IPv4 Mobility Agent daemon configuration file SYNOPSIS
(default configuration file) DESCRIPTION
When invoked, the IPv4 Mobility Agent daemon, reads its configuration information from (by default). The IPv4 Mobility Agent daemon can act as a Home Agent (HA) or a Foreign Agent (FA). can be configured to act as combined Home Agent and Foreign Agent only if it is not operating in AAA mode (see below). The content of this file will determine what kind of Mobility Agent functions the daemon will perform. Syntax The basic structure of the configuration file consists of sections, each delimited by curly braces in the form of . . . Each section generally contains a series of lines; each line providing the value for one configuration option in the form of For most part, white space is ignored and '#' comments out the rest of the line. Some labels require multiple values be provided on a sin- gle line, and these values must typically be separated by spaces. The set of legal values depends greatly on which label is being assigned. This configuration file consists of three mandatory sections in the following order: and All three sections are required although they may be empty depending on the optional fields entered and the mobility services (eg. Home Agent or Foreign Agent) being configured for the Mobile IP Agent daemon. The main Section The section must always come first. Fields within the section are: This field is optional and is used by Foreign Agent only. It indicates how long (in seconds) to keep a registration Request for Foreign Agent that hasn't had a matching Regis- tration Reply yet. The default vault for this field is 5.0 seconds. This field accepts floating number. This field is optional and is used by both Home Agent and Foreign Agent. It indicates the value of the ICMP code field of the router advertisement inside the Mobile IP Agent Advertisement message. There are two possible value for this field: This mobility agent handles common traffic -- that is, it acts as a router for IP datagrams not necessarily related to mobile nodes. This mobility agent does not route common traffic other than IP datagrams received from a registered mobile node. The default value for this field is 16. WARNING: Some Mobile Node implementations are known to be confused by advertisements with an ICMP code of 0. This field is required for to operate in AAA mode. It provides the Fully Qualified Domain Name of the host on which is started. This name is used to build the AAA identity for This field is required for to operate in AAA mode. It provides the Fully Qualified Domain Name of the AAA server that serves This name should be resolved via a DNS lookup. Note: The and fields are required for to operate in AAA mode. If one of these fields is omitted or if both the fields are omitted, the daemon would operate in non-AAA mode. This field is optional. It specified the port number on which the AAA server listens for connections. The default value is 1812. The keys Section The section contains a list of authentication keys between two mobility entities. Currently, only Mobile Node-Home Agent and Correspondent Node-Home Agent keys are supported. Hence, this section is required for a HA configuration and is empty for a Foreign Agent only configu- ration. Each entry in this section is entered in the following format: These field are: IP_Address is the IP address of either a Mobile Node or a Correspondent Node. spi is the Security Parameter Index (SPI) value, a 32-bit integer in the range 256 - 2147483647. The SPI does not have to be unique on the Home Agent and must match the SPI configured on the Mobile Node or Correspondent Node. algo is the hashing algorithm used for this security association. Accepted algorithms are hmac-md5 and md5. tstamp indicates that timestamps are used for replay protection. key is the authentication key, a total of 16 bytes. Each byte is entered as two hex digits. Each byte is separated by a space. WARNING: Do not enter more than one key entry for each Mobile Node or Correspondent Node. The ether Section The section contains network interface parameters for Mobile IP. If you have more than one network interface in your machine, you must duplicate this section and fill out one for each interface that you intend to provide Mobile IP service(s). It is incorrect to specify more than one interface name in this section. Fields within the section are: This field is required and contains the name of the network interface that provides mobility service(s). This field is required and indicates the mobility service(s) this interface will offer. It will affect the setting of the H and F flags within the Agent Advertisement Exten- sion. to offer Home Agent mobility service to offer Foreign Agent mobility service to offer both Home Agent and Foreign Agent mobility services. Note that this is not permitted when is configured to act in AAA-mode (see for more info). This field is required and contains the primary address of the interface. This address serves two purposes: 1) As the Home Agent address (if Home Agent service is offered) 2) As the source address that Agent Advertisement messages will have on both the Home Agent and Foreign Agent. If Home Agent service is provided on this interface, Mobile Nodes with their home network on this interface's subnet should be configured to use this interface's primary address as their Home Agent address. This field is required and contains the netmask associated with the primary-addr field. This field is required and contains the address that Agent Advertisement messages is broadcasted/multicasted to. It must be either 255.255.255.255 (the limited-broadcast address) or 225.0.0.1 (multicast address for the all systems on this link). This field is optional and indicates the interval (in seconds) between two consecutive Agent Advertisement messages. It SHOULD be no longer than 1/3 of ICMP Router Advertisement Lifetime below. The default value of this field is 1 second. This field accepts floating point number. This field is optional and contains the Lifetime value (in seconds) within the ICMP Router Advertisement. The default value for this field is 1800 seconds (30 minutes) per RFC 1256. This field is optional and contains the maximum Registration Lifetime (in seconds) allowed within the Mobility Agent Advertisement Extension of a Registration Request. Registrations requesting a longer lifetime than this value will be rejected by the Foreign Agent. The default value of this field is 300 seconds (5 minutes). Note: max-reg-lifetime has no relation with the router-lifetime. This field is optional and contains the Router Address and its associated Preference Level within the ICMP Router Advertisement portion of the Agent Advertisement message. The pref- erence_level must be a number within the range 1 to Number_of_Routers. Higher preference level means more preferable. Repeat this field for as many routers as you want to advertise. A maximum of eight routers can be entered. This field is related with the router field above and contains the netmasks of the corresponding routers advertised above. Hence, make sure that you repeat this field for as many routers as you advertised above. The router netmask is used by the Mobility Agent to compute the Prefix-Lengths within the Prefix-Length Extension inside Agent Advertisement message. The Prefix-Lengths may be used by some Mobile Nodes as part of their move detection algorithm. WARNING: RFC 3344 requires that the number of router netmasks be the same as the number of routers. Some Mobile Nodes are known to re-register constantly if the numbers are not matched. This field is related to the above service field and contains the Care-of Address within the Agent Advertisement Extension. This field is required if you have configured Foreign Agent service on this interface. Note: The Care-of Address is not necessarily the same as the primary address of the interface. In fact, if the machine has multiple interfaces, usually the Care-of Address should be the primary address of the fastest/best connected interface. You can provide multiple Care-of Addresses by repeating this field. A maximum of eight Care-of Addresses can be entered. This field is optional and can be used to configure a pool of addresses from which this Home Agent (if configured) can allocate home addresses. The field can be repeated as many times as needed. IP_address is the first address in the pool, and the pool would consist of num_addresses number of IP addresses starting from IP_address. The default value for num_addresses is 1. This field is optional and can be used to specify the size of the challenge window maintained by this Foreign Agent (if configured). The maximum size accepted is 8. The default value is set to 2. FILES
default configuration file AUTHOR
was originally developed by Carnegie Mellon University with changes made by Hewlett-Packard to port to HP-UX. SEE ALSO
mipadmin(1M), mipconfig(1M), mipd.conf(4). RFC 3344 IP mobility Support for IPv4 RFC 1256 ICMP Router Discovery Messages RFC 1853 IP in IP Tunneling RFC 2003 IP Encapsulation within IP mipd.conf(4)
All times are GMT -4. The time now is 07:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy