Vom Fachmann für dein Motorrad
Bremssattel P2 F08 N vorne rechts und hinten für Moto Guzzi
BEN Benelli 750 SEI (750cc, 1982 – )
BEN Benelli 900 SEI (900cc, 1978 – 1991)
MG Moto Guzzi 1100 Cali. Carburettor (1064cc, 1994 – 1997)
149,00€
Nur noch 2 vorrätig
- Hersteller: DuBiPa
- Artikelnummer: 20355640-Z
- Produktart: Bremssattel
- Position: vorne rechts und hinten
- Farbe: Schwarz (je nach Ausführung)
- Material: Aluminiumdruckguss (laut Herstellerangaben)
- Bauart: P2 F08 N, Schwimmsattel mit zwei Kolben
- Kompatibilität: für verschiedene Moto Guzzi Modelle (modellabhängig, bitte Fahrzeugzuordnung beachten)
Der DuBiPa Bremssattel P2 F08 N ist ein hochwertiges Ersatzteil für die Vorder- und Hinterachse zahlreicher Moto Guzzi Motorräder. Er eignet sich zur zuverlässigen Wiederherstellung der Bremsleistung und ist speziell auf die Anforderungen klassischer sowie moderner Modelle abgestimmt.
Vorteile auf einen Blick
Der Bremssattel überzeugt durch seine robuste Bauweise und passgenaue Fertigung.
- Zuverlässige Bremskraft durch präzise Kolbenführung
- Langlebige Materialien für hohe Belastbarkeit im Alltagseinsatz
- Einfache Montage an Vorder- oder Hinterradaufnahme
- Klassisches Design passend zu vielen Moto Guzzi Modellen
Technische Daten
Wichtige Merkmale des Bremssattels im Überblick:
- Zweikolben-Schwimmsattel-Bauweise (P2 F08 N)
- Korpus aus Aluminiumdruckguss für geringes Gewicht und Korrosionsbeständigkeit
- Befestigungspunkte gemäß Originalvorgabe für Moto Guzzi Motorräder
- Einsatzbereich vorne rechts oder hinten, je nach Modellzuordnung
- Bremsscheibendicke und -durchmesser modellabhängig zu prüfen
Einsatzbereiche
Der Bremssattel eignet sich für den Austausch oder die Nachrüstung an zahlreichen Moto Guzzi Motorrädern. Typische Anwendende sind Motorradwerkstätten, Fachbetriebe sowie private Schrauberinnen und Schrauber, die Wert auf zuverlässige Ersatzteile legen.
Lieferumfang
- 1x Bremssattel P2 F08 N (vorne rechts oder hinten, je nach Auswahl)
- Befestigungsmaterial nicht enthalten (modellabhängig separat erhältlich)
- Anleitung zur Montage nicht enthalten; Einbau sollte fachgerecht erfolgen
FAQ
Ist der Bremssattel mit allen Moto Guzzi Modellen kompatibel?
Die Kompatibilität hängt vom jeweiligen Modell und Baujahr ab. Bitte vor dem Einbau die Fahrzeugzuordnung prüfen.
Muss der Bremssattel eingefahren werden?
Nach dem Einbau empfiehlt sich eine kurze Einfahrphase, um optimale Bremsleistung zu erreichen.
Sind Dichtungen und Kolben im Lieferumfang enthalten?
Der Bremssattel wird in der Regel montagefertig geliefert; Details können je nach Ausführung variieren.
Können Original-Bremsbeläge weiterverwendet werden?
In den meisten Fällen ja, sofern sie zum Satteldesign passen. Kompatibilität bitte vorab prüfen.
Wie erfolgt die Wartung des Bremssattels?
Regelmäßige Kontrolle auf Dichtigkeit und Verschleiß wird empfohlen. Wartungsintervalle richten sich nach Herstellerangaben.
Alle Angaben ohne Gewähr.
BEN Benelli 750 SEI (750cc, 1982 – )
BEN Benelli 900 SEI (900cc, 1978 – 1991)
MG Moto Guzzi 1100 Cali. Carburettor (1064cc, 1994 – 1997)
Ebereschenweg 44
14552 Michendorf
Brandenburg Deutschland
info@dubipa.de
Ebereschenweg 44
14552 Michendorf
Brandenburg Deutschland
info@ducbikeparts.de
Du musst angemeldet sein, um eine Bewertung abgeben zu können.
Verwandte Produkte

<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Brembo Bremssattel P32F hinten inkl. Beläge Ducati Monster SS 851 888
Ducati 851 (1989–1991) Ducati 907 I.E. (1990–1991) Ducati Supersport 900 / S / CR /…
149,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Brembo Bremssattel P32 F hinten symmetrisch, schwarz – Ducati 400-900 SS, Monster, 851, 888, S4, 907
DUC Ducati 1000 Monster (992cc, 2003 - 2004) DUC Ducati 1000 Monster S (992cc, 2003…
154,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Bremssattel P2 F08 N vorne links rechts hinten für Moto Guzzi
BEN Benelli 750 SEI (750cc, 1982 - ) BEN Benelli 900 SEI (900cc, 1978 -…
149,00€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Ducati Bremssattel hinten – 620, 800, 1000 SS i.e., ST2, ST3, S, ST4, S
DUC Ducati 1000 SS (992 ccm, 2003 - 2005) DUC Ducati 1000 ST3 (992 ccm,…
149,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>

Brembo Bremssattel P32F hinten inkl. Beläge Ducati Monster SS 851 888
Ducati 851 (1989–1991) Ducati 907 I.E. (1990–1991) Ducati Supersport 900 / S / CR /...
149,90€

Brembo Bremssattel P32 F hinten symmetrisch, schwarz – Ducati 400-900 SS, Monster, 851, 888, S4, 907
DUC Ducati 1000 Monster (992cc, 2003 - 2004) DUC Ducati 1000 Monster S (992cc, 2003...
154,90€

Bremssattel P2 F08 N vorne links rechts hinten für Moto Guzzi
BEN Benelli 750 SEI (750cc, 1982 - ) BEN Benelli 900 SEI (900cc, 1978 -...
149,00€

Ducati Bremssattel hinten – 620, 800, 1000 SS i.e., ST2, ST3, S, ST4, S
DUC Ducati 1000 SS (992 ccm, 2003 - 2005) DUC Ducati 1000 ST3 (992 ccm,...
149,90€










Bewertungen
Es gibt noch keine Bewertungen.