Created
January 2, 2014 21:52
-
-
Save nemith/8227643 to your computer and use it in GitHub Desktop.
Broken SRX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bbennett@homestar:~$ ifconfig en0 | |
| en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
| options=8<VLAN_HWTAGGING> | |
| ether 90:2b:34:31:2b:46 | |
| inet6 fe80::922b:34ff:fe31:2b46%en0 prefixlen 64 scopeid 0x4 | |
| inet 172.16.1.51 netmask 0xffffff00 broadcast 172.16.1.255 | |
| nd6 options=1<PERFORMNUD> | |
| media: <unknown type> (1000baseT <full-duplex,flow-control>) | |
| status: active | |
| bbennett@homestar:~$ | |
| bbennett@homestar:~$ ping 192.168.1.32 | |
| PING 192.168.1.32 (192.168.1.32): 56 data bytes | |
| 64 bytes from 192.168.1.32: icmp_seq=0 ttl=64 time=0.488 ms | |
| 36 bytes from srx210.lan (172.16.1.1): Redirect Host(New addr: 192.168.1.32) | |
| Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | |
| 4 5 00 0054 b37d 0 0000 40 01 5820 172.16.1.51 192.168.1.32 | |
| 64 bytes from 192.168.1.32: icmp_seq=1 ttl=64 time=0.482 ms | |
| 36 bytes from srx210.lan (172.16.1.1): Redirect Host(New addr: 192.168.1.32) | |
| Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | |
| 4 5 00 0054 affe 0 0000 40 01 5b9f 172.16.1.51 192.168.1.32 | |
| 64 bytes from 192.168.1.32: icmp_seq=2 ttl=64 time=0.619 ms | |
| 36 bytes from srx210.lan (172.16.1.1): Redirect Host(New addr: 192.168.1.32) | |
| Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | |
| 4 5 00 0054 0c9f 0 0000 40 01 fefe 172.16.1.51 192.168.1.32 | |
| 64 bytes from 192.168.1.32: icmp_seq=3 ttl=64 time=0.472 ms | |
| 36 bytes from srx210.lan (172.16.1.1): Redirect Host(New addr: 192.168.1.32) | |
| Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | |
| 4 5 00 0054 2b93 0 0000 40 01 e00a 172.16.1.51 192.168.1.32 | |
| 64 bytes from 192.168.1.32: icmp_seq=4 ttl=64 time=0.462 ms | |
| 36 bytes from srx210.lan (172.16.1.1): Redirect Host(New addr: 192.168.1.32) | |
| Vr HL TOS Len ID Flg off TTL Pro cks Src Dst | |
| 4 5 00 0054 7b17 0 0000 40 01 9086 172.16.1.51 192.168.1.32 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bbennett@SRX240# show interfaces vlan | |
| unit 1001 { | |
| description Trust; | |
| family inet { | |
| no-redirects; | |
| address 172.16.1.1/24; | |
| address 192.168.1.1/24; | |
| } | |
| family inet6; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment