Hi,
Recently we have upgrade Junos on EX4300 virtual chassis. After upgrade we saw below error.
speed 100m;
##
## Warning: statement ignored: unsupported platform (ex4300-48p)
##
link-mode full-duplex;
unit 0 {
family inet {
address 10.10.1.20/30;
I tried to delete --> link-mode full-duplex; but getting below error. Please suggest how to fix it.
Core-Switch# run show configuration |display set |match ge-0/0/45
set interfaces ge-0/0/45 speed 100m
set interfaces ge-0/0/45 link-mode full-duplex
set interfaces ge-0/0/45 unit 0 family inet address 10.10.1.20/30
set protocols ospf area 0.0.0.0 interface ge-0/0/45.0 bfd-liveness-detection minimum-interval 200
set protocols ospf area 0.0.0.0 interface ge-0/0/45.0 bfd-liveness-detection multiplier 3
{master:0}[edit]
Core-Switch# delete interfaces ge-0/0/45 link-mode full-duplex
{master:0}[edit]
Core-Switch# commit check
[edit protocols]
'ospf'
warning: requires 'ospf2' license
[edit protocols ospf area 0.0.0.0 interface ge-0/0/46.0]
'bfd-liveness-detection'
warning: requires 'bfd-liveness-detection' license
[edit protocols rstp]
'interface'
XSTP : Interface ge-0/0/45 is not enabled for Ethernet Switching
error: configuration check-out failed
Regards,
Np
#EX4300