Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Strange log messages in EX2300

$
0
0

Here is interfaces configuration:

 

interfaces {
    interface-range ER_0_46 {
        member-range ge-0/0/0 to ge-0/0/46;
        unit 0 {
            family ethernet-switching {
                interface-mode access;
                vlan {
                    members VLAN30;
                }
            }
        }
    }
    ge-0/0/47 {
        description "Trunk";
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ IPPHONE_VLAN VLAN30 ];
                }
            }
        }
    }
    irb {
        unit x {
            description "MGMT NET";
            family inet {
                filter {
                    input acl-re-protect;
                }
                address xx.xx.xx.xx/24;
            }
        }
    }
    me0 {
        description "OOB Management";
        unit 0 {
            family inet {
                address 172.16.255.1/24;
            }
        }
    }
}

Viewing all articles
Browse latest Browse all 10307

Trending Articles



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