Skip to content

Commit

Permalink
Merge branch 'doc-edits' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed May 7, 2024
2 parents 60f83d4 + b3a3216 commit 65e9bcb
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,27 +366,28 @@ cumulus@switch:~$ sudo systemctl restart snmpd.service

You can use MIB names instead of OIDs, which greatly improves the readability of the `snmpd.conf` file. You enable this by installing the `snmp-mibs-downloader`, which downloads SNMP MIBs to the switch before enabling traps.

1. Open `/etc/apt/sources.list` in a text editor.

2. Add the `non-free` repository, then save the file:
1. Open `/etc/apt/sources.list` in a text editor, add the `non-free` repository, then save the file:

```
cumulus@switch:~$ sudo deb http://ftp.us.debian.org/debian/ buster main non-free
cumulus@switch:~$ sudo nano /etc/apt/sources.list
...
deb http://deb.debian.org/debian buster main non-free
...
```

3. Update the switch:
2. Update the switch:

```
cumulus@switch:~$ sudo -E apt-get update
```

4. Install the `snmp-mibs-downloader`:
3. Install the `snmp-mibs-downloader`:

```
cumulus@switch:~$ sudo -E apt-get install snmp-mibs-downloader
```

5. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:
4. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:

```
#
Expand All @@ -396,7 +397,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#mibs :
```

6. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:
5. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:

```
# This file controls the activity of snmpd and snmptrapd
Expand All @@ -406,7 +407,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#export MIBS=
```

7. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.
6. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.

```
#deb http://ftp.us.debian.org/debian/ buster main non-free
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,27 +366,28 @@ cumulus@switch:~$ sudo systemctl restart snmpd.service

You can use MIB names instead of OIDs, which greatly improves the readability of the `snmpd.conf` file. You enable this by installing the `snmp-mibs-downloader`, which downloads SNMP MIBs to the switch before enabling traps.

1. Open `/etc/apt/sources.list` in a text editor.

2. Add the `non-free` repository, then save the file:
1. Open `/etc/apt/sources.list` in a text editor, add the `non-free` repository, then save the file:

```
cumulus@switch:~$ sudo deb http://ftp.us.debian.org/debian/ buster main non-free
cumulus@switch:~$ sudo nano /etc/apt/sources.list
...
deb http://deb.debian.org/debian buster main non-free
...
```

3. Update the switch:
2. Update the switch:

```
cumulus@switch:~$ sudo -E apt-get update
```

4. Install the `snmp-mibs-downloader`:
3. Install the `snmp-mibs-downloader`:

```
cumulus@switch:~$ sudo -E apt-get install snmp-mibs-downloader
```

5. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:
4. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:

```
#
Expand All @@ -396,7 +397,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#mibs :
```

6. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:
5. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:

```
# This file controls the activity of snmpd and snmptrapd
Expand All @@ -406,7 +407,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#export MIBS=
```

7. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.
6. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.

```
#deb http://ftp.us.debian.org/debian/ buster main non-free
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,27 +414,28 @@ cumulus@switch:~$ sudo systemctl restart snmpd.service

You can use MIB names instead of OIDs, which greatly improves the readability of the `snmpd.conf` file. You enable this by installing the `snmp-mibs-downloader`, which downloads SNMP MIBs to the switch before enabling traps.

1. Open `/etc/apt/sources.list` in a text editor.

2. Add the `non-free` repository, then save the file:
1. Open `/etc/apt/sources.list` in a text editor, add the `non-free` repository, then save the file:

```
cumulus@switch:~$ sudo deb http://ftp.us.debian.org/debian/ buster main non-free
cumulus@switch:~$ sudo nano /etc/apt/sources.list
...
deb http://deb.debian.org/debian buster main non-free
...
```

3. Update the switch:
2. Update the switch:

```
cumulus@switch:~$ sudo -E apt-get update
```

4. Install the `snmp-mibs-downloader`:
3. Install the `snmp-mibs-downloader`:

```
cumulus@switch:~$ sudo -E apt-get install snmp-mibs-downloader
```

5. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:
4. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:

```
#
Expand All @@ -444,7 +445,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#mibs :
```

6. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:
5. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:

```
# This file controls the activity of snmpd and snmptrapd
Expand All @@ -454,7 +455,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#export MIBS=
```

7. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.
6. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.

```
#deb http://ftp.us.debian.org/debian/ buster main non-free
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,27 +414,28 @@ cumulus@switch:~$ sudo systemctl restart snmpd.service

You can use MIB names instead of OIDs, which greatly improves the readability of the `snmpd.conf` file. You enable this by installing the `snmp-mibs-downloader`, which downloads SNMP MIBs to the switch before enabling traps.

1. Open `/etc/apt/sources.list` in a text editor.

2. Add the `non-free` repository, then save the file:
1. Open `/etc/apt/sources.list` in a text editor, add the `non-free` repository, then save the file:

```
cumulus@switch:~$ sudo deb http://ftp.us.debian.org/debian/ buster main non-free
cumulus@switch:~$ sudo nano /etc/apt/sources.list
...
deb http://deb.debian.org/debian buster main non-free
...
```

3. Update the switch:
2. Update the switch:

```
cumulus@switch:~$ sudo -E apt-get update
```

4. Install the `snmp-mibs-downloader`:
3. Install the `snmp-mibs-downloader`:

```
cumulus@switch:~$ sudo -E apt-get install snmp-mibs-downloader
```

5. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:
4. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:

```
#
Expand All @@ -444,7 +445,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#mibs :
```

6. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:
5. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:

```
# This file controls the activity of snmpd and snmptrapd
Expand All @@ -454,7 +455,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#export MIBS=
```

7. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.
6. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.

```
#deb http://ftp.us.debian.org/debian/ buster main non-free
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,27 +414,28 @@ cumulus@switch:~$ sudo systemctl restart snmpd.service

