Difference between revisions of "Catalyst 6500 / cisco7600 series Ethernet Module Daughter Cards"

From NesevoWiki
Jump to navigationJump to search
Line 1: Line 1:
'Delimeter & Formatierungstags
+
{| border = "1"
Const TabellenBeginn = "{| border = " & """" & "1" & """"
+
||
Const TabellenEnde = "|}"
+
||
Const ZeilenStartDelimeter = "|"
+
||
Const ZeilenEndDelimeter = ""
+
||
Const ZeilenTrennzeichen = "|-"
+
||
Const Delimeter = "|"  'SpaltenTrennzeichen
+
||
'-----------------------------------------------------
+
||
Sub Tabelle2Wiki()
+
||
  Dim fHandle, i, j As Integer
+
||
  Dim StartZeile, StartSpalte, EndZeile, EndSpalte As Integer
+
||
  fHandle = FreeFile()
+
||
  StartZeile = Val(InputBox("Ab welcher Zeile soll umgewandelt werden ?", _
+
||
                            "Startzeile - Schritt 1 von 5", "1"))
+
||
  'nach belieben als Zahl eintragen a=1, z=26
+
||
  StartSpalte = Val(InputBox("Ab welcher Spalte soll umgewandelt werden ?" + _
+
||
                    vbCrLf + "(z.B. A=1, Z=26, AG=33)", _
+
||
                    "Startspalte - Schritt 2 von 5", "1"))
+
||
  EndZeile = Val(InputBox("Bis zu welcher Zeile soll umgewandelt werden ?", _
+
||
                            "Endzeile - Schritt 3 von 5", "100"))
+
||
 
+
||
  'nach belieben als Zahl eintragen a=1, z=26, Spalte AG = z+7=33
+
||
  EndSpalte = Val(InputBox("Bis zu welcher Spalte soll umgewandelt werden ?" + _
+
||
                    vbCrLf + "(z.B. A=1, Z=26, AG=33)", _
+
||
                    "Endspalte - Schritt 4 von 5", "26"))
+
||
  DateiName = InputBox("Wie soll die Ausgabedatei heissen (bitte ggf. den Pfad ergänzen) ?", _
+
||
                            "Dateiname - Schritt 5 von 5", "wiki-tabelle.txt")
+
||
  Open DateiName For Output As #fHandle
+
|-
  Print #fHandle, TabellenBeginn      'Beginn der Tabelle
+
||
  For i = StartZeile To EndZeile
+
||
        For j = StartSpalte To EndSpalte
+
||
            Print #fHandle, ZelleLesen(i, j)
+
||
        Next j
+
||
        Print #fHandle, ZeilenTrennzeichen
+
||
  Next i
+
||
  Print #fHandle, TabellenEnde      'Ende der Tabelle
+
||
  Close #fHandle
+
||
End Sub
+
||
Function ZelleLesen(Zeile, Spalte)
+
||
Dim Inhalt, RGB_Code, FormatierungsTags As Variant
+
||
    '------------------Wenn die Zelle ein datum enthält, entsprechend formatieren------------------------------
+
||
    If VarType(Cells(Zeile, Spalte)) = vbDate Then
+
||
        Inhalt = Format(Cells(Zeile, Spalte), "dd.mm.yyyy")
+
||
    Else
+
||
        Inhalt = Cells(Zeile, Spalte)
+
||
    End If
+
||
    '------------------Wenn Zelle leer, Space einstellen für korrekte Darstellung im Wiki----------------------
+
||
    If Inhalt = "" Then Inhalt = " "
+
||
    '------------------Zeilenumbrüche innerhalb der Zelle durch Space ersetzen---------------------------------
+
||
    While InStr(1, Inhalt, Chr(10)) <> 0
+
||
        Inhalt = Mid(Inhalt, 1, InStr(1, Inhalt, Chr(10)) - 1) & " " & Mid(Inhalt, InStr(1, Inhalt, Chr(10)) + 1)
+
||
    Wend
+
||
    '------------------Textinhalt der Zelle auf Fett bzw. kursiv formatieren------------------------------------
+
||
    If ActiveSheet.Cells(Zeile, Spalte).Font.Bold = vbTrue And ActiveSheet.Cells(Zeile, Spalte) <> "" Then
+
||
        Inhalt = "'''" & Inhalt & "'''"
+
|-
    End If
+
||
    If ActiveSheet.Cells(Zeile, Spalte).Font.Italic = vbTrue And ActiveSheet.Cells(Zeile, Spalte) <> "" Then
+
||
        Inhalt = "''" & Inhalt & "''"
+
||
    End If
+
||
    '------------------Hintergrundfarbe der Zelle in Wiki-Tags umsetzen-----------------------------------------
+
||
    If Hex(ActiveSheet.Cells(Zeile, Spalte).Interior.Color) <> "FFFFFF" Then
+
||
        RGB_Code = Format(Hex(ActiveSheet.Cells(Zeile, Spalte).Interior.Color), "000000")
+
||
        While Len(RGB_Code) < 6
+
||
            RGB_Code = "0" & RGB_Code
+
||
        Wend
+
||
        FormatierungsTags = """" & "style=background-color:#" & RGB_Code & ";" & """"
+
||
    Else
+
||
        FormatierungsTags = ""
+
||
    End If
+
||
    '------------------Horizontale Textausrichtung der Zelle in Wiki-Tags umsetzen------------------------------
+
||
    If ActiveSheet.Cells(Zeile, Spalte).HorizontalAlignment = xlCenter Then
+
||
        FormatierungsTags = "align=" & """" & "center" & """" & FormatierungsTags
+
||
    End If
+
||
    If ActiveSheet.Cells(Zeile, Spalte).HorizontalAlignment = xlRight Then
+
||
        FormatierungsTags = "align=" & """" & "right" & """" & FormatierungsTags
+
||
    End If
+
||
    '------------------Zelleintrag zusammensetzen---------------------------------------------------------------
+
||
    ZelleLesen = Delimeter & FormatierungsTags & Delimeter & Inhalt
+
||
 +
||
 +
||
 +
||
 +
|-
 +
|align="center"| PoE Daughter Card Support 
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
|align="center"|PoE Daughter Card
 +
|align="center"|Description
 +
|align="center"|Supported on Ethernet Module
 +
|align="center"|Maximum Power per Port (Watts)
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||'''Note '''
 +
||WS-X6148-RJ-21
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||The WS-F6K-VPWR and WS-F6K-VPWR-GE PoE daughter cards are not interchangeable between Ethernet modules.
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148-RJ-21V1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148-RJ-45V1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6348-RJ-21V1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6348-RJ-45
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6348-RJ-45V1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-VPWR-GE=
 +
||Prestandard PoE daughter card for 10/100 and 10/100/1000 Ethernet modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters).
 +
