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

Re: EX3300 - out-of-band interface - not working

$
0
0

Hello guys,

 

finally I moved somewhere,

 

I have started with rollback 0

 

then I put following commands --> 

 

root@xxx# delete interfaces vme
root@xxx# set interfaces me0 unit 0 family inet address 192.168.221.26/24
root@xxx# delete routing-options static route 0.0.0.0/0 next-hop 192.168.200.1
root@xxx# set routing-options static route 0.0.0.0/0 next-hop 192.168.221.1
root@xxx# delete vlans default l3-interface vlan.1

 

interface is pingable ...

 

C:\Users\ssroka>ping 192.168.221.26
Pinging 192.168.221.26 with 32 bytes of data:
Reply from 192.168.221.26: bytes=32 time=1ms TTL=64
Reply from 192.168.221.26: bytes=32 time=1ms TTL=64
Reply from 192.168.221.26: bytes=32 time=1ms TTL=64
Reply from 192.168.221.26: bytes=32 time=1ms TTL=64
Ping statistics for 192.168.221.26:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms

 

 I see changes in configuration

routing-options {
    static {
        route 0.0.0.0/0 next-hop 192.168.221.1;
    me0 {
        unit 0 {
            family inet {
                address 192.168.221.26/24;
            }
        }
    }
    vlan {
        unit 0 {
            family inet {
                address 172.16.20.254/24;
            }
        }
    }
}
    default {
        description MDX_200_old;
        vlan-id 1;
    }
}

but IP 192.168.221.26 is still not reachable by ssh or https...do you think it is because of L3 interface of 172.16.20.254 and I have to get rid of it too too get it working? 

 

should I proceed with deleting it and then for example "commit 10" and if I will not put "commit confirmed" configuration will revert automatically? and during those 10 minutes I have time to test it?

 

Do I understood it well? 

 

I attached full config and output of display set...

 

Thanks,

Stefan


Viewing all articles
Browse latest Browse all 10307

Trending Articles



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