السلام عليكم اريد فقط التاكد من ان الاعدادات صحيحيه ام لا
وهل يجب اضافات اوامر للسيكورتى واوامر qos
الاعدادات على ثلاث روترات
الهيد اوفيس وفرعين برانش
مع شرح بسيط للاوامر
شاكر لكم
الكونفيجر كالتالى
Head_office(config)#interface tunnel 0
Head_office(config-if)#description Head_office to cisco
Head_office(config-if)#ip address 172.16.1.1 255.255.255.252 //this is the IP of Tunnel interface//
Head_office(config-if)#tunnel source 201.201.201.1 //this is the dialer IP of this routerHead_office(config)#interface tunnel 1
Head_office(config-if)#description Head_office to cisco
Head_office(config-if)#ip address 172.16.2.1 255.255.255.252 //this is the IP of Tunnel interface//
Head_office(config-if)#tunnel source 201.201.201.1 //this is the dialer IP of this router_
Head_office(config-if)#tunnel destination 200.200.200.1 //bransh 2
Head_office(config-if)#tunnel destination 200.200.200.2 //this is the dialer IP of remote router branch one


bransh 1
cisco(config)#interface tunnel 0
cisco(config-if)#description cisco to Head_office
cisco(config-if)#ip address 172.16.1.2 255.255.255.252 //this is the IP of Tunnel interface
cisco(config-if)#tunnel source 200.200.200.1 //this is the dialer IP of this router_
cisco(config-if)#tunnel destination 201.201.201.1 //this is the dialer IP of remote
bransh 2

bransh 2(config-if)#description cisco to Head_office
bransh 2(config-if)#ip address 172.16.2.2 255.255.255.252 //this is the IP of Tunnel interface
bransh 2(config-if)#tunnel source 200.200.200.2 //this is the dialer IP of this router
bransh 2(config-if)#tunnel destination 201.201.201.1 //this is the dialer IP of remote