You can use MIB names instead of OIDs, which greatly improves the readability of the `snmpd.conf` file. You enable this by installing the `snmp-mibs-downloader`, which downloads SNMP MIBs to the switch before enabling traps.

1. Open `/etc/apt/sources.list` in a text editor.

2. Add the `non-free` repository, then save the file:
1. Open `/etc/apt/sources.list` in a text editor, add the `non-free` repository, then save the file:

```
cumulus@switch:~$ sudo deb http://ftp.us.debian.org/debian/ buster main non-free
cumulus@switch:~$ sudo nano /etc/apt/sources.list
...
deb http://deb.debian.org/debian buster main non-free
...
```

3. Update the switch:
2. Update the switch:

```
cumulus@switch:~$ sudo -E apt-get update
```

4. Install the `snmp-mibs-downloader`:
3. Install the `snmp-mibs-downloader`:

```
cumulus@switch:~$ sudo -E apt-get install snmp-mibs-downloader
```

5. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:
4. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:

```
#
Expand All @@ -444,7 +445,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#mibs :
```

6. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:
5. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:

```
# This file controls the activity of snmpd and snmptrapd
Expand All @@ -454,7 +455,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#export MIBS=
```

7. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.
6. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.

```
#deb http://ftp.us.debian.org/debian/ buster main non-free
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,27 +414,28 @@ cumulus@switch:~$ sudo systemctl restart snmpd.service

You can use MIB names instead of OIDs, which greatly improves the readability of the `snmpd.conf` file. You enable this by installing the `snmp-mibs-downloader`, which downloads SNMP MIBs to the switch before enabling traps.

1. Open `/etc/apt/sources.list` in a text editor.

2. Add the `non-free` repository, then save the file:
1. Open `/etc/apt/sources.list` in a text editor, add the `non-free` repository, then save the file:

```
cumulus@switch:~$ sudo deb http://ftp.us.debian.org/debian/ buster main non-free
cumulus@switch:~$ sudo nano /etc/apt/sources.list
...
deb http://deb.debian.org/debian buster main non-free
...
```

3. Update the switch:
2. Update the switch:

```
cumulus@switch:~$ sudo -E apt-get update
```

4. Install the `snmp-mibs-downloader`:
3. Install the `snmp-mibs-downloader`:

```
cumulus@switch:~$ sudo -E apt-get install snmp-mibs-downloader
```

5. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:
4. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:

```
#
Expand All @@ -444,7 +445,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#mibs :
```

6. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:
5. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:

```
# This file controls the activity of snmpd and snmptrapd
Expand All @@ -454,7 +455,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#export MIBS=
```

7. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.
6. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.

```
#deb http://ftp.us.debian.org/debian/ buster main non-free
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,27 +414,28 @@ cumulus@switch:~$ sudo systemctl restart snmpd.service

You can use MIB names instead of OIDs, which greatly improves the readability of the `snmpd.conf` file. You enable this by installing the `snmp-mibs-downloader`, which downloads SNMP MIBs to the switch before enabling traps.

1. Open `/etc/apt/sources.list` in a text editor.

2. Add the `non-free` repository, then save the file:
1. Open `/etc/apt/sources.list` in a text editor, add the `non-free` repository, then save the file:

```
cumulus@switch:~$ sudo deb http://ftp.us.debian.org/debian/ buster main non-free
cumulus@switch:~$ sudo nano /etc/apt/sources.list
...
deb http://deb.debian.org/debian buster main non-free
...
```

3. Update the switch:
2. Update the switch:

```
cumulus@switch:~$ sudo -E apt-get update
```

4. Install the `snmp-mibs-downloader`:
3. Install the `snmp-mibs-downloader`:

```
cumulus@switch:~$ sudo -E apt-get install snmp-mibs-downloader
```

5. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:
4. Open the `/etc/snmp/snmp.conf` file to verify that the `mibs :` line is in comments:

```
#
Expand All @@ -444,7 +445,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#mibs :
```

6. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:
5. Open the `/etc/default/snmpd` file to verify that the `export MIBS=` line is in comments:

```
# This file controls the activity of snmpd and snmptrapd
Expand All @@ -454,7 +455,7 @@ You can use MIB names instead of OIDs, which greatly improves the readability of
#export MIBS=
```

7. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.
6. After you confirm the configuration, remove or comment out the `non-free` repository in `/etc/apt/sources.list`.

```
#deb http://ftp.us.debian.org/debian/ buster main non-free
Expand Down
Loading

0 comments on commit 65e9bcb

Please sign in to comment.