Guest User

Untitled

a guest
Feb 22nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. root@DD-WRT:~# uname -a
  2. Linux DD-WRT 4.14.19 #946 SMP PREEMPT Wed Feb 14 11:25:30 MST 2018 mips GNU/Linux
  3.  
  4. eth2: flags=4163 < UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
  5. inet6 fe80::7a32:xxxx:xxxx:96fd prefixlen 64 scopeid 0x20<link>
  6. ether 78:32:xx:xx:96:fd txqueuelen 1000 (Ethernet)
  7. RX packets 0 bytes 0 (0.0 B)
  8. RX errors 0 dropped 0 overruns 0 frame 0
  9. TX packets 102 bytes 7444 (7.2 KiB)
  10. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  11. device interrupt 3
  12.  
  13. eth3: flags=4931 < UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,MULTICAST> mtu 1500 metric 1
  14. inet6 fe80::7a32:xxxx:xxxx:9700 prefixlen 64 scopeid 0x20<link>
  15. ether 78:32:xx:xx:97:00 txqueuelen 1000 (Ethernet)
  16. RX packets 0 bytes 0 (0.0 B)
  17. RX errors 0 dropped 0 overruns 0 frame 0
  18. TX packets 13 bytes 1006 (1006.0 B)
  19. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  20.  
  21. bridge name bridge id STP enabled interfaces
  22. br0 8000.7832xxxx96fd no eth2
  23. ra0
  24. rai0
  25.  
  26. root@DD-WRT:~# route
  27. Kernel IP routing table
  28. Destination Gateway Genmask Flags Metric Ref Use Iface
  29. 127.0.0.0 * 255.0.0.0 U 0 0 0 lo
  30. 169.254.0.0 * 255.255.0.0 U 0 0 0 br0
  31. 192.168.1.0 * 255.255.255.0 U 0 0 0 br0
  32.  
  33. root@DD-WRT:~# cat /etc/hosts
  34. 127.0.0.1 localhost
  35. 192.168.1.1 DD-WRT
  36. root@DD-WRT:~# cat /etc/resolv.conf
  37. nameserver 192.168.1.1
  38.  
  39. root@DD-WRT:~# cat /proc/net/vlan/config
  40. VLAN Dev name | VLAN ID
  41. Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD
  42. eth2.1 | 1 | eth2
  43. eth2.2 | 2 | eth2
  44. eth2.3 | 3 | eth2
  45. eth2.4 | 4 | eth2
  46.  
  47. root@DD-WRT:~# cat /proc/net/vlan/eth2.1
  48. eth2.1 VID: 1 REORDER_HDR: 1 dev->priv_flags: 1001
  49. total frames received 0
  50. total bytes received 0
  51. Broadcast/Multicast Rcvd 0
  52.  
  53. total frames transmitted 14
  54. total bytes transmitted 1076
  55. Device: eth2
  56. INGRESS priority mappings: 0:0 1:1 2:2 3:3 4:4 5:5 6:6 7:7
  57. EGRESS priority mappings: 0:0 1:1 2:2 3:3 4:4 5:5 6:6 7:7
  58.  
  59. root@DD-WRT:~# switch dump
  60. hash port(0:6) fid vid age mac-address filter my_mac
  61. 724: ---1 ---- 0 4 146 406c8xxxx9d2 - -
  62. found the last entry 1 (not ready)
  63.  
  64. root@DD-WRT:~# cat /proc/mt7621/port_status
  65. Port0: LinkDown
  66. Port1: LinkDown
  67. Port2: LinkDown
  68. Port3: LinkUp
  69. Port4: LinkDown
  70.  
  71. root@DD-WRT:~# switch vlan dump
  72. vid fid portmap s-tag
  73. 1 0 1-----11 0
  74. 2 0 -1----11 0
  75. 3 0 --1---11 0
  76. 4 0 ---1--11 0
  77. 5 0 ----11-- 0
  78. 6 0 invalid
  79. 7 0 invalid
  80. 8 0 invalid
  81. 9 0 invalid
  82. 10 0 invalid
  83. 11 0 invalid
  84. 12 0 invalid
  85. 13 0 invalid
  86. 14 0 invalid
  87. 15 0 invalid
  88. 16 0 invalid
  89.  
  90. root@DD-WRT:~# ethtool eth2
  91. Settings for eth2:
  92. Supported ports: [ TP MII ]
  93. Supported link modes: 10baseT/Half 10baseT/Full
  94. 100baseT/Half 100baseT/Full
  95. 1000baseT/Half 1000baseT/Full
  96. Supported pause frame use: No
  97. Supports auto-negotiation: Yes
  98. Advertised link modes: 10baseT/Half 10baseT/Full
  99. 100baseT/Half 100baseT/Full
  100. 1000baseT/Full
  101. Advertised pause frame use: Symmetric
  102. Advertised auto-negotiation: Yes
  103. Speed: 10Mb/s
  104. Duplex: Half
  105. Port: MII
  106. PHYAD: 1
  107. Transceiver: internal
  108. Auto-negotiation: on
  109. Link detected: no
  110.  
  111. Settings for eth3:
  112. Supported ports: [ TP MII ]
  113. Supported link modes: 10baseT/Half 10baseT/Full
  114. 100baseT/Half 100baseT/Full
  115. Supported pause frame use: No
  116. Supports auto-negotiation: Yes
  117. Advertised link modes: Not reported
  118. Advertised pause frame use: No
  119. Advertised auto-negotiation: No
  120. Speed: 10Mb/s
  121. Duplex: Half
  122. Port: MII
  123. PHYAD: 30
  124. Transceiver: internal
  125. Auto-negotiation: off
  126. Link detected: no
  127.  
  128. Settings for eth2.1:
  129. Supported ports: [ TP MII ]
  130. Supported link modes: 10baseT/Half 10baseT/Full
  131. 100baseT/Half 100baseT/Full
  132. 1000baseT/Half 1000baseT/Full
  133. Supported pause frame use: No
  134. Supports auto-negotiation: Yes
  135. Advertised link modes: 10baseT/Half 10baseT/Full
  136. 100baseT/Half 100baseT/Full
  137. 1000baseT/Full
  138. Advertised pause frame use: Symmetric
  139. Advertised auto-negotiation: Yes
  140. Speed: 10Mb/s
  141. Duplex: Half
  142. Port: MII
  143. PHYAD: 1
  144. Transceiver: internal
  145. Auto-negotiation: on
  146. Link detected: yes
Add Comment
Please, Sign In to add comment