Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/martimy/clab_cvx_dcn into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Maen Artimy committed Mar 6, 2024
2 parents 6f4d700 + 23bace7 commit dace225
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ docker exec clab-cdc-nms snmpwalk -v 2c -c snmpcumulus 172.20.20.11 system
```
snmpget -v 2c -c snmpcumulus 172.20.20.11 sysName.0
snmpget -v 2c -c snmpcumulus 172.20.20.11 sysUpTime.0
``
```


# getNextRequest
## getNextRequest

```
snmpgetnext -v 2c -c snmpcumulus 172.20.20.11 system
snmpgetnext -v 2c -c snmpcumulus 172.20.20.11 sysDescr.0
```


# getBulkRequest.
## getBulkRequest.

The last paramter r3 represent the number of number of OIDs requested

Expand All @@ -64,7 +64,7 @@ Notice what happens when the non-repeaters changes
snmpbulkget -v 2c -c snmpcumulus 172.20.20.11 system tcp ifTable -C n1 -C r5
```

# snmpwalk
## snmpwalk

snmpwalk gets the whole mib tree:

Expand All @@ -78,7 +78,7 @@ or part of it:
snmpwalk -v 2c -c snmpcumulus 172.20.20.11 system
```

# snmptable
## snmptable

To display table:

Expand Down

0 comments on commit dace225

Please sign in to comment.