Fallbacks

This scenario shows how to set up a fallback mechanism for RADIUS/TACACS+ through Telnet/SSH.

Test Authentication Fallback

Description

This scenario checks all the different combinations of RADIUS/TACACS+ authentication with/without fallback configuration through SSH and Telnet. The user baduser is configured in the local database, but it is not authorized in the remote server. Therefore, if the server is reachable or if local fallback is not specified, login should fail.

Scenario

Example 1

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa list LIST method 2 local
set system aaa server tacacs SRV address 10.215.168.1
set system aaa server tacacs SRV encrypted-key U2FsdGVkX1+DB0b9JFMGwWd4gV9WuCHccYN9GvuRYK4=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.464 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.464/0.464/0.464/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a8d5-0006575c31340018.journal (132.0K).
Vacuuming done, freed 132.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.

Example 2

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa server tacacs SRV address 10.215.168.1
set system aaa server tacacs SRV encrypted-key U2FsdGVkX1/ljQ4gPRQdevMWXTq3C+paYF1Kg6kcPiw=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.524 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.524/0.524/0.524/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a924-0006575c32d23d70.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 3

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP local-vrf test
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa list LIST method 2 local
set system aaa server tacacs SRV address 10.215.168.1
set system aaa server tacacs SRV encrypted-key U2FsdGVkX1/OYf1J7yg9mIG868JmfmefKYnR53T7gUs=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.328 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.328/0.328/0.328/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a944-0006575c3452c7ef.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.

Example 4

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP local-vrf test
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa server tacacs SRV address 10.215.168.1
set system aaa server tacacs SRV encrypted-key U2FsdGVkX188bkqrhAbMjonBkgtH0pgSMB8gQpKvEl4=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.351 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.351/0.351/0.351/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a967-0006575c35dccdfe.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 5

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa list LIST method 2 local
set system aaa server radius SRV address 10.215.168.1
set system aaa server radius SRV encrypted-key U2FsdGVkX1+btLqvJ5sSVx0CwYAtcWYkxiI+c+p1+ngr0LsfoAlB1RaTrEMcjYYYii4VXpf/84fAMcE7ieYjSg==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.495 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.495/0.495/0.495/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a988-0006575c37632de2.journal (92.0K).
Vacuuming done, freed 92.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 6

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa server radius SRV address 10.215.168.1
set system aaa server radius SRV encrypted-key U2FsdGVkX19bN4hYdrpPY0wMZliyKA4ukGL11D40fepKpbtfb2pYG0wwsKfbj/deYJokEkv8Cqi/CWHgfHhYOw==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.720 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.720/0.720/0.720/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a9a7-0006575c390227d9.journal (92.0K).
Vacuuming done, freed 92.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 7

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP local-vrf test
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa list LIST method 2 local
set system aaa server radius SRV address 10.215.168.1
set system aaa server radius SRV encrypted-key U2FsdGVkX18lP/7RCZ7zI0PMolHECAiJXXsKdpL9nthUAAB0raGnVm0AOIlew2kxaxWPavndc/JwFkmEEPfFUw==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.224 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.224/0.224/0.224/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a9c4-0006575c3a90707a.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.

Example 8

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP local-vrf test
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa server radius SRV address 10.215.168.1
set system aaa server radius SRV encrypted-key U2FsdGVkX1/rS97Fa8nvZfF0F1eO2iAG9RC/0BeejUuNYHrc6aAwbPLfRlhqL58Cz6CiWKlGkJFsy6LMu7N54Q==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.243 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.243/0.243/0.243/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002a9e5-0006575c3c23f282.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Vacuuming done, freed 0B of archived journals from /run/log/journal.

Example 9

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa list LIST method 2 local
set system aaa server tacacs SRV address 1.2.3.4
set system aaa server tacacs SRV encrypted-key U2FsdGVkX1/LP7/JFyvuXgnabmndUPa1nMb4CLcbR9k=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.343 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.343/0.343/0.343/0.000 ms

Note

In this case, SSH and Telnet connection will be successful, because the tacacs server, i.e., method 1, is not reachable and; therefore, the next method will be attempted (local method) and it will allow the authentication.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts.
baduser@127.0.0.1's password:
Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

