Hi guys.
Kindly I would like to ask you help to follow issue.
I have a command output as listed below:
ROUTER#traceroute 10.42.0.10
Type escape sequence to abort.
Tracing the route to 10.42.0.11
1 10.1.19.18 0 msec 0 msec 8 msec
2 10.1.18.18 0 msec 9 msec 0 msec
3 10.1.18.17 8 msec 9 msec 0 msec
4 10.13.169.143 0 msec 0 msec 8 msec
5 200.159.29.229 9 msec 0 msec 8 msec
6 187.93.165.109 59 msec 59 msec 59 msec
7 187.93.144.110 58 msec 58 msec 59 msec
8 1.1.1.1 58 msec 58 msec 59 msec
9 * * *
ROUTER#
My ideia is paste this code in the first columm and extract the IP address information to second colummn
Like this:
1st columm 2nd colum
1 10.1.19.18 0 msec 0 msec 8 msec 10.1.19.18
2 10.1.18.18 0 msec 9 msec 0 msec 10.1.18.18
3 10.1.18.17 8 msec 9 msec 0 msec 10.1.18.17 8
4 10.13.169.143 0 msec 0 msec 8 msec 10.13.169.143
5 200.159.29.229 9 msec 0 msec 8 msec 200.159.29.229
6 187.93.165.109 59 msec 59 msec 59 msec 187.93.165.109
7 187.93.144.110 58 msec 58 msec 59 msec 187.93.144.110
8 1.1.1.1 58 msec 58 msec 59 msec 1.1.1.1
Does anyone have any idea how to achieve it?
Thanks. Daniel
Kindly I would like to ask you help to follow issue.
I have a command output as listed below:
ROUTER#traceroute 10.42.0.10
Type escape sequence to abort.
Tracing the route to 10.42.0.11
1 10.1.19.18 0 msec 0 msec 8 msec
2 10.1.18.18 0 msec 9 msec 0 msec
3 10.1.18.17 8 msec 9 msec 0 msec
4 10.13.169.143 0 msec 0 msec 8 msec
5 200.159.29.229 9 msec 0 msec 8 msec
6 187.93.165.109 59 msec 59 msec 59 msec
7 187.93.144.110 58 msec 58 msec 59 msec
8 1.1.1.1 58 msec 58 msec 59 msec
9 * * *
ROUTER#
My ideia is paste this code in the first columm and extract the IP address information to second colummn
Like this:
1st columm 2nd colum
1 10.1.19.18 0 msec 0 msec 8 msec 10.1.19.18
2 10.1.18.18 0 msec 9 msec 0 msec 10.1.18.18
3 10.1.18.17 8 msec 9 msec 0 msec 10.1.18.17 8
4 10.13.169.143 0 msec 0 msec 8 msec 10.13.169.143
5 200.159.29.229 9 msec 0 msec 8 msec 200.159.29.229
6 187.93.165.109 59 msec 59 msec 59 msec 187.93.165.109
7 187.93.144.110 58 msec 58 msec 59 msec 187.93.144.110
8 1.1.1.1 58 msec 58 msec 59 msec 1.1.1.1
Does anyone have any idea how to achieve it?
Thanks. Daniel