||
 +
||06.03.2010
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||'''Note '''
 +
||WS-X6148-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||The WS-F6K-VPWR and WS-F6K-VPWR-GE PoE daughter cards are not interchangeable between Ethernet modules.
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148V-GE-TX1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6548-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6548V-GE-TX1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-GE48-AF=
 +
||IEEE 802.3af-compliant PoE daughter card for 10/100 and 10/100/1000 Ethernet modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters).
 +
||
 +
||15.04.2010
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148-GE-45AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148A-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148A-GE-45AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6548-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6548-GE-45AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-FE48X2-AF=
 +
||IEEE 802.3af-compliant PoE daughter card for 96-port 10/100 modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters).
 +
||•
 +
||15.04.2010
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148X2-RJ-45
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148X2-45AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6196-RJ-21
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6196-21AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-48-AF=
 +
||IEEE 802.3af-compliant PoE daughter card for 10/100 and 10/100/1000 Ethernet modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters).
 +
||
 +
||15.04.2010
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148A-RJ-45
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148-GE-45AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148A-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6148A-GE-45AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6548-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6548-GE-45AF1
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||1 The base Ethernet module is shipped with the PoE daughter card factory installed.
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
|align="center"|CFC and DFC Daughter Card Descriptions 
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
|align="center"|CFC and DFC Daughter Card
 +
|align="center"|Description
 +
|align="center"|Modules supported on
 +
|align="center"|Memory
 +
|align="center"|Power Required
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-DFC
 +
||Distributed Forwarding Card (DFC) for use on CEF256-based modules (WS-X65xx and WS-X6816-GBIC Ethernet modules). This daughter card is supported only by the Supervisor Engine 2.
 +
||•
 +
||128 MB
 +
||2.10 A at 42 VDC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6516-GBIC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6816-GBIC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6516-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-DFC3A
 +
||Distributed Forwarding Card (DFC) for use on CEF256-based modules (WS-X65xx and WS-X6816-GBIC Ethernet modules). This daughter card is supported only by the Supervisor Engine 720.
 +
||•
 +
||512 MB
 +
||2.57 A at 42 VDC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6516-GBIC
 +
||(Memory is located on base module)
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6816-GBIC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-DFC3B
 +
||Distributed Forwarding Card 3B (DFC3B) for use on dCEF256 and CEF256 modules. This daughter card is supported only by the Supervisor Engine 720.
 +
||•
 +
||256 MB
 +
||1.67 A at 42 VDC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6516-GBIC
 +
||(Memory is located on base module)
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6816-GBIC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6K-DFC3BXL
 +
||Distributed Forwarding Card 3BXL (DFC3BXL) for use on dCEF256 and CEF256 modules. This daughter card is supported only by the Supervisor Engine 720.
 +
||•
 +
||1 GB
 +
||2.38 A at 42 VDC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6516-GBIC
 +
||(Memory is located on base module)
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6816-GBIC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6700-CFC
 +
||Centralized Forwarding Card (CFC) for use on WS-X67xx Ethernet modules. This daughter card is supported only by the Supervisor Engine 720. There are no memory options for this daughter card.
 +
||•
 +
||256 MB
 +