baduser@osdx$

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 :

admin@DUT0$ telnet 127.0.0.1
Show output
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

Linux 6.12.90 (osdx) (pts/1)

osdx login:
Password:

Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

Last login: Fri Jul 24 14:32:27 UTC 2026 from 127.0.0.1 on pts/1
baduser@osdx$

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002aa04-0006575c3dc2a7d6.journal (104.0K).
Vacuuming done, freed 104.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Vacuuming done, freed 0B of archived journals from /run/log/journal.

Example 10

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa server tacacs SRV address 1.2.3.4
set system aaa server tacacs SRV encrypted-key U2FsdGVkX1/7pQGb1jFJNEDBvOu/TU1p65fzw6bPcGI=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.351 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.351/0.351/0.351/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002aa33-0006575c3dec21a9.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Vacuuming done, freed 0B of archived journals from /run/log/journal.

Example 11

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP local-vrf test
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa list LIST method 2 local
set system aaa server tacacs SRV address 1.2.3.4
set system aaa server tacacs SRV encrypted-key U2FsdGVkX18sI8FcRhzHeKUBOiVuqznNF5jvtMrMTsc=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.400 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.400/0.400/0.400/0.000 ms

Note

In this case, SSH and Telnet connection will be successful, because the tacacs server, i.e., method 1, is not reachable and; therefore, the next method will be attempted (local method) and it will allow the authentication.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts.
baduser@127.0.0.1's password:
Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

Last login: Fri Jul 24 14:32:27 2026 from ::ffff:127.0.0.1
baduser@osdx$

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 :

admin@DUT0$ telnet 127.0.0.1
Show output
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

Linux 6.12.90 (osdx) (pts/1)

osdx login:
Password:

Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

Last login: Fri Jul 24 14:32:56 UTC 2026 from 127.0.0.1 on pts/1
baduser@osdx$

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /var/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002aa54-0006575c3f801cc0.journal (108.0K).
Vacuuming done, freed 108.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /run/log/journal.

Example 12

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group tacacs GROUP local-vrf test
set system aaa group tacacs GROUP server SRV
set system aaa list LIST method 1 group tacacs GROUP
set system aaa server tacacs SRV address 1.2.3.4
set system aaa server tacacs SRV encrypted-key U2FsdGVkX1/wpd5rCj0RXjw8zj1kWfb6t/UFSv/GOl8=
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.298 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.298/0.298/0.298/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002aa85-0006575c3fadbe6f.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 13

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa list LIST method 2 local
set system aaa server radius SRV address 1.2.3.4
set system aaa server radius SRV encrypted-key U2FsdGVkX1+NjWKY6EPtsQ5whz/iSn17zBof/XHzrizIoL6Opw3iRro9+YohOwgKUFamLZ8taK7mkAXvweCWZg==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.588 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.588/0.588/0.588/0.000 ms

Note

In this case, SSH and Telnet connection will be successful, because the radius server, i.e., method 1, is not reachable and; therefore, the next method will be attempted (local method) and it will allow the authentication.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts.
baduser@127.0.0.1's password:
Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

Last login: Fri Jul 24 14:32:57 2026 from ::ffff:127.0.0.1
baduser@osdx$

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 :

admin@DUT0$ telnet 127.0.0.1
Show output
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

Linux 6.12.90 (osdx) (pts/1)

osdx login:
Password:

Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

Last login: Fri Jul 24 14:33:25 UTC 2026 from 127.0.0.1 on pts/1
baduser@osdx$

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002aaa8-0006575c4135c2bd.journal (104.0K).
Vacuuming done, freed 104.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 14

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa server radius SRV address 1.2.3.4
set system aaa server radius SRV encrypted-key U2FsdGVkX19MmGqz2ptpnEdvyqot6YiG8c2vm52CVflLmScot8sanej5itSoLbfpcWRy0NLC+FuwDw8hvLZ/aA==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 count 1 size 56 timeout 1
Show output
PING 10.215.168.1 (10.215.168.1) 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.284 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.284/0.284/0.284/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002aad2-0006575c41636d17.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 15

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP local-vrf test
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa list LIST method 2 local
set system aaa server radius SRV address 1.2.3.4
set system aaa server radius SRV encrypted-key U2FsdGVkX180oTcaeMBZJIXqePwOMDLMH+wTA2VEdiAvurlZ7TgCMJkvBJsjb266AJvEbzMrHD81D5qf7DumSQ==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.201 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.201/0.201/0.201/0.000 ms

