Advertisement
saper_2

GPON EPON GP801R telnet proc cpuinfo and other

Oct 21st, 2019
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. login: admin
  2. Password:
  3.  
  4.  
  5. BusyBox v1.12.4 (2019-09-19 09:30:29 CST) built-in shell (ash)
  6. Enter 'help' for a list of built-in commands.
  7.  
  8. # ls /sys
  9. block class devices fs module
  10. bus dev firmware kernel
  11. # cd /proc
  12. # ls
  13. 1 8 fastbridge mounts
  14. 102 819 fiber_debug mtd
  15. 179 820 fiber_mode net
  16. 192 821 filesystems pagetypeinfo
  17. 2 822 fs partitions
  18. 3 823 gpon power_flag
  19. 4 824 internet_flag priv_eth_skb
  20. 5 825 interrupts realtek
  21. 52 827 iomem rtl8686gmac
  22. 564 br_igmpProxy ioports self
  23. 570 br_igmpquery irq slabinfo
  24. 573 br_mCastFastFwd kallsyms stat
  25. 614 buddyinfo kmsg sys
  26. 621 bus lan_sds sysvipc
  27. 649 capabilities load_ah_default timer_list
  28. 650 cmdline load_default tty
  29. 68 cpuinfo load_reboot uptime
  30. 73 crypto loadavg version
  31. 74 devices locks vmallocinfo
  32. 75 diskstats loopback_detect vmstat
  33. 77 driver meminfo wdt
  34. 787 epon_mpcp misc zoneinfo
  35. 788 execdomains modules
  36. # cat mtd
  37. dev: size erasesize name
  38. mtd0: 00040000 00001000 "boot"
  39. mtd1: 00002000 00001000 "env"
  40. mtd2: 00002000 00001000 "env2"
  41. mtd3: 0003c000 00001000 "config"
  42. mtd4: 00160000 00001000 "k0"
  43. mtd5: 00260000 00001000 "r0"
  44. mtd6: 00160000 00001000 "k1"
  45. mtd7: 00260000 00001000 "r1"
  46. mtd8: 00001000 00001000 "Partition_008"
  47. mtd9: 00001000 00001000 "Partition_009"
  48. mtd10: 00001000 00001000 "Partition_010"
  49. mtd11: 00001000 00001000 "Partition_011"
  50. mtd12: 00160000 00001000 "linux"
  51. mtd13: 00260000 00001000 "rootfs"
  52. # cat partitions
  53. major minor #blocks name
  54.  
  55. 31 0 256 mtdblock0
  56. 31 1 8 mtdblock1
  57. 31 2 8 mtdblock2
  58. 31 3 240 mtdblock3
  59. 31 4 1408 mtdblock4
  60. 31 5 2432 mtdblock5
  61. 31 6 1408 mtdblock6
  62. 31 7 2432 mtdblock7
  63. 31 8 4 mtdblock8
  64. 31 9 4 mtdblock9
  65. 31 10 4 mtdblock10
  66. 31 11 4 mtdblock11
  67. 31 12 1408 mtdblock12
  68. 31 13 2432 mtdblock13
  69. # cat version
  70. Linux version 2.6.30.9 (root@grant-virtual-machine) (gcc version 4.4.6 (Realtek RSDK-1.5.6p2) ) #73 Thu Sep 19 09:30:21 CST 2019 [luna SDK V1.9.0]
  71. # cat spuinfo
  72. cat: can't open 'spuinfo': No such file or directory
  73. # cat cpuinfo
  74. system type : RTL8672
  75. processor : 0
  76. cpu model : 56322
  77. BogoMIPS : 112.23
  78. tlb_entries : 64
  79. mips16 implemented : yes
  80. # cat zoneinfo
  81. Node 0, zone Normal
  82. pages free 1449
  83. min 1024
  84. low 1280
  85. high 1536
  86. scanned 0 (aa: 0 ia: 0 af: 0 if: 0)
  87. spanned 7936
  88. present 7618
  89. nr_free_pages 1449
  90. nr_inactive_anon 156
  91. nr_active_anon 198
  92. nr_inactive_file 742
  93. nr_active_file 644
  94. nr_unevictable 4
  95. nr_mlock 0
  96. nr_anon_pages 356
  97. nr_mapped 361
  98. nr_file_pages 1390
  99. nr_dirty 0
  100. nr_writeback 0
  101. nr_slab_reclaimable 130
  102. nr_slab_unreclaimable 668
  103. nr_page_table_pages 39
  104. nr_unstable 0
  105. nr_bounce 0
  106. nr_vmscan_write 0
  107. nr_writeback_temp 0
  108. protection: (0, 0)
  109. pagesets
  110. cpu: 0
  111. count: 0
  112. high: 0
  113. batch: 1
  114. all_unreclaimable: 0
  115. prev_priority: 12
  116. start_pfn: 0
  117. inactive_ratio: 1
  118. # cat realtek
  119. cat: read error: Is a directory
  120. # cat rtl8686gmac
  121. cat: read error: Is a directory
  122. # cd realtek
  123. # ls
  124. fwupdate netdev_reset sys_capability
  125. # cat sys_capability
  126. 0;1;0;0;0;0
  127. # cd ../rtl8686gmac/
  128. # ls
  129. acl_raw_field hw_reg padding_enable sw_cnt
  130. acl_raw_rule l2 port2rxfunc switch_mode
  131. acl_raw_template mem port_status tx_ring
  132. dbg_level misc rx_ring tx_ring_detail
  133. dev_port_mapping multicast rx_ring_detail
  134. # cat port_status
  135. # cat switch_mode
  136. Asic switch mode : normal
  137. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement