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

From NesevoWiki
Jump to navigationJump to search
(New page: 'Delimeter & Formatierungstags Const TabellenBeginn = "{| border = " & """" & "1" & """" Const TabellenEnde = "|}" Const ZeilenStartDelimeter = "|" Const ZeilenEndDelimeter = "" Const Zeil...)
 
Line 1: Line 1:
'Delimeter & Formatierungstags
+
CFC and DFC Daughter Card Descriptions 
Const TabellenBeginn = "{| border = " & """" & "1" & """"
+
CFC and DFC Daughter Card Description Modules supported on Memory Power Required
Const TabellenEnde = "|}"
+
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
Const ZeilenStartDelimeter = "|"
+
WS-X6516-GBIC
Const ZeilenEndDelimeter = ""
+
Const ZeilenTrennzeichen = "|-"
+
WS-X6816-GBIC
Const Delimeter = "|"  'SpaltenTrennzeichen
+
'-----------------------------------------------------
+
WS-X6516-GE-TX
Sub Tabelle2Wiki()
+
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
  Dim fHandle, i, j As Integer
+
WS-X6516-GBIC (Memory is located on base module)
  Dim StartZeile, StartSpalte, EndZeile, EndSpalte As Integer
+
  fHandle = FreeFile()
+
WS-X6816-GBIC
  StartZeile = Val(InputBox("Ab welcher Zeile soll umgewandelt werden ?", _
+
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
                            "Startzeile - Schritt 1 von 5", "1"))
+
WS-X6516-GBIC (Memory is located on base module)
  'nach belieben als Zahl eintragen a=1, z=26
+
  StartSpalte = Val(InputBox("Ab welcher Spalte soll umgewandelt werden ?" + _
+
WS-X6816-GBIC
                    vbCrLf + "(z.B. A=1, Z=26, AG=33)", _
+
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
                    "Startspalte - Schritt 2 von 5", "1"))
+
WS-X6516-GBIC (Memory is located on base module)
  EndZeile = Val(InputBox("Bis zu welcher Zeile soll umgewandelt werden ?", _
+
                            "Endzeile - Schritt 3 von 5", "100"))
+
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
  'nach belieben als Zahl eintragen a=1, z=26, Spalte AG = z+7=33
+
WS-X6704-10GE (Memory is located on base module)
  EndSpalte = Val(InputBox("Bis zu welcher Spalte soll umgewandelt werden ?" + _
+
                    vbCrLf + "(z.B. A=1, Z=26, AG=33)", _
+
WS-X6724-SFP
                    "Endspalte - Schritt 4 von 5", "26"))
+
  DateiName = InputBox("Wie soll die Ausgabedatei heissen (bitte ggf. den Pfad ergänzen) ?", _
+
WS-X6748-SFP
                            "Dateiname - Schritt 5 von 5", "wiki-tabelle.txt")
+
  Open DateiName For Output As #fHandle
+
WS-X6748-GE-TX
  Print #fHandle, TabellenBeginn      'Beginn der Tabelle
+
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
  For i = StartZeile To EndZeile
+
WS-X6704-10GE (Memory is located on base module)
        For j = StartSpalte To EndSpalte
+
            Print #fHandle, ZelleLesen(i, j)
+
WS-X6724-SFP
        Next j
+
        Print #fHandle, ZeilenTrennzeichen
+
WS-X6748-SFP
  Next i
+
  Print #fHandle, TabellenEnde      'Ende der Tabelle
+
WS-X6748-GE-TX
  Close #fHandle
+
WS-F6700-DFC3B The Distributed Forwarding Card 3B (DFC3B) is for use on CEF720 modules. This daughter card is supported only by the Supervisor Engine 720. • 256 MB 2.70 A at 42 VDC
End Sub
+
WS-X6704-10GE (Memory is located on base module)
Function ZelleLesen(Zeile, Spalte)
+
Dim Inhalt, RGB_Code, FormatierungsTags As Variant
+
WS-X6724-SFP
    '------------------Wenn die Zelle ein datum enthält, entsprechend formatieren------------------------------
+
    If VarType(Cells(Zeile, Spalte)) = vbDate Then
+
WS-X6748-SFP
        Inhalt = Format(Cells(Zeile, Spalte), "dd.mm.yyyy")
+
    Else
+
WS-X6748-GE-TX
        Inhalt = Cells(Zeile, Spalte)
+
WS-F6700-DFC3BXL The Distributed Forwarding Card 3BXL (DFC3BXL) is for use on CEF720 modules. This daughter card is supported only by the Supervisor Engine 720. • 1 GB1 3.30 A at 42 VDC
    End If
+
WS-X6704-10GE
    '------------------Wenn Zelle leer, Space einstellen für korrekte Darstellung im Wiki----------------------
+
    If Inhalt = "" Then Inhalt = " "
+
WS-X6724-SFP
    '------------------Zeilenumbrüche innerhalb der Zelle durch Space ersetzen---------------------------------
+
    While InStr(1, Inhalt, Chr(10)) <> 0
+
WS-X6748-SFP
        Inhalt = Mid(Inhalt, 1, InStr(1, Inhalt, Chr(10)) - 1) & " " & Mid(Inhalt, InStr(1, Inhalt, Chr(10)) + 1)
+
    Wend
+
WS-X6748-GE-TX
    '------------------Textinhalt der Zelle auf Fett bzw. kursiv formatieren------------------------------------
+
WS-F6700-DFC3C The Distributed Forwarding Card 3C (DFC3C) is shipped standard on the WS-X6708-10G-3C and the WS-X6716-10G-3C Ethernet modules. It is an option for all other CEF720 linecards beginning with Cisco IOS Release 12.2(33)SXH. This daughter card is supported only by the Supervisor Engine 720. • • 1.65 A at 42 VDC
    If ActiveSheet.Cells(Zeile, Spalte).Font.Bold = vbTrue And ActiveSheet.Cells(Zeile, Spalte) <> "" Then
+
WS-X6704-10GE 512 MB2
        Inhalt = "'''" & Inhalt & "'''"
+
• •
    End If
+
WS-X6708-10G-3C 1 GB
    If ActiveSheet.Cells(Zeile, Spalte).Font.Italic = vbTrue And ActiveSheet.Cells(Zeile, Spalte) <> "" Then
+
• •
        Inhalt = "''" & Inhalt & "''"
+
WS-X6716-10G-3C 1 GB
    End If
+
• •
    '------------------Hintergrundfarbe der Zelle in Wiki-Tags umsetzen-----------------------------------------
+
WS-X6724-SFP 512 MB2
    If Hex(ActiveSheet.Cells(Zeile, Spalte).Interior.Color) <> "FFFFFF" Then
+
• •
        RGB_Code = Format(Hex(ActiveSheet.Cells(Zeile, Spalte).Interior.Color), "000000")
+
WS-X6748-SFP 512 MB2
        While Len(RGB_Code) < 6
+
• •
            RGB_Code = "0" & RGB_Code
+
WS-X6748-GE-TX 512 MB2
        Wend
+
WS-F6700-DFC3CXL The Distributed Forwarding Card 3CXL (DFC3CXL) is shipped standard on the WS-X6708-10G-3CXL and the WS-X6716-10G-3CXL Ethernet modules. It is an option for all other CEF720 linecards beginning with Cisco IOS Release 12.2(33)SXH. This daughter card is supported only by the Supervisor Engine 720. • • 2.35 A at 42 VDC
        FormatierungsTags = """" & "style=background-color:#" & RGB_Code & ";" & """"
+
WS-X6704-10GE 1 GB
    Else
+
• •
        FormatierungsTags = ""
+
WS-X6708-10G-3C 1 GB
    End If
+
• •
    '------------------Horizontale Textausrichtung der Zelle in Wiki-Tags umsetzen------------------------------
+
WS-X6716-10G-3C 1 GB
    If ActiveSheet.Cells(Zeile, Spalte).HorizontalAlignment = xlCenter Then
+
• •
        FormatierungsTags = "align=" & """" & "center" & """" & FormatierungsTags
+
WS-X6724-SFP 1 GB
    End If
+
• •
    If ActiveSheet.Cells(Zeile, Spalte).HorizontalAlignment = xlRight Then
+
WS-X6748-SFP 1 GB
        FormatierungsTags = "align=" & """" & "right" & """" & FormatierungsTags
+
• •
    End If
+
WS-X6748-GE-TX 1 GB
    '------------------Zelleintrag zusammensetzen---------------------------------------------------------------
+
1 Requires a memory upgrade on the base module. Refer to the Catalyst 6500 Series DFC3A, DFC3B, DFC3BXL, DFC3C, and DFC3CXL Installation Note for additional information.
    ZelleLesen = Delimeter & FormatierungsTags & Delimeter & Inhalt
+
2 512 MB is standard. The memory can be upgraded to 1 GB.
End Function
 

Revision as of 13:05, 7 June 2010

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 • WS-X6748-GE-TX WS-F6700-DFC3B The Distributed Forwarding Card 3B (DFC3B) is for use on CEF720 modules. This daughter card is supported only by the Supervisor Engine 720. • 256 MB 2.70 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-DFC3BXL The Distributed Forwarding Card 3BXL (DFC3BXL) is for use on CEF720 modules. This daughter card is supported only by the Supervisor Engine 720. • 1 GB1 3.30 A at 42 VDC WS-X6704-10GE • WS-X6724-SFP • WS-X6748-SFP • WS-X6748-GE-TX WS-F6700-DFC3C The Distributed Forwarding Card 3C (DFC3C) is shipped standard on the WS-X6708-10G-3C and the WS-X6716-10G-3C Ethernet modules. It is an option for all other CEF720 linecards beginning with Cisco IOS Release 12.2(33)SXH. This daughter card is supported only by the Supervisor Engine 720. • • 1.65 A at 42 VDC WS-X6704-10GE 512 MB2 • • WS-X6708-10G-3C 1 GB • • WS-X6716-10G-3C 1 GB • • WS-X6724-SFP 512 MB2 • • WS-X6748-SFP 512 MB2 • • WS-X6748-GE-TX 512 MB2 WS-F6700-DFC3CXL The Distributed Forwarding Card 3CXL (DFC3CXL) is shipped standard on the WS-X6708-10G-3CXL and the WS-X6716-10G-3CXL Ethernet modules. It is an option for all other CEF720 linecards beginning with Cisco IOS Release 12.2(33)SXH. This daughter card is supported only by the Supervisor Engine 720. • • 2.35 A at 42 VDC WS-X6704-10GE 1 GB • • WS-X6708-10G-3C 1 GB • • WS-X6716-10G-3C 1 GB • • WS-X6724-SFP 1 GB • • WS-X6748-SFP 1 GB • • WS-X6748-GE-TX 1 GB 1 Requires a memory upgrade on the base module. Refer to the Catalyst 6500 Series DFC3A, DFC3B, DFC3BXL, DFC3C, and DFC3CXL Installation Note for additional information. 2 512 MB is standard. The memory can be upgraded to 1 GB.