||0.75 A at 42 VDC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6704-10GE
 +
||(Memory is located on base module)
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6724-SFP
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6748-SFP
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6748-GE-TX
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||WS-F6700-DFC3A
 +
||The Distributed Forwarding Card (DFC) is for use on CEF720 modules. This daughter card is supported only by the Supervisor Engine 720.
 +
||•
 +
||256 MB
 +
||3.0 A at 42 VDC
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6704-10GE
 +
||(Memory is located on base module)
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6724-SFP
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||WS-X6748-SFP
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
||
 +
||
 +
||•
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
||
 +
|-
 +
|}

Revision as of 13:42, 7 June 2010

PoE Daughter Card Support 
PoE Daughter Card Description Supported on Ethernet Module Maximum Power per Port (Watts)
Note WS-X6148-RJ-21
The WS-F6K-VPWR and WS-F6K-VPWR-GE PoE daughter cards are not interchangeable between Ethernet modules.
WS-X6148-RJ-21V1
WS-X6148-RJ-45V1
WS-X6348-RJ-21V1
WS-X6348-RJ-45
WS-X6348-RJ-45V1
WS-F6K-VPWR-GE= Prestandard PoE daughter card for 10/100 and 10/100/1000 Ethernet modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters). 06.03.2010
Note WS-X6148-GE-TX
The WS-F6K-VPWR and WS-F6K-VPWR-GE PoE daughter cards are not interchangeable between Ethernet modules.
WS-X6148V-GE-TX1
WS-X6548-GE-TX
WS-X6548V-GE-TX1
WS-F6K-GE48-AF= IEEE 802.3af-compliant PoE daughter card for 10/100 and 10/100/1000 Ethernet modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters). 15.04.2010
WS-X6148-GE-TX
WS-X6148-GE-45AF1
WS-X6148A-GE-TX
WS-X6148A-GE-45AF1
WS-X6548-GE-TX
WS-X6548-GE-45AF1
WS-F6K-FE48X2-AF= IEEE 802.3af-compliant PoE daughter card for 96-port 10/100 modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters). 15.04.2010
WS-X6148X2-RJ-45
WS-X6148X2-45AF1
WS-X6196-RJ-21
WS-X6196-21AF1
WS-F6K-48-AF= IEEE 802.3af-compliant PoE daughter card for 10/100 and 10/100/1000 Ethernet modules. Provides 48 VDC over Category 5, Category 5e, or Category 6 UTP cable up to 328 feet (100 meters). 15.04.2010
WS-X6148A-RJ-45
WS-X6148-GE-TX
WS-X6148-GE-45AF1
WS-X6148A-GE-TX
WS-X6148A-GE-45AF1
WS-X6548-GE-TX
WS-X6548-GE-45AF1
1 The base Ethernet module is shipped with the PoE daughter card factory installed.
CFC and DFC Daughter Card Descriptions 
CFC and DFC Daughter Card Description Modules supported on Memory Power Required
WS-F6K-DFC Distributed Forwarding Card (DFC) for use on CEF256-based modules (WS-X65xx and WS-X6816-GBIC Ethernet modules). This daughter card is supported only by the Supervisor Engine 2. 128 MB 2.10 A at 42 VDC
WS-X6516-GBIC
WS-X6816-GBIC
WS-X6516-GE-TX
WS-F6K-DFC3A Distributed Forwarding Card (DFC) for use on CEF256-based modules (WS-X65xx and WS-X6816-GBIC Ethernet modules). This daughter card is supported only by the Supervisor Engine 720. 512 MB 2.57 A at 42 VDC
WS-X6516-GBIC (Memory is located on base module)
WS-X6816-GBIC
WS-F6K-DFC3B Distributed Forwarding Card 3B (DFC3B) for use on dCEF256 and CEF256 modules. This daughter card is supported only by the Supervisor Engine 720. 256 MB 1.67 A at 42 VDC
WS-X6516-GBIC (Memory is located on base module)
WS-X6816-GBIC
WS-F6K-DFC3BXL Distributed Forwarding Card 3BXL (DFC3BXL) for use on dCEF256 and CEF256 modules. This daughter card is supported only by the Supervisor Engine 720. 1 GB 2.38 A at 42 VDC
WS-X6516-GBIC (Memory is located on base module)
WS-X6816-GBIC
WS-F6700-CFC Centralized Forwarding Card (CFC) for use on WS-X67xx Ethernet modules. This daughter card is supported only by the Supervisor Engine 720. There are no memory options for this daughter card. 256 MB 0.75 A at 42 VDC
WS-X6704-10GE (Memory is located on base module)
WS-X6724-SFP
WS-X6748-SFP
WS-X6748-GE-TX
WS-F6700-DFC3A The Distributed Forwarding Card (DFC) is for use on CEF720 modules. This daughter card is supported only by the Supervisor Engine 720. 256 MB 3.0 A at 42 VDC
WS-X6704-10GE (Memory is located on base module)
WS-X6724-SFP
WS-X6748-SFP