Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toc docs reorg #364

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e713bbc
first pass reorg.
Chr1st0ph3rTurn3r Mar 31, 2022
df184e3
don't ask.
Chr1st0ph3rTurn3r Mar 31, 2022
fd7effb
more local changes.
Chr1st0ph3rTurn3r Mar 31, 2022
e7adcba
cleanup work and second level reorg.
Chr1st0ph3rTurn3r Mar 31, 2022
bd666bd
first draft of the revised TOC.
Chr1st0ph3rTurn3r Mar 31, 2022
006e2cd
Merge branch 'master' into toc-docs-reorg
Chr1st0ph3rTurn3r Apr 15, 2022
fe49e4a
added wan assurance relnotes listing
Apr 15, 2022
d2859f5
Merge branch 'master' into toc-docs-reorg
Chr1st0ph3rTurn3r May 3, 2022
f347b8a
merge Merge branch 'toc-docs-reorg' of github.com:128technology/docs…
May 3, 2022
4729271
adding 5.6 topic links
May 3, 2022
3910a5d
rearranging and adding 5.6 docs
May 4, 2022
a85d00d
Merge branch 'master' into toc-docs-reorg
Chr1st0ph3rTurn3r May 31, 2022
77ef0a4
Merge branch 'master' into toc-docs-reorg
Chr1st0ph3rTurn3r Jun 21, 2022
69fdd83
added new topic, continued reorg and some renaming.
Jun 21, 2022
bb99baa
Merge branch 'master' into toc-docs-reorg
Chr1st0ph3rTurn3r Jul 22, 2022
e645052
updating install layout and topics. Adding visibility for Image-based…
Chr1st0ph3rTurn3r Jul 22, 2022
756cfbc
resolving merge conflicts
Chr1st0ph3rTurn3r Jul 26, 2022
f8ed343
revise sidebar layout and add new files
Chr1st0ph3rTurn3r Jan 13, 2023
754dbc0
Merge branch 'master' into toc-docs-reorg
Chr1st0ph3rTurn3r Jan 13, 2023
d5049a1
removed stale sidebar entry
Chr1st0ph3rTurn3r Jan 13, 2023
c4b938c
minor edits
Chr1st0ph3rTurn3r Jan 13, 2023
caab250
forcing a rebuild of the PR
Chr1st0ph3rTurn3r Jan 17, 2023
c913d81
remove basic conductor config heading, still need to remove the topic>
Chr1st0ph3rTurn3r Jan 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/concepts_appid.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
title: Application Identification
sidebar_label: Application Identification
title: Overview of Application Identification
sidebar_label: Overview of Application Identification
---

## Identifying Applications by Name

The Session Smart Routing platform has several techniques by which it can associate inbound traffic to named applications. This is sometimes referred to as "Application Identification" (or "appID"), and the feature that allows administrators to define network policies using Fully Qualified Domain Names (FQDNs) instead of IP addresses.

The SSR has three built-in techniques for affiliating named applications to services, all of which will be described in this document. (A fourth technique, involving service function chaining third party software is not covered here.) The three techniques are:
Expand Down
6 changes: 2 additions & 4 deletions docs/concepts_pcli.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
title: 'Programmable Command Line Interface (PCLI)'
sidebar_label: 'PCLI'
title: 'About the Programmable Command Line Interface (PCLI)'
sidebar_label: 'About the PCLI'
---

## About the PCLI

The Programmable Command Line Interface (PCLI) is one of the two primary human interfaces for the SSR; this document uses the terms PCLI and CLI interchangeably. This document describes how to use the PCLI commands supported by the SSR.

Note that all of the examples in this document are run as the _admin_ role (as denoted by the prompt in this and other examples); however, each command also indicates which user roles – either _user_ or _admin_ at the time of this writing – are eligible to run the command based upon that command's privileges. Note that unprivileged _user_ accounts are not only unable to execute these commands, they do not "see" them in the PCLI as part of the help text, etc.
Expand Down
4 changes: 2 additions & 2 deletions docs/config_app_ident.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Application Identification
sidebar_label: Application Identification
title: Configuring Application Identification
sidebar_label: Configuring Application Identification
---

Application Identification can automatically learn, identify, and classify applications processed by the SSR and store them in the [web filtering cache](config_domain-based_web_filter.md#how-it-works).
Expand Down
3 changes: 2 additions & 1 deletion docs/config_rate_limiting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Rate Limiting
sidebar_label: Rate Limiting
---

Rate limiting, when configured, is applied to packets entering the data path prior to any packet transformations so as to prevent an individual flow from consuming more bandwidth than allowed.
Expand Down Expand Up @@ -104,7 +105,7 @@ exit

```

### Troubleshooting
## Troubleshooting

To determine the number of packets meeting the rate limit check, execute the command on the PCLI:
```
Expand Down