النتائج 1 إلى 9 من 9

الموضوع: block torrent trafic

  1. #1
    عضو
    تاريخ التسجيل
    Jun 2009
    المشاركات
    20
    الدولة: Egypt
    معدل تقييم المستوى
    0

    block torrent trafic

    السلام عليكم و رحمة الله و بركاتة
    اولا احب ان اشكر كل من سوف يساعدني
    ثانيا احب ان اشكر كل الموجودين علي المجهود الرائع

    انا عندي cisco 3620 و كونت عايز ارفع ملف torrent.bdlm لكي استطيع ايقاف peer 2 peer <torrent>عن طريق class map و لكن عندي سؤالين
    1 - هل هذا هو الفيل المطلوب للعمل
    2 - اذا لم يكن هذا هو الفيل المطلوب ارحو المساعدة لمعرفة المطلوب لعمل ايقاف لل (torrent)

  2. #2
    عضو الصورة الرمزية minimax
    تاريخ التسجيل
    Mar 2004
    المشاركات
    436
    معدل تقييم المستوى
    21

    رد: block torrent trafic

    وعليكم السلام ورحمة الله وبركاته

    جرب هذه الخطوات

    class-map match-all torrent
    match protocol bittorrent

    policy-map test
    class torrent
    drop

    int fa0/0
    service-policy output test

  3. #3
    عضو برونزي الصورة الرمزية one-zero
    تاريخ التسجيل
    Jul 2007
    المشاركات
    8,296
    معدل تقييم المستوى
    65

    رد: block torrent trafic

    كما قال اخي العزيز ميني ماكس
    واذا لم تكن محمل بعد الملف من الفلاش اكتب :
    Router(config) # ip nbar pdlm flash://bittorrent.pdlm

    ولكن هذا لن يمنع كل بروتكولات البير تو بير
    ممكن تنفذ التالي:
    Router(config) # ip nbar pdlm flash://kazaa2.pdlm
    Router(config) # ip nbar pdlm flash://bittorrent.pdlm
    Router(config) # ip nbar pdlm flash://gnutella.pdlm
    Router(config) # ip nbar pdlm flash://eDonkey.pdlm

    Router(config) # class-map match-any peer-to-peer
    Router(config-cmap) # match protocol gnutella
    Router(config-cmap) # match protocol kazaa2
    Router(config-cmap) # match protocol napster
    Router(config-cmap) # match protocol fasttrack
    Router(config-cmap) # match protocol novadigm
    Router(config-cmap) # match protocol edonkey
    Router(config-cmap) # match protocol bittorrent

    Router(config)# policy-map drop-peer-to-peer
    Router(config-pmap)# class peer-to-peer
    Router(config-pmap)# drop

    Router(config)# Interface fastethernet 0/0
    Router(config-if)# ip nbar protocol-discovery
    Router(config-if)# service-policy input drop-peer-to-peer

    [CENTER][SIZE=4]{[COLOR=red]وَإِذْ يَمْكُرُ بِكَ الَّذِينَ كَفَرُوا لِيُثْبِتُوكَ أَوْ يَقْتُلُوكَ أَوْ يُخْرِجُوكَ وَيَمْكُرُونَ وَيَمْكُرُ اللَّهُ وَاللَّهُ خَيْرُ الْمَاكِرِينَ[/COLOR]}[/SIZE][SIZE=4]…[/SIZE][SIZE=6][SIZE=4](الأنفال:30)
    [URL="https://www.facebook.com/pages/yasserauda/215036411882800"]للتواصل معي عبر الفيس بوك اضغط هنا
    [/URL][URL="https://www.youtube.com/watch?v=37LoZWjv1HE&feature=player_profilepage"][/URL][URL="https://www.facebook.com/pages/yasserauda/215036411882800"] صفحتي الخاصه على الفيس بوك
    [/URL][URL="https://www.facebook.com/pages/Mentored-Learning-New-Horizons-Dubai/234720379925819"]صفحة التعليم الارشادي على الفيس بوك
    [/URL][URL="https://www.youtube.com/user/yasserramzyauda"]قناتي على اليوتيوب
    [/URL][/SIZE][/SIZE][SIZE=3][URL="https://yasserauda.blogspot.com/"]مدونتي الخاصه[/URL][/SIZE][/CENTER]

  4. #4
    عضو برونزي الصورة الرمزية SyrianCyclone
    تاريخ التسجيل
    Dec 2005
    المشاركات
    890
    الدولة: Germany
    معدل تقييم المستوى
    21

    رد: block torrent trafic

    اقتباس المشاركة الأصلية كتبت بواسطة wobooo مشاهدة المشاركة
    كما قال اخي العزيز ميني ماكس
    واذا لم تكن محمل بعد الملف من الفلاش اكتب :
    Router(config) # ip nbar pdlm flash://bittorrent.pdlm

    ولكن هذا لن يمنع كل بروتكولات البير تو بير
    ممكن تنفذ التالي:
    Router(config) # ip nbar pdlm flash://kazaa2.pdlm
    Router(config) # ip nbar pdlm flash://bittorrent.pdlm
    Router(config) # ip nbar pdlm flash://gnutella.pdlm
    Router(config) # ip nbar pdlm flash://eDonkey.pdlm

    Router(config) # class-map match-any peer-to-peer
    Router(config-cmap) # match protocol gnutella
    Router(config-cmap) # match protocol kazaa2
    Router(config-cmap) # match protocol napster
    Router(config-cmap) # match protocol fasttrack
    Router(config-cmap) # match protocol novadigm
    Router(config-cmap) # match protocol edonkey
    Router(config-cmap) # match protocol bittorrent

    Router(config)# policy-map drop-peer-to-peer
    Router(config-pmap)# class peer-to-peer
    Router(config-pmap)# drop

    Router(config)# Interface fastethernet 0/0
    Router(config-if)# ip nbar protocol-discovery
    Router(config-if)# service-policy input drop-peer-to-peer

    ولا أروع من استاذ أكثر من رائع
    [CENTER][COLOR="Red"][SIZE="4"] الموت لكل خائن , خان وطنه و اهله [/SIZE][/COLOR][/CENTER]

    [CENTER][SIGPIC][/SIGPIC][/CENTER]


    [CENTER][IMG]https://folding.extremeoverclocking.com/sigs/sigimage.php?un=SyrianCyclone&t=155660[/IMG][/CENTER]

  5. #5
    عضو
    تاريخ التسجيل
    Jun 2009
    المشاركات
    20
    الدولة: Egypt
    معدل تقييم المستوى
    0

    رد: block torrent trafic

    dear eng woboo and eng syrian frist tak u so mush for help and ur time and i try ur way but the machine give me this error idk what it mean
    % ERROR: 'ip nbar pdlm flash://bittorrent.pdlm' : Unable to open file
    is this mean that i must to dowlooad the pdlm file to my flash if so can u lead me to the url that i download the file from it and tank again

  6. #6
    عضو
    تاريخ التسجيل
    Jun 2009
    المشاركات
    20
    الدولة: Egypt
    معدل تقييم المستوى
    0

    رد: block torrent trafic

    dear eng woboo and eng syrian frist thank u so mush for help and ur time and i try your way but the machine give me this error idk what it mean
    % ERROR: 'ip nbar pdlm flash://bittorrent.pdlm' : Unable to open file
    is this mean that i must to dowlooad the pdlm file to my flash if so can u lead me to the url that i download the file from it and thank again
    the problem with me is on the pdlm and thank u again

  7. #7
    عضو برونزي الصورة الرمزية one-zero
    تاريخ التسجيل
    Jul 2007
    المشاركات
    8,296
    معدل تقييم المستوى
    65

    رد: block torrent trafic

    نعم يجب تحميل الملف اخي الي الفلاش
    بعد تنويله من موقع سيسكو
    يجب ان يكون لديك حساب عميل لدى سيسكو حتى تستطيع تنزيل هذا الملف وغيره

    بعض الملفات عملت معك جيدا ولم تخرج رسالة خطاء لانها قادمه مع ال ios
    [CENTER][SIZE=4]{[COLOR=red]وَإِذْ يَمْكُرُ بِكَ الَّذِينَ كَفَرُوا لِيُثْبِتُوكَ أَوْ يَقْتُلُوكَ أَوْ يُخْرِجُوكَ وَيَمْكُرُونَ وَيَمْكُرُ اللَّهُ وَاللَّهُ خَيْرُ الْمَاكِرِينَ[/COLOR]}[/SIZE][SIZE=4]…[/SIZE][SIZE=6][SIZE=4](الأنفال:30)
    [URL="https://www.facebook.com/pages/yasserauda/215036411882800"]للتواصل معي عبر الفيس بوك اضغط هنا
    [/URL][URL="https://www.youtube.com/watch?v=37LoZWjv1HE&feature=player_profilepage"][/URL][URL="https://www.facebook.com/pages/yasserauda/215036411882800"] صفحتي الخاصه على الفيس بوك
    [/URL][URL="https://www.facebook.com/pages/Mentored-Learning-New-Horizons-Dubai/234720379925819"]صفحة التعليم الارشادي على الفيس بوك
    [/URL][URL="https://www.youtube.com/user/yasserramzyauda"]قناتي على اليوتيوب
    [/URL][/SIZE][/SIZE][SIZE=3][URL="https://yasserauda.blogspot.com/"]مدونتي الخاصه[/URL][/SIZE][/CENTER]

  8. #8
    عضو
    تاريخ التسجيل
    Jun 2009
    المشاركات
    20
    الدولة: Egypt
    معدل تقييم المستوى
    0

    رد: block torrent trafic

    thank you so much eng woboo

    رب اشرح لي صدري و يسر لي امري و احلل العقده من لساني يفقة فولي ... الله ما سهل اللا ما جعلته سهلا

  9. #9
    عضوية جديدة
    تاريخ التسجيل
    Jul 2008
    المشاركات
    71
    معدل تقييم المستوى
    0

    رد: block torrent trafic

    ولا اروع اخي العزيز ويبو بجد شرح رائع لاستخدام NBAR

المواضيع المتشابهه

  1. مشاركات: 0
    آخر مشاركة: 06-08-2011, 09:18

المفضلات

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •