Einführung
In diesem Dokument wird beschrieben, wie Sie ein benutzerdefiniertes Webauthentifizierungs-Gateway für den Catalyst 9800 Wireless Controller (9800 WLC) erstellen.
Anforderungen
Der Quellcode ist einfach zu bearbeiten und verfügt über ein responsives WEB-Design, das mit modernen Desktop- und mobilen Webbrowsern kompatibel ist.
Anforderungen
Cisco empfiehlt, dass Sie sich mit den folgenden Bereichen vertraut machen:
- HTML und CSS
- Konfigurationshandbuch für WLC 9800
Verwendete Zutaten
Die Informationen in diesem Dokument basieren auf der folgenden Software- und Hardwareversion:
- Cisco Catalyst 9800 Series Wireless Controller, Cisco IOS® XE Gibraltar 16.12.1s
Die Informationen in diesem Dokument beziehen sich auf Geräte in einer speziell konfigurierten Testumgebung. Alle in diesem Dokument verwendeten Geräte starteten mit einer gelöschten (Standard-)Konfiguration. Sobald Ihr Netzwerk betriebsbereit ist, stellen Sie sicher, dass Sie die potenziellen Auswirkungen jeder Aufgabe verstehen.
Portaldateien anpassen
Die folgenden Dateien bilden das benutzerdefinierte Webauthentifizierungs-Gateway:
- login.html
- bootstrap.min.css
- Jquery.min.js
- style.css
- animar.css
- web_auth_logo.png
Nur diese Dateien müssen verarbeitet werden:
- login.html
- style.css
- web_auth_logo.png
Dies ist der Quellcode des Web-Authentifizierungsportals (log in.html).
Eine Anzeige:Bitte lesen Sie den Code sorgfältig durch, er enthält HTML-Kommentare, die den Aufbau des Web-Authentifizierungsportals erläutern.
< title>IHR GESCHÄFTSTITEL HIER< /body>
Greifen Sie über Ihr drahtloses Gerät auf das öffentliche Unternehmensnetzwerk zu
Das Unternehmen bietet in bestimmten Bereichen kostenlose Internet-Hotspots für Gäste mit Laptops oder Geräten an, die drahtlose Signale empfangen können. Sie können von Ihrem drahtlosen Gerät aus auf das Internet zugreifen, wenn Sie sich in Reichweite eines Zugangspunkts befinden. Von Gästen wird erwartet, dass sie den WLAN-Zugang auf legale und verantwortungsvolle Weise nutzen. Durch die Nutzung dieses drahtlosen Zugangsnetzwerks erkennen Sie an, dass Sie allen Gesetzen sowie allen für die Internetnutzung geltenden staatlichen und bundesstaatlichen Regeln und Vorschriften unterliegen und diese einhalten.
Nutzungsbedingungen
Gäste benötigen einen Laptop/Notebook oder ein anderes Gerät, das mit einer WLAN-Karte ausgestattet ist, die den WLAN-Standard unterstützt. Das Unternehmen übernimmt keine Verantwortung für die Sicherheit der Geräte.
< h5 class="card-header info-color white-text text-center py-4">Verbindung
Seitentitel ändern Diesen Abschnitt bearbeiten:
...IHRE BERUFSBEZEICHNUNG HIER
...
Um das Firmenlogo zu ändern, bearbeiten Sie das img-Tag und verwenden Sie ein .png- oder .svg-Bild. Ändern Sie die Breiten- und Höhenparameter, um die Größe des Logos anzupassen.
Eine Anzeige:Für eine optimale Optik werden SVG-Bilder mit transparentem Hintergrund empfohlen.
Um die Hintergrundfarbe des Seitentitels zu ändern, erstellen Sie Ihre eigene Klasse in der Datei style.css und ersetzen Sie bg-dark durch Ihre benutzerdefinierte Klasse:
Ändern Sie die bg-Klasse, um die Hintergrund- und Textfarbe der Seite zu ändern:
Dies sind die verfügbaren Klassen. Beachten Sie, dass sich die Hintergrund- und Textfarbe entsprechend ändern:
BG | Groot2 | BG3 |
---|---|---|
BG4 | BG5 | BG6 |
Wenn Sie ein Bild als Hintergrund oder eine andere Farbe in der Datei style.css verwenden möchten, bearbeiten Sie die CSS-Klasse bg-img und verwenden Sie sie.
Achtung:Aufgrund seiner Größe wird das Hintergrundbild auf Mobilgeräten möglicherweise nicht gut angezeigt und der Text ist aufgrund der Farben im Bild möglicherweise schwer lesbar.
.bg-img{
Hintergrundbild: url("winter.jpg");
Höhe: 100 %;
Hintergrundposition: Mitte;
Hintergrundwiederholung: keine Wiederholung.
Hintergrundformat: Cover;
}
Wenn Sie ein Bild als Hintergrund verwenden, sieht das in etwa wie im folgenden Bild aus:
Die bg5-Klasse sieht wie im folgenden Bild aus:
Die bg6-Klasse sieht wie im folgenden Bild aus:
In diesem Abschnitt können Sie den Inhalt der Seite mit Ihren eigenen Geschäftsbedingungen ändern:
Greifen Sie über Ihr drahtloses Gerät auf das öffentliche Unternehmensnetzwerk zu
Das Unternehmen bietet in ausgewählten Bereichen kostenlose Internet-Hotspots für Gäste mit Laptops oder Geräten an, die drahtlose Signale empfangen können. Sie können von Ihrem drahtlosen Gerät aus auf das Internet zugreifen, wenn Sie sich in Reichweite eines Zugangspunkts befinden. Von Gästen wird erwartet, dass sie den WLAN-Zugang auf legale und verantwortungsvolle Weise nutzen. Durch die Nutzung dieses drahtlosen Zugangsnetzwerks erkennen Sie an, dass Sie allen Gesetzen sowie allen für die Internetnutzung geltenden staatlichen und bundesstaatlichen Regeln und Vorschriften unterliegen und diese einhalten.
Nutzungsbedingungen
Gäste benötigen einen Laptop/Notebook oder ein anderes Gerät, das mit einer WLAN-Karte ausgestattet ist, die den WLAN-Standard unterstützt. Das Unternehmen übernimmt keine Verantwortung für die Sicherheit der Geräte.
Um das Authentifizierungsportal zu vereinheitlichen, können Sie Animationen ohne Komplexität hinzufügen. Bearbeiten Sie den Animationsnamen nach der Animationsklasse. Für dieses Beispiel wurden zwei Animationen verwendet. Schauen Sie sich die unten verfügbaren Animationen ananimar.css:
...animiertes Einblenden">
...Ihr Firmenname hier
...
Dies ist das endgültige Aussehen des benutzerdefinierten Webauthentifizierungsportals mit Animationen. Wählen Sie die Registerkarte ausErgebnisum ein konkretes Beispiel zu sehen.
Anregung:Sie können die Hintergrundfarben und Schriftarten ganz einfach nach Ihren Wünschen bearbeiten. Erstellen Sie eine neue Klasse in der Datei style.css und verwenden Sie diese.
Laden Sie das benutzerdefinierte Webauthentifizierungs-Gateway auf den 9800 WLC hoch und konfigurieren Sie es.
Dieser Abschnitt enthält eine Schritt-für-Schritt-Anleitung zur Installation und Konfiguration eines benutzerdefinierten WebAuth-Pakets auf dem Cat 9800.
1. Laden Sie das Wireless LAN Driver Web Authentication Bundle (WLC_WEBAUTH_BUNDLE_1.0.zip) von Cisco.com herunter:
https://software.cisco.com/download/home/286316412/type/282791507/release/16.10.1
Kommentar:Das Paket ist für alle 9800-Controller identisch. Sie können die Datei herunterladen, z.B. B. Laden Sie 9800-40 herunter und verwenden Sie es für den virtuellen 9800-L oder 9800-CL.
2. Um das Paket anzupassen, entpacken Sie es in einen Ordner. Öffnen Sie jede HTML-Datei, die Sie bearbeiten möchten, wie oben beschrieben, und laden Sie auch das Logo hoch. Die Dateinamen sind nicht wichtig, Sie können sie beliebig benennen.
Löschen Sie nach diesem Schritt die Datei log in.tar, da Sie eine neue Datei erstellen müssen.
Wählen Sie alle Dateien aus, klicken Sie mit der rechten Maustaste und wählen Sie 7-Zip (oder ein ähnliches Programm, das Sie installiert haben) ausZusatzArchivierung...
Geben Sie ihm einen Namen und wählen Sie tar als Dateiformat:
3. Navigieren Sie als Nächstes zum WLC 9800
Steuerung > Steuerung > Sichern und Wiederherstellen) Ändern Sie den Archivtyp in „Web Audit Control Package“ und laden Sie nur die benutzerdefinierte TAR-Datei hoch.
Standardmäßig kann der 9800 einen Ordner im Bootflash erstellen. Benennen Sie ihn für die .tar-Datei, wie Sie möchten, und alle Dateien können sich in diesem Ordner befinden:
Wenn Sie HA konfiguriert haben, müssen Sie aufgrund dieses Erweiterungsfehlers Code 17.3 (oder zukünftige Versionen) ausführen:
Cisco Bug-ID CSCvr05309: Kopieren Sie das Webauth-TAR-Paket in den Standby-Boot-Flasher. Auch mit HA-Setup.
Um sowohl HA (aktiv als auch Standby) zu überprüfen, ob eine Datei namens „custom.tar“ hochgeladen wurde.
Boot-Flash 9800-1#show: | Es wurde geändert
9800-1#Standby-Boot-Flash anzeigen: | Es wurde geändert
Kommentar:TManuell hochgeladene Dateien werden nicht mit HA Standby synchronisiert.
Kommentar: Sie benötigen die Datei success.html nicht, damit die benutzerdefinierte Webauthentifizierung funktioniert. Bei Bedarf können Sie eine erstellen und zur TAR-Datei hinzufügen und diese TAR-Datei auf den WLC 9800 hochladen.
4. Bearbeiten Sie die globale Parameterzuordnung von WebAuth und legen Sie eine virtuelle IP-Adresse fest. Das Weglassen der virtuellen IP-Adresse kann dazu führen, dass Bilder auf der Portalseite nicht korrekt angezeigt werden.
Eine Anzeige:Nach der Konfiguration der virtuellen IP-Adresse zeigen drahtlose Clients die Website-Warnung im Browser an, da die virtuelle Controller-Schnittstelle die URL über HTTPS sendet. Es ist nicht vertrauenswürdig, da kein signiertes Zertifikat angehängt ist. Verwenden Sie in diesem Fall das Verfahreneine CSR-AnwendungEkelhafterstellenund installieren Sie ein gültiges Zertifikat.
Nur wenn HTTPS nicht erforderlich ist, können diese beiden Befehle ausgeführt werden, um die URL nur über HTTP zu senden (diese Befehle gibt es nur in Version 17.3.1 und höher):
# Terminal konfigurieren
(config)#parameter-map Typ globales Webauth
(config-params-parameter-map)#Deaktivieren Sie die Webauth-Sicherheit
(config-params-parameter-map)#habilitar webauth-http
( config - params - Parameter - Map ) # Ende
#schreiben
5. Im nächsten Schritt wird eine neue Parametrisierung erstellt. navigieren Sie zu9800 GUI > Sicherheit > Webauthentifizierung > Hinzufügen.
Klicken Sie nach der Erstellung auf den Namen der zu bearbeitenden Parameterzuordnung:
Wählen Sie „Erfolgsfenster deaktivieren“, um die Standard-Erfolgsseite „9800“ anstelle der Erfolgsseite „success.html“ zu deaktivieren. Wenn Sie beides verwenden, werden dem Besucher zwei Erfolgsseiten angezeigt, eine von der standardmäßigen 9800-Erfolgsseite und die andere von der benutzerdefinierten Datei success.html.
Selbst wenn Sie alle Erfolgsseiten deaktivieren (mit „Erfolgsfenster deaktivieren“ und ohne Success.html), sehen mobile Geräte die zugewiesene Erfolgsseite, während Desktop-Computer sie für eine Sekunde sehen und dann verschwinden.
iPhone-Beispiel:
Wenn Sie auf das blaue Symbol neben einer Seite klicken, versucht der 9800, diese zu laden, und Sie können die Seiten wie gezeigt auswählen.
6. Im nächsten Schritt markieren Sie die Parameterzuordnung zu WLAN (Cat9800-GUI > Tags und Profile > WLAN). In diesem Beispiel authentifiziert das WLAN zunächst die Gäste der 9800 lokalen Gastkonten und dann gegenüber der ISE (RADIUS-Server).
Eine Anzeige:In diesem Schritt können AAA-Konfigurationen und vorab validierte ACLs (optional) hinzugefügt werden.
Konfigurationsbeispiel für ISE oder einen anderen RADIUS-Server:
ISE-RADIUS-Serveradresse IPv4 GROUPaaa-Authentifizierung, Webauth-Standard-Lokalgruppe RADIUS-GROUPend
Eine Anzeige:Wie der letzte CLI-Befehl zeigt, erfolgt zuerst die lokale Benutzerauthentifizierung und dann ISE/RADIUS. Sie können die Authentifizierung auf lokale Authentifizierung, ISE/RADIUS-Authentifizierung oder beides beschränken. Beispielsweise wird der Benutzer zuerst lokal auschecken. Wenn es nicht vorhanden ist, wird es mit RADIUS verglichen.
Navigieren Sie zu, um lokale Gastbesucher hinzuzufügenEinstellungen > Sicherheit > Gastbenutzer.
Inspektion
Öffnen Sie auf Ihrem Computer die Datei log in.html mit einem Webbrowser und stellen Sie sicher, dass die Animationen und Inhalte korrekt sind.
das Problem lösen
Stellen Sie sicher, dass sich alle Dateien beim Hochladen auf den WLC 9800 nicht in Unterordnern befinden und dass sie nicht umbenannt wurden.
FAQs
What is the maximum throughput for Catalyst 9800-L WLC? ›
The Cisco Catalyst 9800-L Wireless Controller is an integral part of the intent-based networking portfolio. It provides support for 5-Gbps throughput and up to 250 access points and 5000 clients to help ensure high performance and scale for midmarket business-critical networks.
How to generate CSR in Cisco 9800 WLC? ›- The OpenSSL Method. Install and open the OpenSSL. Important Note: If your WLC version is less than 7.5, then you must use OpenSSL Version 0.9. ...
- Creating the CSR within WLC. If your WLC runs Software Version 8.3. ...
- Submit to QuoVadis.
The default username is admin. Enter the wireless device password in the Password text box and press Enter. The default password is admin.
How to reload Cisco 9800 WLC? ›If you want to restart or reload, you can use the commamd "reload" on cli. Make sure you save your config first. When in SSO you can also access the standby using CLI, but the prompt will be slightly different.
How fast is Cisco Catalyst 2950? ›With a switching fabric of 13.6 Gbps and a maximum forwarding bandwidth of 13.6 Gbps, Cisco Catalyst 2950 Series switches deliver wire-speed performance on all ports in connecting end stations and users to the company LAN.
Why is Cisco Catalyst so expensive? ›Cisco has historically designed their own chips instead of using merchant silicon from Broadcom and the like. This increases costs. Cisco devices have a ton of advanced features that you can't find anywhere else, and that's expensive to develop.
How to generate CSR for VPN? ›Create Your CSR. In the SmartDashboard, open the Device properties for the device you want the SSL certificate to be sent out from, click Add to create a CSR. For example, go to Gateway Cluster > IPSec VPN > Add > Certificate Nickname (e.g. FQDN).
How do I generate a CSR key file? ›- Set the OpenSSL configuration environment variable (optional).
- Generate a key file.
- Create a Certificate Signing Request (CSR).
- Send the CSR to a certificate authority (CA) to obtain an SSL certificate.
- Use the key and certificate to configure Tableau Server to use SSL.
- Launch the F5 BIGIP web GUI.
- Under Local Traffic select "SSL Certificates" then "Create."
- Under General Properties give your certificate a name (this name will be used in the future to identify this certificate).
The default username is cisco. The default password is cisco.
What is the default username and password for Cisco Prime? ›
To login, enter the username as globaladmin with default password Cisco123!.
What is the username and password for cisco IP Phone? ›Step 3. Enter the password of the device in the Password field. The default password for the administrator is admin and for the user it is cisco. Note: If you forget the password, you can reset the phone adapter to factory defaults which in turn returns the device to the default login.
How do I reset my WLC to factory settings? ›- Enter reset system at the command prompt.
- At the prompt that asks whether you need to save changes to the configuration, enter Y or N. ...
- When you are prompted for a username, enter recover-config to restore the factory default configuration.
Step 2: Press and hold the MODE button while you reconnect power to the access point. Step 3: Hold the MODE button until the Status LED turns amber (approximately 10 to 12 seconds), and release the Button. All access point settings return to factory defaults.
How to reset Cisco port? ›You can use the "default interface giX/X " command in the config mode. It will reset the interface to its defaults.
Is Cisco Catalyst 2950 a router? ›The Cisco Catalyst 2950 Series is a line of fixed-configuration, stackable, and standalone switches that provide wire-speed Fast Ethernet and Gigabit Ethernet connectivity.
What is the fastest Cisco router? ›The company introduced a new single-slot 16 x 10 Gigabit Ethernet line card for its flagship Aggregation Services Router 9000 edge router that doubles the density of the ASR 9000. Cisco says the card will actually deliver more than 100 Gbps and that this makes the ASR 9000 faster than any other router out there.
How much power does Cisco Catalyst 9300 draw? ›using cisco power calculator for C9300-48U model and by adding few POE devices, the results shows that the switch typical power consumption without POE is 135W, and Total PoE Output Power Used is 662.40W.
Which car has the most expensive catalyst? ›1. Ferrari F430 ($3,770) As you might expect, the Ferrari F430 is hardly a cheap vehicle, so its components are wildly expensive, including its catalytic converter. The F430's catalytic converter is priced upwards of $3,700, which is already exorbitantly expensive by itself.
Is Cisco Catalyst a router or switch? ›The Cisco Catalyst 4500 Series is a mid-range modular chassis network switch.
Do you need a license for Cisco switch? ›
Base license levels for a switch are indicated by the switch model number. They are always permanent licenses, without an expiration date. Add-on license levels provide Cisco innovations on the switch, as well as on the Cisco Digital Network Architecture Center (Cisco DNA Center).
Can I generate private key from CSR? ›- Open the CSR Generation Tool page. ...
- Enter your hostname (i.e., common name). ...
- Add your organization's name. ...
- Type your organization's unit. ...
- Enter the city where your company is located. ...
- Add the state or province where your company is located. ...
- Select your country.
- Click the Settings icon on top-right-corner of the page and select VPN Cert to go to the VPN Certificate download page.
- Click the VPN certificate link to download the CA Certificate for this Management console.
- 3.To renew the certificate, click Regenerate.
A CSR (Certificate Signing Request) is a small, encoded text file containing information about the organization and the domain you wish to secure. It is required for the activation of a digital SSL certificate and, as a rule, is generated on the server where the certificate is to be installed.
How do I find my CSR key? ›Click Domains > your domain > SSL/TLS Certificates. You'll see a page like the one shown below. The key icon with the message “Private key part supplied” means there is a matching key on your server. To get it in plain text format, click the name and scroll down the page until you see the key code.
How do I extract a key from a CRT file? ›- Start OpenSSL from the OpenSSL\bin folder.
- Open the command prompt and go to the folder that contains your . ...
- Run the following command to extract the private key: openssl pkcs12 -in [yourfile.pfx] -nocerts -out [drlive.key]
Note: To generate a CSR, you will need to create a key pair for your windows computer. These two items are a digital certificate key pair and cannot be separated. If you lose your public/private key file and generate a new one, your Code Signing or Client (S/MIME) certificate will no longer match.
How to generate CSR using command prompt? ›- In Windows, click Start > Run.
- In the Open box, type CMD and click OK.
- A command prompt window appears.
- Type the following command at the prompt and press Enter: cd \OpenSSL-Win32.
- The line changes to C:\OpenSSL-Win32.
- Type the following command at the prompt and press Enter: ...
- Restart computer (mandatory)
It is normally saved in the following directory: /usr/local/directadmin/data/users/ /domains/ . key , where corresponds to your DirectAdmin username and - to the domain the CSR has been generated for.
How to generate CSR from domain controller? ›- Click Start > Run.
- Enter MMC and click OK.
- Go to File > Add/Remove Snap-in.
- Click Certificates, and select Add.
- Select Computer Account, and click Next.
- Select Local Computer and click Finish.
- Click OK to close the Snap-ins window.
What is the default password for a cisco access point? ›
The default username is Cisco. Step 4 Enter the wireless device password in the Password field and press Enter. The default password is Cisco.
What is the default password for a cisco business account? ›The default username is cisco, and the default password is cisco.
What is the default username and password for cisco Integrated Management Controller? ›Note The default username and password for CIMC-E is “admin” and “password” respectively.
What is the default username and password for cisco 9500? ›Log on using the default username webui and password cisco. Step 2 Set a password of up to 25 alphanumeric characters.
What is the default console password for cisco 4331? ›Launch the browser and enter the device IP address in your browser's address line. For a secure connection, type https://192.168.1.1/#/dayZeroRouting. For a less secure connection, enter http://192.168.1.1/#/dayZeroRouting. Enter the default username (admin) and the password as default.
How do I log into Cisco Prime? ›- Log in to the Prime Home portal using the default application administrator user credentials:
- From the upper menu bar, choose Manage > Control Panel > Portal > Users.
- Click Actions next to the test user, then choose Edit.
- Configure the test user as follows:
- Step 5 Click Save.
Your ID=your phone extension.
How do I access my cisco IP phone? ›On a PC/Laptop connected to the same network as the phones open up a web page and enter the following https://[IP address] in the URL bar at the top. Once you have access to the web GUI enter the login details making sure you log in as "Admin". Note: Password can be found in devices list in your configuration manager.
What is the default password for cisco Level 15 access? ›The default level is 15 (privileged EXEC mode privileges). ignores leading spaces. By default, no password is defined.
What CLI command is used to reset a controller to factory default? ›Issuing the write erase all command resets the controller to factory defaults, and deletes all databases on the controller including the license key management database.
What is remote factory reset? ›
Remote wipe is a feature that allows you to remove all data from your mobile device should it ever get lost or stolen. The documentation below outlines the process for Android, iOS devices, and Windows 8 phones.
How do I manually reset my Cisco phone? ›Press and hold the microphone button for about 5 seconds then release it. The lights will blink red twice. Press and hold the microphone button. After about 5 seconds, the links will blink red continuously, indicating that the hard reset is complete.
How do I physically reset my Cisco switch? ›Manually Reset the Switch
Step 1. Disconnect all Ethernet cables from the switch. Step 2. Using a pin, press and hold the Reset button on the switch for 15 to 20 seconds.
- Reset the switch to factory defaults: Erase the existing configuration: write erase. Reload the switch software: reload. ...
- Save the configuration: IP_switch-A-1# copy running-config startup-config.
- Reboot the switch and wait for the switch to reload: IP_switch-A-1# reload.
In the global configuration mode, configure the configuration register back to default by entering the 'config-register 0x2102' router command, so the router will boot normally on the next restart.
How to reboot Cisco switch command? ›Log in to the web-based utility of the switch and choose Administration > Reboot. In the Reboot area, click the radio button that corresponds to the desired time at which the switch reboots. The options are: Immediate - Switch reboots immediately once Reboot is clicked.
How do you hard reset a switch? ›Press and hold the POWER Button down until the system resets; this may take some time. Once the system is powered down, press the POWER Button once to turn it back on.
What is the port speed of Cisco 9800? ›This mGig port supports speeds of 10G, 5G, 2.5G, and 1G. In a High Availability environment, it is not possible to change the configured port speed.
What is the throughput of Cisco c900? ›A. The performance with services for the 900 Series ISRs is 250 Mbps.
What is the maximum throughput of Cisco 9500? ›Up to 960-Gbps switching capacity (IPv4) with up to 1440 Mpps of throughput.
What is the maximum throughput of Cisco 9300? ›
At up to 480 Gbps, they are the industry's highest-density stacking bandwidth solution with the most flexible uplink architecture.
What is the maximum speed of Cisco WIFI? ›It is 300 Mbps with 802.11n (802.11a/g max speed limited to 54Mbps).
How do I check my router port speed? ›- Press Win + I to open the Settings app.
- Select Network & internet from the left sidebar.
- Click on Properties at the top.
- Scroll down to the Link speed (Receive/Transmit) field to check the connection speed.
Cisco's new router can go 25 terabytes per second -- but it's not the fastest speed that money can buy. Silicon One is a custom chip designed to be used anywhere in the network, near-term performance is expected to cross 25Tbps. Cisco says that the Silicon One Q100 model has surpassed the 10Tbps bandwidth milestone.
What is the speed of Cisco 4331 router? ›Technical Specifications | Cisco 4461 | Cisco 4331 |
---|---|---|
Aggregate Throughput (Default) | 1.5Gbps | 100 Mbps |
Aggregate Throughput (Performance License) | 3Gbps | 300 Mbps |
Aggregate CEF Only[5] Throughput (Boost License) | Over 7Gbps | Over 2Gbps |
A modular platform with a broad range of interface options. Up to two 10/100/1000 Mbps built-in routed ports. Up to 112 10/100 Mbps switch ports with optional Power over Ethernet (PoE), for providing DC power to network devices such as IP phones. Up to 2500 VPN tunnels.
What is the maximum throughput of a Cisco 3900? ›The Cisco 3900 Series enables deployment in high-speed WAN environments with concurrent services enabled up to 350 Mbps.
How many Cisco 9500 can you stack? ›9500 can only be stacked (stack virtual) by another 9500. 9300 can only be stacked with another 9300. (It won't even be able to stack a 9300 with a 3650/3850.)
What is the maximum USB size for Cisco? ›A Cisco USB flash module allows you to store and deploy router configurations and Cisco IOS software images. Cisco USB flash modules are available in 64MB, 128 MB, and 256MB versions.
What is the buffer size of the catalyst 9500? ›How many Cisco 9300 in a stack? ›
Up to 8 Switches can be stacked together using back stacking cables. All 9300 models are supported in the stack. All the switches in the stack should run the same IOS and License.
What is the throughput of Cisco 7604? ›With a forwarding rate of up to 144-Mpps distributed and 320-Gbps total throughput, the Cisco 7604 provides performance and reliability with options for redundant route processors and power supplies.
What is the maximum throughput of Cisco 3750? ›Cisco StackWise Plus technology for ease of use and resiliency with 64 Gb/s of throughput.