Forum
merhaba fe-0/0/2 olarak bir zone tanımladım ve adı Hart
bu porta ubiquiti ap baglı ve bu ubiquiti içinde hart sid mevcut.
buraya kadar tamam yanlız ubiquiti uzerınde birde vlan id 20 olan bir ipadvlan mevcut
srx tarafında soyle bir config yapıyorum ama
show | compare
[edit interfaces fe-0/0/2]
+ vlan-tagging;
[edit interfaces fe-0/0/2]
+ unit 20 {
+ description IpadVlan;
+ vlan-id 20;
+ family inet {
+ address 192.168.120.1/24;
+ }
+ }
[edit security zones]
security-zone Hart { ... }
+ security-zone IpadVlan {
+ interfaces {
+ fe-0/0/2.20;
+ }
+ }
şu şekilde hata veriyor
commit
[edit interfaces fe-0/0/2]
'unit 0'
VLAN-ID must be specified on tagged ethernet interfaces
error: configuration check-out failed
bu vlanı oluşturdunuzmu peki öncesinde
hayır hocam oluşturmadım nereden veya nasıl oluşturabılırım acaba
cli üzerinden
set interfaces vlan unit 20 family inet address 10.10.1.254/24
set vlans vlan-trust l3-interface vlan.20
veya webguiden switching altından oluşturabilirsiniz
Yok hocam ayni hata tagged hatasi devam ediyor.commit edemedim bir turlu
Guiden de switch altinda acilmiyor zaten,l3 ip atayamayacagini soyluyor
Merhaba,
SRX'te aşağıdaki gibi tanımlama yapmanız gerkeiyor.
set interfaces ge-0/0/2 vlan-tagging
set interfaces ge-0/0/2 unit 20 vlan-id 20
set interfaces ge-0/0/2 unit 20 family inet address 192.168.120.1/24
commit
kolay gelsin,
yB