Note

In this case, SSH and Telnet connection will be successful, because the radius server, i.e., method 1, is not reachable and; therefore, the next method will be attempted (local method) and it will allow the authentication.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts.
baduser@127.0.0.1's password:
Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

Last login: Fri Jul 24 14:33:25 2026 from ::ffff:127.0.0.1
baduser@osdx$

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 :

admin@DUT0$ telnet 127.0.0.1
Show output
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

Linux 6.12.90 (osdx) (pts/1)

osdx login:
Password:

Welcome to Teldat OSDx v4.2.10.3

This system includes free software.
Contact Teldat for licenses information and source code.

Last login: Fri Jul 24 14:33:53 UTC 2026 from 127.0.0.1 on pts/1
baduser@osdx$

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002aaf3-0006575c42eaf420.journal (104.0K).
Vacuuming done, freed 104.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Vacuuming done, freed 0B of archived journals from /var/log/journal.

Example 16

Step 1: Set the following configuration in DUT0 :

set interfaces ethernet eth0 address 10.215.168.64/24
set interfaces ethernet eth0 vrf test
set service ssh aaa authentication LIST
set service telnet
set system aaa group radius GROUP local-vrf test
set system aaa group radius GROUP server SRV
set system aaa list LIST method 1 group radius GROUP
set system aaa server radius SRV address 1.2.3.4
set system aaa server radius SRV encrypted-key U2FsdGVkX19x8KjIaNwEQm5JVHB3v+Q08uQOP4ys1xNca4gVtUOFybHv6mGpS1rCrLxIxVGRPdcRechKxoHMaA==
set system login aaa authentication LIST
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user baduser authentication encrypted-password '$6$tZMRnY1PRTgE3Xnl$SHOimBq/./r./SpkV2b7aSpMKaqDbNZO4hA7tzZzVawM2bz6CXIlbIy9n1eaX.tes3A7cEPiW4mtHOwPZJNEd.'
set system vrf test

Step 2: Ping the IP address 10.215.168.1 from DUT0:

admin@DUT0$ ping 10.215.168.1 vrf test count 1 size 56 timeout 1
Show output
ping: Warning: source address might be selected on device other than: test
PING 10.215.168.1 (10.215.168.1) from 10.215.168.64 test: 56(84) bytes of data.
64 bytes from 10.215.168.1: icmp_seq=1 ttl=64 time=0.304 ms

--- 10.215.168.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.304/0.304/0.304/0.000 ms

Note

In this case, SSH and Telnet connection will fail.

Step 3: Initiate an SSH connection from DUT0 to IP address 127.0.0.1 using user baduser which is expected to fail:

admin@DUT0$ ssh baduser@127.0.0.1 option StrictHostKeyChecking=no option UserKnownHostsFile=/dev/null
Show output
Permission denied, please try again.
baduser@127.0.0.1's password:

Step 4: Initiate a Telnet connection from DUT0 to IP address 127.0.0.1 which is expected to fail:

admin@DUT0$ telnet 127.0.0.1
Show output
'
Login incorrect' contains 'Login incorrect'

Step 5: Run the command system journal clear on DUT0 and expect the following output:

Show output
Vacuuming done, freed 0B of archived journals from /run/log/journal.
Deleted archived journal /run/log/journal/3a8dbab828fc40a183893e468c03e10b/system@f6b627f530614ebebcf2fb35acc78ad6-000000000002ab1f-0006575c4316e07f.journal (96.0K).
Vacuuming done, freed 96.0K of archived journals from /run/log/journal/3a8dbab828fc40a183893e468c03e10b.
Vacuuming done, freed 0B of archived journals from /var/log/journal.