Quantcast
Channel: SRX Services Gateway topics
Viewing all articles
Browse latest Browse all 3959

Struggling with removing

$
0
0

Hi guys, 

I´m setting up a new SRX340 cluster, have set up the chassis cluster, but I´m stucked triying to remove a persistent alarm on fxp0. I have run the comands 

set chassis alarm management-ethernet link-down ignore

And 

root@srx1# set groups node0 interfaces fxp0 disable
root@srx1# set groups node1 interfaces fxp0 disable

But the alarm persists:

 

 

root@SPCFW-BRAVO# run show system alarms
node0:
--------------------------------------------------------------------------
1 alarms currently active
Alarm time Class Description
2019-08-23 19:23:16 UTC Major Host 0 fxp0 : Ethernet Link Down

node1:
--------------------------------------------------------------------------
1 alarms currently active
Alarm time Class Description
2019-08-23 19:23:06 UTC Major Host 0 fxp0 : Ethernet Link Down

 

Any clue how can I solve this??

 

Thanks in advance. Below the coonfiguration:

 

 

root@SPCFW-BRAVO# run show configuration 
## Last commit: 2019-08-23 19:23:20 UTC by root
version 15.1X49-D150.2;
groups {
    node0 {
        system {
            host-name SPCFW-ALPHA;
        }
        interfaces {
            fxp0 {
                unit 0 {
                    family inet {
                        address 10.101.44.1/24;
                    }
                }
            }
        }
    }
    node1 {
        system {
            host-name SPCFW-BRAVO;
        }
        interfaces {
            fxp0 {
                unit 0 {                
                    family inet {
                        address 10.101.44.2/24;
                    }
                }
            }
        }
    }
}
apply-groups "${node}";
system {
    root-authentication {
        encrypted-password " ## SECRET-DATA
    }
    name-server {
        8.8.8.8;
        8.8.4.4;
    }
    services {
        ssh;
        netconf {
            ssh;
        }                               
        dhcp-local-server {
            group jdhcp-group {
                interface fxp0.0;
                interface irb.0;
            }
        }
        web-management {
            https {
                system-generated-certificate;
            }
        }
    }
    syslog {
        archive size 100k files 3;
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;   
        }
    }
    max-configurations-on-flash 5;
    max-configuration-rollbacks 5;
    license {
        autoupdate {
            url https://ae1.juniper.net/junos/key_retrieval;
        }
    }
    phone-home {
        server https://redirect.juniper.net;
        rfc-complaint;
    }
}
security {
    log {
        mode stream;
        report;
    }
    screen {
        ids-option untrust-screen {
            icmp {
                ping-death;             
            }
            ip {
                source-route-option;
                tear-drop;
            }
            tcp {
                syn-flood {
                    alarm-threshold 1024;
                    attack-threshold 200;
                    source-threshold 1024;
                    destination-threshold 2048;
                    timeout 20;
                }
                land;
            }
        }
    }
}
interfaces {
    fab0 {
        fabric-options {
            member-interfaces {
                ge-0/0/2;               
            }
        }
    }
    fab1 {
        fabric-options {
            member-interfaces {
                ge-5/0/2;
            }
        }
    }
}
protocols {
    l2-learning {
        global-mode switching;
    }
    rstp {
        interface all;
    }
}
access {
    address-assignment {
        pool junosDHCPPool1 {
            family inet {               
                network 192.168.1.0/24;
                range junosRange {
                    low 192.168.1.2;
                    high 192.168.1.254;
                }
                dhcp-attributes {
                    router {
                        192.168.1.1;
                    }
                    propagate-settings ge-0/0/0.0;
                }
            }
        }
        pool junosDHCPPool2 {
            family inet {
                network 192.168.2.0/24;
                range junosRange {
                    low 192.168.2.2;
                    high 192.168.2.254;
                }
                dhcp-attributes {
                    router {
                        192.168.2.1;    
                    }
                    propagate-settings ge-0/0/0.0;
                }
            }
        }
    }
}
vlans {
    vlan-trust {
        vlan-id 3;
        l3-interface irb.0;
    }
}

Viewing all articles
Browse latest Browse all 3959


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>